next up previous contents
Next: atmdrv Up: Routine/Function Prologues Previous: mkmxovr   Contents

Fortran: Module Interface 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
 #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 2003-01-14