! ! 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. ! !------------------------------------ ! 1.25 degree lat x lon horizontal resolution: ! ! Latitude dimension: #define NLAT (144) #define GLAT1 (-89.375) #define DLAT (1.25) ! ! Longitude dimension: #define NLON (288) #define GLON1 (-180.) #define DLON (1.25) ! !------------------------------------ ! Vertical column interfaces and midpoints (dz=0.125): ! #define ZIBOT (-7.0) #define ZITOP (7.0) #define ZMBOT (-6.9375) #define ZMTOP (7.0625) #define NLEV (112) ! !------------------------------------