calc_effective_snowporosity Subroutine

public subroutine calc_effective_snowporosity(bounds, lbj, jtop, numf, filter, h2osoi_ice, denice, eff_por)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: lbj
integer, intent(in) :: jtop(bounds%begc:)
integer, intent(in) :: numf
integer, intent(in) :: filter(:)
real(kind=r8), intent(in) :: h2osoi_ice(bounds%begc:,lbj:)
real(kind=r8), intent(in) :: denice
real(kind=r8), intent(inout) :: eff_por(bounds%begc:,lbj:)