Skip to contents

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.

Value

Pollutant load per event or per year, depending on the treshold value definition. The mass unit is either mg or ug, depending on the input concentration unit.