Read and generate atmospheric grid data at model resolutionUSES:
use shr_kind_mod , only : r8 => shr_kind_r8 use shr_const_mod, only : SHR_CONST_TKFRZ, SHR_CONST_PSTD use clm_varpar , only : lsmlon, lsmlat use abortutils , only: endrun #if (defined SPMD) use spmdMod , only : masterproc, mpicom, MPI_REAL8, MPI_INTEGER #else use spmdMod , only : masterproc #endifPUBLIC TYPES:
implicit none savePUBLIC MEMBER FUNCTIONS:
public :: atmdrv ! read atmospheric data public :: atm_getgrid ! read atmospheric gridREVISION HISTORY:
Created by Gordon Bonan, Sam Levis and Mariana Vertenstein