/[MITgcm]/MITgcm_contrib/nesting_sannino/nest_parent/NEST_PARENT_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/nest_parent/NEST_PARENT_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:29 2009 UTC (15 years, 9 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_PARENT_OPTIONS.h |
3     C | o CPP options file for NEST_PARENT package. |
4     C |===============================================================|
5     C | Use this file for selecting options within the NEST_PARENT |
6     C | package. NEST_PARENT is enabled with ALLOW_NEST_PARENT in |
7     C | CPP_OPTIONS.h |
8     C \===============================================================/
9    
10     #ifndef NEST_PARENT_OPTIONS_H
11     #define NEST_PARENT_OPTIONS_H
12     #include "PACKAGES_CONFIG.h"
13    
14     #ifdef ALLOW_NEST_PARENT
15    
16     #include "CPP_OPTIONS.h"
17    
18     C o Set precision for NEST_PARENT variables (Real*4 or Real*8)
19     #define _NEST_PARENT_RL Real*8
20    
21     #endif /* ALLOW_NEST_PARENT */
22     #endif /* NEST_PARENT_OPTIONS_H */
23    
24     CEH3 ;;; Local Variables: ***
25     CEH3 ;;; mode:fortran ***
26     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22