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

◆ hrt()

subroutine __module_sf_noahmplsm_f90__::hrt ( type (noahmp_parameters), intent(in) parameters,
integer, intent(in) nsnow,
integer, intent(in) nsoil,
integer, intent(in) isnow,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) zsnso,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) stc,
real (kind=kind_phys), intent(in) tbot,
real (kind=kind_phys), intent(in) zbot,
real (kind=kind_phys), intent(in) dt,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) df,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) hcpct,
real (kind=kind_phys), intent(in) ssoil,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) phi,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) ai,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) bi,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) ci,
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(out) rhsts,
real (kind=kind_phys), intent(out) botflx )
private
Parameters
[in]nsoilno of soil layers (4)
[in]nsnowmaximum no of snow layers (3)
[in]tbotbottom soil temp. at zbot (k)
[in]zbotdepth of lower boundary condition (m) from soil surface not snow surface
[in]dttime step (s)
[in]ssoilground heat flux (w/m2)
[in]zsnsodepth of layer-bottom of snow/soil (m)
[in]stcsnow/soil temperature (k)
[in]dfthermal conductivity [w/m/k]
[in]hcpctheat capacity [j/m3/k]
[in]philight through water (w/m2)
[out]rhstsright-hand side of the matrix
[out]aileft-hand side coefficient
[out]bileft-hand side coefficient
[out]cileft-hand side coefficient
[out]botflxenergy influx from soil bottom (w/m2)

Definition at line 6402 of file module_sf_noahmplsm.F90.