calc_volumetric_h2oliq Subroutine

public subroutine calc_volumetric_h2oliq(bounds, jtop, lbj, ubj, numf, filter, eff_porosity, h2osoi_liq, denh2o, vol_liq)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: jtop(bounds%begc:)
integer, intent(in) :: lbj
integer, intent(in) :: ubj
integer, intent(in) :: numf
integer, intent(in) :: filter(:)
real(kind=r8), intent(in) :: eff_porosity(bounds%begc:,lbj:)
real(kind=r8), intent(in) :: h2osoi_liq(bounds%begc:,lbj:)
real(kind=r8), intent(in) :: denh2o
real(kind=r8), intent(inout) :: vol_liq(bounds%begc:,lbj:)