subroutine gfssflx::sstep | ( | integer, intent(in) | nsoil, |
real (kind=kind_phys), dimension(nsoil), intent(in) | sh2oin, | ||
real (kind=kind_phys), intent(in) | rhsct, | ||
real (kind=kind_phys), intent(in) | dt, | ||
real (kind=kind_phys), intent(in) | smcmax, | ||
real (kind=kind_phys), intent(in) | cmcmax, | ||
real (kind=kind_phys), dimension(nsoil), intent(in) | zsoil, | ||
real (kind=kind_phys), dimension(nsoil), intent(in) | sice, | ||
real (kind=kind_phys), intent(inout) | cmc, | ||
real (kind=kind_phys), dimension(nsoil), intent(inout) | rhstt, | ||
real (kind=kind_phys), dimension(nsold), intent(inout) | ai, | ||
real (kind=kind_phys), dimension(nsold), intent(inout) | bi, | ||
real (kind=kind_phys), dimension(nsold), intent(inout) | ci, | ||
real (kind=kind_phys), dimension(nsoil), intent(out) | sh2oout, | ||
real (kind=kind_phys), intent(out) | runoff3, | ||
real (kind=kind_phys), dimension(nsoil), intent(out) | smc | ||
) |
References rosr12().
Referenced by smflx(), and module_sf_noahmplsm::soilwater().