/[MITgcm]/MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/nest_child/NEST_CHILD_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Oct 21 00:00:28 2009 UTC (16 years, 2 months ago) by heimbach
Branch: MAIN
File MIME type: text/plain
Initial checkin of two-way nesting code by
Sannino et al., Ocean Modeling, 2009

1 heimbach 1.1 C /============================================================\
2     C | NEST_CHILD_OPTIONS.h |
3     C | o CPP options file for NEST_CHILD package. |
4     C |============================================================|
5     C | Use this file for selecting options within the NEST_CHILD |
6     C | package. NEST_CHILD is enabled with ALLOW_NEST_CHILD in |
7     C | CPP_OPTIONS.h |
8     C \============================================================/
9    
10     #ifndef NEST_CHILD_OPTIONS_H
11     #define NEST_CHILD_OPTIONS_H
12     #include "PACKAGES_CONFIG.h"
13    
14     #ifdef ALLOW_NEST_CHILD
15    
16     #include "CPP_OPTIONS.h"
17    
18     C o Set precision for NEST_CHILD variables (Real*4 or Real*8)
19     #define _NEST_CHILD_RL Real*8
20    
21     #endif /* ALLOW_NEST_CHILD */
22     #endif /* NEST_CHILD_OPTIONS_H */
23    
24     CEH3 ;;; Local Variables: ***
25     CEH3 ;;; mode:fortran ***
26     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22