Calculates the pollutants load from the planning area into the surface water
Source:R/planning_details.R
planning_area_discharge.Rd
This functions reads specific runoff concentrations provided within the package. For all substances with concentration data, the overall discharged amount is calculated using the detailed information about area functions within the planning area (Excel sheet: "planning_area_details")
Arguments
- planning_data
The Excel sheet "planning_area_details" loaded by
load_planning_details()
- q_rain
Rain intensity in L/(ha*s)
- t_rain
Rain length in s
- y_rain
Yearly rain amount in mm
- thresholdTable
Table of threshold values. Can be loaded with
get_thresholds()
.