next up previous contents
Next: Fortran: Module Interface clm_varctl Up: Routine/Function Prologues Previous: clm_map1d   Contents

Fortran: Module Interface clm_varcon (Source File: clm_varcon.F90)

   Module containing various model constants
USES:
   use shr_kind_mod, only: r8 => shr_kind_r8
   use shr_const_mod, only: SHR_CONST_G,SHR_CONST_STEBOL,SHR_CONST_KARMAN,     &
        SHR_CONST_RWV,SHR_CONST_RDAIR,SHR_CONST_CPFW,      &
        SHR_CONST_CPICE,SHR_CONST_CPDAIR,SHR_CONST_LATVAP, &
        SHR_CONST_LATSUB,SHR_CONST_LATICE,SHR_CONST_RHOFW, &
        SHR_CONST_RHOICE,SHR_CONST_TKFRZ,SHR_CONST_REARTH
   use clm_varpar, only : numcol, numrad, nlevsoi, nlevlak
PUBLIC TYPES:
   implicit none
   save
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2003-01-14