ComputeWaterMassLake Subroutine

public subroutine ComputeWaterMassLake(bounds, num_lakec, filter_lakec, waterstate_inst, water_mass)

Arguments

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