next up previous contents
Next: Fortran: Module Interface clm_varctl Up: Routine/Function Prologues Previous: init_gridcell_estate_type   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, &
                            SHR_CONST_PDB, SHR_CONST_PI, SHR_CONST_CDAY,       &
                            SHR_CONST_RGAS
   use clm_varpar   , only: numrad, nlevgrnd, nlevlak
PUBLIC TYPES:
   implicit none
   save
REVISION HISTORY:
   Created by Mariana Vertenstein
   27 February 2008: Keith Oleson; Add forcing height and aerodynamic parameters



Erik Kluzek 2011-06-15