ComputeWaterMassNonLake Subroutine

public subroutine ComputeWaterMassNonLake(bounds, num_nolakec, filter_nolakec, soilhydrology_inst, waterstate_inst, water_mass)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_nolakec
integer, intent(in) :: filter_nolakec(:)
type(soilhydrology_type), intent(in) :: soilhydrology_inst
type(waterstate_type), intent(in) :: waterstate_inst
real(kind=r8), intent(inout) :: water_mass(bounds%begc:)