! ! Definitions of grid parameters for pre-processor. ! See parameters.h. ! -- Modified last : 1/26/05 S. W. BOUGHER ! !------------------------------------ ! 5.0 degree horizontal: ! ! Latitude dimension: #define NLAT (36) #define GLAT1 (-87.5) #define DLAT (5.) ! ! Longitude dimension: #define NLON (72) #define GLON1 (-180.) #define DLON (5.) ! !------------------------------------ ! 2.5 degree horizontal: ! ! Latitude dimension: !#define NLAT (72) !#define GLAT1 (-88.75) !#define DLAT (2.5) ! ! Longitude dimension: !#define NLON (144) !#define GLON1 (-180.) !#define DLON (2.5) ! !------------------------------------ ! Vertical column dimension: ! There are 2 supported vertical resolutions: ! ! ZBOT ZTOP DZ NLEV ! -- pre-Cassini INMS ! -5 8 0.5 27 "normal resolution" ! -5 8 0.25 55 "double resolution" ! -- post-Cassini INMS (TA) ! -9 4 0.5 27 "normal resolution" ! -9 4 0.25 55 "double resolution" ! ! Vertical column -9 to +4 by 0.50 ("normal") #define ZBOT (-9.) #define ZTOP (4.) #define NLEV (26) ! ! Vertical column -9 to +4 by 0.25 ("double") !#define ZBOT (-9.) !#define ZTOP (4.) !#define NLEV (52) !