next up previous contents
Next: SurfaceAlbedo Up: Routine/Function Prologues Previous: PhaseChange   Contents

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

Performs surface albedo calculations


PUBLIC TYPES:

   use clm_varcon , only : istsoil
   use shr_kind_mod, only : r8 => shr_kind_r8
   use clm_varpar  , only : nlevsno
   use SNICARMod   , only : sno_nbr_aer, SNICAR_RT, DO_SNO_AER, DO_SNO_OC
 
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: SurfaceAlbedo  ! Surface albedo and two-stream fluxes
PRIVATE MEMBER FUNCTIONS:
   private :: SoilAlbedo    ! Determine ground surface albedo
   private :: TwoStream     ! Two-stream fluxes for canopy radiative transfer
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Erik Kluzek 2010-06-21