Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=i_d), | intent(in) | :: | irec | |||
integer(kind=i_d), | intent(in) | :: | mp | |||
integer(kind=i_d), | intent(in) | :: | n | |||
integer(kind=i_d), | intent(in) | :: | kk | |||
integer(kind=i_d), | intent(inout), | DIMENSION(mp) | :: | ns | ||
real(kind=r_2), | intent(inout), | DIMENSION(mp) | :: | h0 | ||
real(kind=r_2), | intent(inout), | DIMENSION(mp) | :: | hice | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:n) | :: | thetai | ||
real(kind=r_2), | intent(in), | DIMENSION(1:n) | :: | dx | ||
type(vars_snow), | intent(inout), | DIMENSION(1:mp) | :: | vsnow | ||
type(vars), | intent(inout), | DIMENSION(1:n) | :: | var | ||
type(params), | intent(in), | DIMENSION(1:n) | :: | par | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:n) | :: | S | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:n) | :: | Tsoil | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:mp) | :: | Jcol_latent_S | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:mp) | :: | Jcol_latent_T | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:mp) | :: | Jcol_sensible | ||
real(kind=r_2), | intent(inout), | DIMENSION(1:n) | :: | deltaJ_sensible_S | ||
real(kind=r_2), | intent(inout), | DIMENSION(nsnow_max) | :: | qmelt | ||
real(kind=r_2), | intent(out), | DIMENSION(1:mp) | :: | qtransfer | ||
real(kind=r_2), | intent(inout), | DIMENSION(mp) | :: | j0snow |