! ! "Normal" vertical resolution for timegcm: DZ=0.5 ! (2 grid points per scale height). ! "Double" vertical resolution for timegcm: DZ=0.25 ! (4 grid points per scale height). ! ! Valid vertical column resolutions: ! ZBOT ZTOP DZ NLEV ! -7 5 0.5 28 ! -7 5 0.25 56 ! ! "Normal" horizontal resolution: NLON=72, NLAT=36 ! "Double" horizontal resolution: NLON=144, NLAT=72 ! ! Valid horizontal resolutions: ! GLON1 GLAT1 DLON DLAT NLON NLAT ! -180. -87.50 5.0 5.0 72 36 ! -180. -88.75 2.5 2.5 144 72 ! ! Vertical column -7 to +7 by 0.50 !#define ZBOT (-7.) !#define ZTOP (7.) !#define NLEV (28) ! ! Horizontal: #define NLON (144) #define NLAT (72) #define DLAT (2.5) #define DLON (2.5) ! ! Vertical column -7 to +7 by 0.25 #define ZBOT (-7.) #define ZTOP (7.) #define NLEV (56) !