C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/GRID_MACROS.h,v 1.2 1998/05/27 05:18:38 cnh Exp $ C C /==========================================================\ C | GRID_MACROS.h | C |==========================================================| C | These macros are used to substitute definitions for | C | GRID.h variables for particular configurations. | C | In setting these variables the following convention | C | applies. | C | define phi_CONST - Indicates the variable phi is fixed | C | in X, Y and Z. | C | define phi_FX - Indicates the variable phi only | C | varies in X. | C | define phi_FY - Indicates the variable phi only | C | varies in Y. | C | define phi_FXY - Indicates the variable phi only | C | varies in X and Y ( i.e. not Z). | C \==========================================================/ #undef DXC_CONST #undef DXC_FX #undef DXC_FY #include "DXC_MACROS.h" #undef DXF_CONST #undef DXF_FX #undef DXF_FY #include "DXF_MACROS.h" #undef DXG_CONST #undef DXG_FX #undef DXG_FY #include "DXG_MACROS.h" #undef DXV_CONST #undef DXV_FX #undef DXV_FY #include "DXV_MACROS.h"