noah  1.12.0
 All Data Structures Files Functions Pages
sflx_snippet Module Reference

Public Member Functions

subroutine, public frh2o
 Calculate the liquid water (slc) for a given total moisture content and soil temperature. More...
 

Detailed Description

Definition at line 5 of file sflx_snippet.f90.

Member Function/Subroutine Documentation

subroutine, public sflx_snippet::frh2o ( )

Calculate the liquid water (slc) for a given total moisture content and soil temperature.

Used here to update slc when DA update to stc crosses freezing. Note this is an approximation, since in sflx.F (noah) the change in slc estimated by this routine is often clipped, depending on the net energy input to the soil layer. Also, this routine is being called using stc, but in sflx.F it is called using the soil temp at the midpoint of the layer. However, testing shows the affects of these approximations is small (O(0.001 m3/m3)).

Parameters
[in]tkelvSoil temperature in K
[in]smcSoil moisture
[in]sh2oInput liquid soil moisture
[in]smcmaxMax soil moisture
[in]bexpB exponent
[in]psisSaturated matric potential
[out]liqwatOutput liquid soil moisture

Definition at line 28 of file sflx_snippet.f90.


The documentation for this module was generated from the following file: