The class contains the intra-region process descriptions of BETR-Global as methods. Each method returns a dictionary containing D-values associated with the process identified by the dictionary keys:
{(from_compartmentID, to_compartmentID, processname) : D},
where processname is identical to the name of the method and D is the associated D-value [Pa/m^3/h]. Upon initialization, the class checks whether all processes in model.proclist are implemented. The class provides the method getD() that calls all process description methods and returns a dictionary containing all process D-values
air-freshwater rain dissolution (the returned D-value refers to rain intensity during event (stwet))
air-freshwater wet particle deposition (the returned D-value refers to rain intensity during event (stwet))
air-ocean water rain dissolution (the returned D-value refers to rain intensity during event (stwet))
air-ocean water wet particle deposition (the returned D-value refers to rain intensity during event (stwet))
air-soil rain dissolution (the returned D-value refers to rain intensity during event (stwet))
air-soil wet particle deposition (the returned D-value refers to rain intensity during event (stwet))
diffusive air-vegetation exchange according to Cousins and Mackay, 2001 [1].
air-vegetation rain dissolution (the returned D-value refers to rain intensity during event (stwet))
wet particle deposition to vegetation (the returned D-value refers to rain intensity during event (stwet))
Jolliet-Hauschild [2] calculation of intermittent rainfall. Uses the simplification implemented in BETR-Global.
[1] | (1, 2) Cousins, I.T. and Mackay, D. 2001. Strategies for including vegetation compartments in multimedia models. Chemosphere 44:643–654. |
[2] | Jolliet, O. and Hauschild, M. 2005. Modeling the influence of intermittent rain events on long-term fate and transport of organic air pollutants. Environ. Sci. Technol. 39:4513–4522. |