! ! "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). ! ! See params.h for parameters (e.g., DZ) derived from ! this specification of the vertical resolution. ! ! Valid vertical column resolutions: ! ! ZBOT ZTOP DZ NLEV ! -17 5 0.5 44 ! -17 5 0.25 88 ! -17 7 0.25 96 ! ! Vertical column -17 to +5 by 0.50 !#define ZBOT (-17.) !#define ZTOP (5.) !#define NLEV (44) ! ! Vertical column -17 to +5 by 0.25 #define ZBOT (-17.) #define ZTOP (5.) #define NLEV (88) ! ! Vertical column -17 to +7 by 0.25 !#define ZBOT (-17.) !#define ZTOP (7.) !#define NLEV (96) !