/[MITgcm]/MITgcm_contrib/ESMF/interface_test/code/PARAMS_MACROS.h
ViewVC logotype

Annotation of /MITgcm_contrib/ESMF/interface_test/code/PARAMS_MACROS.h

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


Revision 1.1 - (hide annotations) (download)
Mon Feb 16 18:57:52 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
File MIME type: text/plain
Base files needed for simple component build

1 cnh 1.1 C $Header: /u/gcmpack/MITgcm/model/inc/PARAMS_MACROS.h,v 1.3 2001/09/21 15:13:31 cnh Exp $
2     C $Name: $
3     C
4     CBOP
5     C !ROUTINE: PARAMS_MACROS.h
6     C !INTERFACE:
7     C include PARAMS_MACROS.h
8     C !DESCRIPTION: \bv
9     C *==========================================================*
10     C | PARAMS_MACROS.h
11     C *==========================================================*
12     C | These macros are used to substitute definitions for
13     C | PARAMS.h variables for particular configurations.
14     C | In setting these variables the following convention
15     C | applies.
16     C | define phi_CONST - Indicates the variable phi is fixed
17     C | in X, Y and Z.
18     C | define phi_FX - Indicates the variable phi only
19     C | varies in X (i.e.not in X or Z).
20     C | define phi_FY - Indicates the variable phi only
21     C | varies in Y (i.e.not in X or Z).
22     C | define phi_FXY - Indicates the variable phi only
23     C | varies in X and Y ( i.e. not Z).
24     C *==========================================================*
25     C \ev
26     CEOP
27    
28     #undef FCORI_CONST
29     #undef FCORI_FX
30     #undef FCORI_FY
31     #include "FCORI_MACROS.h"

  ViewVC Help
Powered by ViewVC 1.1.22