SnowCappingExcess Subroutine

public subroutine SnowCappingExcess(bounds, num_snowc, filter_snowc, h2osno, topo, h2osno_excess, apply_runoff)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_snowc
integer, intent(in) :: filter_snowc(:)
real(kind=r8), intent(in) :: h2osno(bounds%begc:)
real(kind=r8), intent(in) :: topo(bounds%begc:)
real(kind=r8), intent(out) :: h2osno_excess(bounds%begc:)
logical, intent(out) :: apply_runoff(bounds%begc:)