/[MITgcm]/MITgcm/model/inc/GRID_MACROS.h
ViewVC logotype

Diff of /MITgcm/model/inc/GRID_MACROS.h

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

revision 1.1 by cnh, Tue May 26 21:29:44 1998 UTC revision 1.2 by cnh, Wed May 27 05:18:38 1998 UTC
# Line 5  C     | GRID_MACROS.h Line 5  C     | GRID_MACROS.h
5  C     |==========================================================|  C     |==========================================================|
6  C     | These macros are used to substitute definitions for      |  C     | These macros are used to substitute definitions for      |
7  C     | GRID.h variables for particular configurations.          |  C     | GRID.h variables for particular configurations.          |
8    C     | In setting these variables the following convention      |
9    C     | applies.                                                 |
10    C     | define phi_CONST   - Indicates the variable phi is fixed |
11    C     |                      in X, Y and Z.                      |
12    C     | define phi_FX      - Indicates the variable phi only     |  
13    C     |                      varies in X.                        |
14    C     | define phi_FY      - Indicates the variable phi only     |  
15    C     |                      varies in Y.                        |
16    C     | define phi_FXY     - Indicates the variable phi only     |  
17    C     |                      varies in X and Y ( i.e. not Z).    |
18  C     \==========================================================/  C     \==========================================================/
19    
20    #undef  DXC_CONST  
21    #undef  DXC_FX
22    #undef  DXC_FY
23  #include "DXC_MACROS.h"  #include "DXC_MACROS.h"
24    
25    #undef  DXF_CONST  
26    #undef  DXF_FX
27    #undef  DXF_FY
28  #include "DXF_MACROS.h"  #include "DXF_MACROS.h"
29    
30    #undef  DXG_CONST  
31    #undef  DXG_FX
32    #undef  DXG_FY
33  #include "DXG_MACROS.h"  #include "DXG_MACROS.h"
34    
35    #undef  DXV_CONST  
36    #undef  DXV_FX
37    #undef  DXV_FY
38  #include "DXV_MACROS.h"  #include "DXV_MACROS.h"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22