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 |