Load of one parameter from one specific surface
Usage
get_planningLoad(
planning_data,
sID,
fID,
q_rain,
t_rain,
y_rain,
thresholdTable,
function_c_table = NULL
)Arguments
- planning_data
The Excel sheet "planning_area_details" loaded by
load_planning_details()- sID
Substance ID as defined in the package substance ID table (see
get_subID())- fID
Area function ID as defined in the package functionID table (see
get_functionsID())- 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().- function_c_table
A table of surface specific runoff concentrations from the package. If NULL it is loaded automatically within the function.