/[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.3 by cnh, Wed May 27 05:57:02 1998 UTC revision 1.4 by cnh, Wed May 27 21:01:46 1998 UTC
# Line 10  C     | applies. Line 10  C     | applies.
10  C     | define phi_CONST   - Indicates the variable phi is fixed |  C     | define phi_CONST   - Indicates the variable phi is fixed |
11  C     |                      in X, Y and Z.                      |  C     |                      in X, Y and Z.                      |
12  C     | define phi_FX      - Indicates the variable phi only     |    C     | define phi_FX      - Indicates the variable phi only     |  
13  C     |                      varies in X.                        |  C     |                      varies in X (i.e.not in X or Z).    |
14  C     | define phi_FY      - Indicates the variable phi only     |    C     | define phi_FY      - Indicates the variable phi only     |  
15  C     |                      varies in Y.                        |  C     |                      varies in Y (i.e.not in X or Z).    |
16  C     | define phi_FXY     - Indicates the variable phi only     |    C     | define phi_FXY     - Indicates the variable phi only     |  
17  C     |                      varies in X and Y ( i.e. not Z).    |  C     |                      varies in X and Y ( i.e. not Z).    |
18  C     \==========================================================/  C     \==========================================================/
# Line 56  C     \================================= Line 56  C     \=================================
56  #undef  DYU_FX  #undef  DYU_FX
57  #undef  DYU_FY  #undef  DYU_FY
58  #include "DYU_MACROS.h"  #include "DYU_MACROS.h"
59    
60    #undef  HFACC_CONST  
61    #undef  HFACC_FX
62    #undef  HFACC_FY
63    #undef  HFACC_FXY
64    #include "HFACC_MACROS.h"
65    
66    #undef  HFACS_CONST  
67    #undef  HFACS_FX
68    #undef  HFACS_FY
69    #undef  HFACS_FXY
70    #include "HFACS_MACROS.h"
71    
72    #undef  HFACW_CONST  
73    #undef  HFACW_FX
74    #undef  HFACW_FY
75    #undef  HFACW_FXY
76    #include "HFACW_MACROS.h"
77    
78    #undef  RDXC_CONST
79    #undef  RDXC_FX
80    #undef  RDXC_FY
81    #include "RDXC_MACROS.h"
82    
83    #undef  RDXF_CONST
84    #undef  RDXF_FX
85    #undef  RDXF_FY
86    #include "RDXF_MACROS.h"
87    
88    #undef  RDXG_CONST
89    #undef  RDXG_FX
90    #undef  RDXG_FY
91    #include "RDXG_MACROS.h"
92    
93    #undef  RDXV_CONST
94    #undef  RDXV_FX
95    #undef  RDXV_FY
96    #include "RDXV_MACROS.h"
97    
98    #undef  RDYC_CONST
99    #undef  RDYC_FX
100    #undef  RDYC_FY
101    #include "RDYC_MACROS.h"
102    
103    #undef  RDYF_CONST
104    #undef  RDYF_FX
105    #undef  RDYF_FY
106    #include "RDYF_MACROS.h"
107    
108    #undef  RDYG_CONST
109    #undef  RDYG_FX
110    #undef  RDYG_FY
111    #include "RDYG_MACROS.h"
112    
113    #undef  RDYU_CONST
114    #undef  RDYU_FX
115    #undef  RDYU_FY
116    #include "RDYU_MACROS.h"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22