subroutine, private noahmp_glacier_routines::phasechange_glacier |
( |
integer, intent(in) | nsnow, |
|
|
integer, intent(in) | nsoil, |
|
|
integer, intent(in) | isnow, |
|
|
real (kind=kind_phys), intent(in) | dt, |
|
|
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) | fact, |
|
|
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(in) | dzsnso, |
|
|
real (kind=kind_phys), dimension(-nsnow+1:nsoil), intent(inout) | stc, |
|
|
real (kind=kind_phys), dimension(-nsnow+1:0), intent(inout) | snice, |
|
|
real (kind=kind_phys), dimension(-nsnow+1:0), intent(inout) | snliq, |
|
|
real (kind=kind_phys), intent(inout) | sneqv, |
|
|
real (kind=kind_phys), intent(inout) | snowh, |
|
|
real (kind=kind_phys), dimension( 1:nsoil), intent(inout) | smc, |
|
|
real (kind=kind_phys), dimension( 1:nsoil), intent(inout) | sh2o, |
|
|
real (kind=kind_phys), intent(out) | qmelt, |
|
|
integer, dimension(-nsnow+1:nsoil), intent(out) | imelt, |
|
|
real (kind=kind_phys), intent(out) | ponding ) |
|
private |