BETR-Global process descriptions

class processes.process(model)[source]

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

betr_advectiveloss()[source]

advective loss from the system

betr_air1_air2_mix()[source]

mixing between upper and lower atmosphere

betr_air2_freshwater_diff()[source]

diffusive exchange air-freshwater

betr_air2_freshwater_dissolution()[source]

air-freshwater rain dissolution (the returned D-value refers to rain intensity during event (stwet))

betr_air2_freshwater_drydep()[source]

dry particle deposition to fresh water

betr_air2_freshwater_wetparticle()[source]

air-freshwater wet particle deposition (the returned D-value refers to rain intensity during event (stwet))

betr_air2_ocean_diff()[source]

diffusive exchange air-ocean water

betr_air2_ocean_dissolution()[source]

air-ocean water rain dissolution (the returned D-value refers to rain intensity during event (stwet))

betr_air2_ocean_drydep()[source]

dry particle deposition to ocean water

betr_air2_ocean_wetparticle()[source]

air-ocean water wet particle deposition (the returned D-value refers to rain intensity during event (stwet))

betr_air2_soil_diff()[source]

diffusive exchange air-soil

betr_air2_soil_dissolution()[source]

air-soil rain dissolution (the returned D-value refers to rain intensity during event (stwet))

betr_air2_soil_drydep()[source]

dry particle deposition to soil

betr_air2_soil_wetparticle()[source]

air-soil wet particle deposition (the returned D-value refers to rain intensity during event (stwet))

betr_air2_veg_diff()[source]

diffusive air-vegetation exchange according to Cousins and Mackay, 2001 [1].

betr_air2_veg_dissolution()[source]

air-vegetation rain dissolution (the returned D-value refers to rain intensity during event (stwet))

betr_air2_veg_drydep()[source]

dry deposition to vegetation

betr_air2_veg_wetparticle()[source]

wet particle deposition to vegetation (the returned D-value refers to rain intensity during event (stwet))

betr_degradation()[source]

degradation

betr_freshwater_ocean_runoff()[source]

fresh water to ocean runoff

betr_freshwater_sediment_deposit()[source]

freshwater-sediment particle sedimentation

betr_freshwater_sediment_diff()[source]

freshwater-sediment diffusion

betr_intermittent_rain()[source]

Jolliet-Hauschild [2] calculation of intermittent rainfall. Uses the simplification implemented in BETR-Global.

betr_ocean_air_resusp()[source]

marine aerosol production

betr_ocean_sinkflux()[source]

fresh water to ocean runoff

betr_sediment_freshwater_resusp()[source]

sediment resuspension in freshwater bodies

betr_soil_air_resusp()[source]

terrestrial aerosol production

betr_soil_freshwater_erosion()[source]

solids-runoff from soil to freshwater-bodies

betr_soil_freshwater_runoff()[source]

water-runoff from soil to freshwater-bodies

betr_soil_veg_rootuptake()[source]

soil-vegetation root uptake. The transpiration stream concentration factor (TSCF) is calculated according to Cousins and Mackay, 2001 [1].

betr_vegetation_soil_litter()[source]

vegetation-soil tranfer through litterfall

getD()[source]

construct dictionary with D-values for all intra-cell processes

[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.

Previous topic

Source Code

Next topic

References

This Page