next up previous contents index
Next: atmdrv Up: ProTEX Source Code Documentation Previous: atmlnd_drv   Contents   Index


Module atmdrvMod
(Source File: atmdrvMod.F90)

   Read and generate atmospheric grid data at model resolution
USES:
   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
 #endif
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: atmdrv       ! read atmospheric data
   public :: atm_getgrid  ! read atmospheric grid
REVISION HISTORY:
   Created by Gordon Bonan, Sam Levis and Mariana Vertenstein



Subsections

Mariana Vertenstein 2004-06-21