next up previous contents
Next: FrictionVelocity Up: Routine/Function Prologues Previous: FracWet   Contents

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

Calculation of the friction velocity, relation for potential temperature and humidity profiles of surface boundary layer.


USES:

   use shr_kind_mod, only: r8 => shr_kind_r8
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: FrictionVelocity       ! Calculate friction velocity
   public :: MoninObukIni           ! Initialization of the Monin-Obukhov length
PRIVATE MEMBER FUNCTIONS:
   private :: StabilityFunc1        ! Stability function for rib < 0.
   private :: StabilityFunc2        ! Stability function for rib < 0.
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Erik Kluzek 2011-06-15