CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ canwater()

subroutine __module_sf_noahmplsm_f90__::canwater ( type (noahmp_parameters), intent(in) parameters,
integer, intent(in) vegtyp,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), intent(in) fcev,
real (kind=kind_phys), intent(in) fctr,
real (kind=kind_phys), intent(in) elai,
real (kind=kind_phys), intent(in) esai,
real (kind=kind_phys), intent(in) tg,
real (kind=kind_phys), intent(in) fveg,
integer, intent(in) iloc,
integer, intent(in) jloc,
real (kind=kind_phys), intent(in) bdfall,
logical, intent(in) frozen_canopy,
real (kind=kind_phys), intent(inout) canliq,
real (kind=kind_phys), intent(inout) canice,
real (kind=kind_phys), intent(inout) tv,
real (kind=kind_phys), intent(out) cmc,
real (kind=kind_phys), intent(out) ecan,
real (kind=kind_phys), intent(out) etran,
real (kind=kind_phys), intent(out) fwet )
private
Parameters
[in]ilocgrid index
[in]jlocgrid index
[in]vegtypvegetation type
[in]dtmain time step (s)
[in]fcevcanopy evaporation (w/m2) [+ = to atm]
[in]fctrtranspiration (w/m2) [+ = to atm]
[in]elaileaf area index, after burying by snow
[in]esaistem area index, after burying by snow
[in]tgground temperature (k)
[in]fveggreeness vegetation fraction (-)
[in]frozen_canopyused to define latent heat pathway
[in]bdfallbulk density of snowfall (kg/m3) ! mb/an: v3.7
[in,out]canliqintercepted liquid water (mm)
[in,out]caniceintercepted ice mass (mm)
[in,out]tvvegetation temperature (k)
[out]cmcintercepted water (mm)
[out]ecanevaporation of intercepted water (mm/s) [+]
[out]etrantranspiration rate (mm/s) [+]
[out]fwetwetted or snowed fraction of the canopy (-)

Definition at line 7251 of file module_sf_noahmplsm.F90.

Referenced by water().

Here is the caller graph for this function: