get_snow_depth Subroutine

public subroutine get_snow_depth(state_cnt, snow_depth_out)

Uses

  • proc~~get_snow_depth~~UsesGraph proc~get_snow_depth get_snow_depth module~params params proc~get_snow_depth->module~params module~types types module~params->module~types iso_fortran_env iso_fortran_env module~types->iso_fortran_env

Arguments

Type IntentOptional AttributesName
integer(kind=8), intent(in) :: state_cnt
real(kind=8), intent(out) :: snow_depth_out(ix,il)

Snow depth (water equivalent)


Contents

None