! ! This software is part of the NCAR TIE-GCM. Use is governed by the ! Open Source Academic Research License Agreement contained in the file ! tiegcmlicense.txt. ! !------------------------------------ ! 2.5 degree lat x lon horizontal resolution: ! ! 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 interfaces and midpoints (dz=0.25): ! #define ZIBOT (-7.0) #define ZITOP (7.0) #define ZMBOT (-6.875) #define ZMTOP (7.125) #define NLEV (56) ! !------------------------------------