Skip to contents

This functions works with a site data list created by function load_site_data(), with a concentration table (see details), and with a hazard list created by function check_all_substances()

Usage

immission_assessment(
  site_data,
  c_table,
  q_rain,
  t_rain,
  substance,
  hazard_list,
  c_type = "average"
)

Arguments

site_data

Site data list created by function load_site_data()

c_table

Table with concentions in the river, in rainwater runoff and threshold values

q_rain

Intensity of a rain event in L/(ha*s)

t_rain

Length of a rain event in s

substance

Substance name (as definied in c_table)

hazard_list

Hazard list created by function check_all_substances()

c_type

Character value specifiyng the type of concentration that is used for the assessment. Either "average" for median value or "worstcase" for 95th quantile concentration in rainwater runoff.

Value

List with all R2Q Immission assessment output value for the substance

Details

Something about the c_table