next up previous contents
Next: initSurfalb (Source File: initSurfAlbMod.F90) Up: Routine/Function Prologues Previous: iniTimeConst (Source File: iniTimeConst.F90)   Contents

Fortran: Module Interface initSurfalbMod (Source File: initSurfAlbMod.F90)

Computes initial surface albedo calculation - Initialization of ecosystem dynamics is needed for this


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use abortutils,   only : endrun
   use clm_varctl,   only : iulog
PUBLIC TYPES:
   implicit none
   logical, public :: do_initsurfalb
   save
PUBLIC MEMBER FUNCTIONS:
   public :: InitSurfAlb
REVISION HISTORY:
   2005-06-12: Created by Mariana Vertenstein
   2008-02-29: Revised snow cover fraction from Niu and Yang, 2007



Subsections

Erik Kluzek 2011-06-15