next up previous contents index
Next: FrictionVelocity Up: ProTEX Source Code Documentation Previous: FracWet   Contents   Index


Module 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 leng
   !PRIVATE MEMBER FUNCTIONS:
   private :: StabilityFunc1        ! Stability function for rib < 0.
   private :: StabilityFunc2        ! Stability function for rib < 0.
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Mariana Vertenstein 2004-06-21