CCPP SciDoc  v6.0.0
Common Community Physics Package Developed at DTC

◆ csnow_glacier()

subroutine, private noahmp_glacier_routines::csnow_glacier ( integer, intent(in)  isnow,
integer, intent(in)  nsnow,
integer, intent(in)  nsoil,
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(in)  dzsnso,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(out)  tksno,
real (kind=kind_phys), dimension(-nsnow+1: 0), intent(out)  cvsno,
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 
)
private
Parameters
[in]isnownumber of snow layers (-)
[in]nsnowmaximum no. of snow layers
[in]nsoilnumber of soil layers
[in]snicesnow ice mass (kg/m2)
[in]snliqsnow liq mass (kg/m2)
[in]dzsnsosnow/soil layer thickness [m]
[out]cvsnovolumetric specific heat (j/m3/k)
[out]tksnothermal conductivity (w/m/k)
[out]snicevpartial volume of ice [m3/m3]
[out]snliqvpartial volume of liquid water [m3/m3]
[out]eporeeffective porosity [m3/m3]

Referenced by thermoprop_glacier().

Here is the caller graph for this function: