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

◆ thermoprop()

subroutine __module_sf_noahmplsm_f90__::thermoprop ( type (noahmp_parameters), intent(in) parameters,
integer, intent(in) nsoil,
integer, intent(in) nsnow,
integer, intent(in) isnow,
integer, intent(in) ist,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) dzsnso,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), intent(in) snowh,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(in) snice,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(in) snliq,
real (kind=kind_phys), intent(in) shdfac,
real (kind=kind_phys), dimension( 1:nsoil), intent(in) smc,
real (kind=kind_phys), dimension( 1:nsoil), intent(in) sh2o,
real (kind=kind_phys), intent(in) tg,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) stc,
real (kind=kind_phys), intent(in) ur,
real (kind=kind_phys), intent(in) lat,
real (kind=kind_phys), intent(in) z0m,
real (kind=kind_phys), intent(in) zlvl,
integer, intent(in) vegtyp,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) df,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) hcpct,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(out) snicev,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(out) snliqv,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(out) epore,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) fact )
private
Parameters
[in]nsoilnumber of soil layers
[in]nsnowmaximum no. of snow layers
[in]isnowactual no. of snow layers
[in]istsurface type
[in]dttime step [s]
[in]snicesnow ice mass (kg/m2)
[in]snliqsnow liq mass (kg/m2)
[in]shdfacgreen vegetation fraction [0.0-1.0]
[in]dzsnsothickness of snow/soil layers [m]
[in]smcsoil moisture (ice + liq.) [m3/m3]
[in]sh2oliquid soil moisture [m3/m3]
[in]snowhsnow height [m]
[in]tgsurface temperature (k)
[in]stcsnow/soil/lake temp. (k)
[in]urwind speed at zlvl (m/s)
[in]latlatitude (radians)
[in]z0mroughness length (m)
[in]zlvlreference height (m)
[in]vegtypvegtyp type
[out]dfthermal conductivity [w/m/k]
[out]hcpctheat capacity [j/m3/k]
[out]snicevpartial volume of ice [m3/m3]
[out]snliqvpartial volume of liquid water [m3/m3]
[out]eporeeffective porosity [m3/m3]
[out]factcomputing energy for phase change

Definition at line 2468 of file module_sf_noahmplsm.F90.

References csnow(), and tdfcnd().

Referenced by energy().

Here is the call graph for this function:
Here is the caller graph for this function: