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

◆ thermoprop_glacier()

subroutine, private noahmp_glacier_routines::thermoprop_glacier ( integer, intent(in) nsoil,
integer, intent(in) nsnow,
integer, intent(in) isnow,
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), 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]dttime step [s]
[in]snicesnow ice mass (kg/m2)
[in]snliqsnow liq mass (kg/m2)
[in]dzsnsothickness of snow/soil layers [m]
[in]snowhsnow height [m]
[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 662 of file module_sf_noahmp_glacier.F90.

References csnow_glacier().

Referenced by energy_glacier().

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