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

◆ combo_glacier()

subroutine, private noahmp_glacier_routines::combo_glacier ( real (kind=kind_phys), intent(inout) dz,
real (kind=kind_phys), intent(inout) wliq,
real (kind=kind_phys), intent(inout) wice,
real (kind=kind_phys), intent(inout) t,
real (kind=kind_phys), intent(in) dz2,
real (kind=kind_phys), intent(in) wliq2,
real (kind=kind_phys), intent(in) wice2,
real (kind=kind_phys), intent(in) t2 )
private
Parameters
[in]dz2nodal thickness of 2 elements being combined [m]
[in]wliq2liquid water of element 2 [kg/m2]
[in]wice2ice of element 2 [kg/m2]
[in]t2nodal temperature of element 2 [k]
[in,out]dznodal thickness of 1 elements being combined [m]
[in,out]wliqliquid water of element 1
[in,out]wiceice of element 1 [kg/m2]
[in,out]tnode temperature of element 1 [k]

Definition at line 3041 of file module_sf_noahmp_glacier.F90.

Referenced by combine_glacier(), and divide_glacier().

Here is the caller graph for this function: