/[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.2 - (hide annotations) (download)
Sun Nov 28 00:51:54 2010 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -8 lines
File MIME type: text/plain
add CVS Header and Name

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

  ViewVC Help
Powered by ViewVC 1.1.22