Emission Models¶
emiproc can also genereate emissions using various well known methods
VPRM¶
The VPRM simulates the vegetation respiration and photosynthesis using the following inputs:
temperature
radiation
satellite data
vegetation parameters
There are 4 implementation of the VPRM model:
standard (Mahadevan et al., 2008)
urban (Hardiman et al., 2017)
urban winbourne (Winbourne et al., 2021)
modified (Gourdij et al., 2021)
Standard VPRM¶
PAR (Photosynthetically Active Radiation) is calculated from the shortwave radiation:
Respiration is calculated from the temperature:
The Gross Ecosystem Exchange (GEE) is calculated from the temperature, PAR and the vegetation indices:
where the different scales are:
\(T_{scale}\): Temperature scale
\(P_{scale}\): Photosynthesis scale
\(W_{scale}\): Water scale
The Net Ecosystem Exchange (NEE) is calculated from the respiration and GEE.
Units for all fluxes (NEE, GEE, Resp, …) are
Urban VPRM¶
The VPRM model can be extended to urban areas according to [Urban_VPRM_Hardiman_2017].
- A “urban temperature” is used instead of the global temperature to represent
the urban heat island phenomenon.
The formula for \(P_{scale}\) is modified to
The respiration is calculated differently
where \(\mathrm{Resp_{e-init}}\) is the basic vprm respiration and \(\mathrm{ISA}\) is the impervious surface area at the vegetation location.
Urban VPRM with winbourne¶
This is a variant of the urban VPRM model that uses a different formulation for \(T_{scale}\):
modified-VPRM¶
The modified-VPRM model follows the standard VPRM for GEE and has a different model for the estimate of respiration: for more details see [VPRM_modified_groudji_2022].
Heating Degree Days (HDD)¶
Calculates the demand of heating based on the temperature.
Human Respiration¶
Human respirations can be generated using maps of population density and emission factors per person.