/[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.2 - (hide annotations) (download)
Sun Nov 28 02:19:06 2010 UTC (14 years, 8 months 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_PARENT_OPTIONS.h
6     C | o CPP options file for NEST_PARENT package.
7     C *===============================================================*
8     C | Use this file for selecting options within the NEST_PARENT
9     C | package. NEST_PARENT is enabled with ALLOW_NEST_PARENT hold
10     C | in PACKAGES_CONFIG.h
11     C *===============================================================*
12 heimbach 1.1
13     #ifndef NEST_PARENT_OPTIONS_H
14     #define NEST_PARENT_OPTIONS_H
15     #include "PACKAGES_CONFIG.h"
16    
17     #ifdef ALLOW_NEST_PARENT
18    
19     #include "CPP_OPTIONS.h"
20    
21     C o Set precision for NEST_PARENT variables (Real*4 or Real*8)
22     #define _NEST_PARENT_RL Real*8
23    
24     #endif /* ALLOW_NEST_PARENT */
25     #endif /* NEST_PARENT_OPTIONS_H */
26    
27     CEH3 ;;; Local Variables: ***
28     CEH3 ;;; mode:fortran ***
29     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22