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

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

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


Revision 1.3 - (hide annotations) (download)
Wed May 27 05:57:02 1998 UTC (25 years, 11 months ago) by cnh
Branch: MAIN
Changes since 1.2: +21 -1 lines
File MIME type: text/plain
Additional memory saving macros for special "grids"

1 cnh 1.3 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/GRID_MACROS.h,v 1.2 1998/05/27 05:18:38 cnh Exp $
2 cnh 1.1 C
3     C /==========================================================\
4     C | GRID_MACROS.h |
5     C |==========================================================|
6     C | These macros are used to substitute definitions for |
7     C | GRID.h variables for particular configurations. |
8 cnh 1.2 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 cnh 1.1 C \==========================================================/
19 cnh 1.2
20     #undef DXC_CONST
21     #undef DXC_FX
22     #undef DXC_FY
23 cnh 1.1 #include "DXC_MACROS.h"
24 cnh 1.2
25     #undef DXF_CONST
26     #undef DXF_FX
27     #undef DXF_FY
28 cnh 1.1 #include "DXF_MACROS.h"
29 cnh 1.2
30     #undef DXG_CONST
31     #undef DXG_FX
32     #undef DXG_FY
33 cnh 1.1 #include "DXG_MACROS.h"
34 cnh 1.2
35     #undef DXV_CONST
36     #undef DXV_FX
37     #undef DXV_FY
38 cnh 1.1 #include "DXV_MACROS.h"
39 cnh 1.3
40     #undef DYC_CONST
41     #undef DYC_FX
42     #undef DYC_FY
43     #include "DYC_MACROS.h"
44    
45     #undef DYF_CONST
46     #undef DYF_FX
47     #undef DYF_FY
48     #include "DYF_MACROS.h"
49    
50     #undef DYG_CONST
51     #undef DYG_FX
52     #undef DYG_FY
53     #include "DYG_MACROS.h"
54    
55     #undef DYU_CONST
56     #undef DYU_FX
57     #undef DYU_FY
58     #include "DYU_MACROS.h"

  ViewVC Help
Powered by ViewVC 1.1.22