next up previous contents
Next: SoilTemperature Up: Routine/Function Prologues Previous: Drainage   Contents

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

Calculates snow and soil temperatures including phase change


PUBLIC TYPES:

   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: SoilTemperature  ! Snow and soil temperatures including phase change
PRIVATE MEMBER FUNCTIONS:
   private :: SoilThermProp   ! Set therm conductivities and heat cap of snow/soil layers
   private :: PhaseChange     ! Calculation of the phase change within snow and soil layers
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Erik Kluzek 2011-06-15