Traffic NO2 formula (Traffic NO2 Overlay): Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
where: | where: | ||
:<math> Cb,jm[NO_x]</math> = the calculated annual average traffic contribution to NOx concentration [μg/m3], | :<math> Cb,jm[NO_x]</math> = the calculated annual average traffic contribution to NOx concentration [μg/m3], | ||
:<math> Ca,jm[O_3]</math> = the provided annual average concentration | :<math> Ca,jm[O_3]</math> = the provided annual average ozone concentration [μg/m3] (default = 42), | ||
:<math> fNO_2</math> = weighted fraction direct emitted NO2 [-], | :<math> fNO_2</math> = weighted fraction direct emitted NO2 [-], | ||
:<math> B</math> = parameter (default 0.6), | :<math> B</math> = parameter (default 0.6), | ||
| Line 58: | Line 58: | ||
where: | where: | ||
: <math> ENO_2</math> = emission number | : <math> ENO_2</math> = emission number NO2 [μg/m/s] | ||
====Tree Factor==== | ====Tree Factor==== | ||
The tree factor is calculated as | The tree factor is calculated as follows: | ||
<math>A_t = \pi \cdot \frac{d^2}{A_c}</math> | <math>A_t = \pi \cdot \frac{d^2}{A_c}</math> | ||
| Line 74: | Line 74: | ||
: <math>F_b</math> = Tree factor, value between 1 and 1.5. | : <math>F_b</math> = Tree factor, value between 1 and 1.5. | ||
This method for calculating the tree factor provides higher precision than the standard discrete values of 1, 1.25, or 1.5. | |||
====Emission numbers==== | ====Emission numbers==== | ||
| Line 81: | Line 81: | ||
<math>E_{drive} = (1.0 - j_c) \cdot n_c \cdot E_{c,d} + (1.0 - j_v) \cdot n_v \cdot E_{v,d} + (1.0 - j_t) \cdot n_t \cdot E_{t,d} + (1.0 - j_b ) \cdot n_b \cdot E_{b,d}</math> | <math>E_{drive} = (1.0 - j_c) \cdot n_c \cdot E_{c,d} + (1.0 - j_v) \cdot n_v \cdot E_{v,d} + (1.0 - j_t) \cdot n_t \cdot E_{t,d} + (1.0 - j_b ) \cdot n_b \cdot E_{b,d}</math> | ||
<math>E_{jam} = j_c \cdot n_c \cdot E_{c,j} + j_v \cdot n_v \cdot E_{v,j} + j_t \cdot n_t \cdot E_{t,j} + j_b \cdot | <math>E_{jam} = j_c \cdot n_c \cdot E_{c,j} + j_v \cdot n_v \cdot E_{v,j} + j_t \cdot n_t \cdot E_{t,j} + j_b \cdot n_b \cdot E_{b,j}</math> | ||
<math>E = (E_{drive} + E_{jam} ) \cdot \frac{1000}{(24 \cdot 3600)}</math> | <math>E = (E_{drive} + E_{jam} ) \cdot \frac{1000}{(24 \cdot 3600)}</math> | ||
| Line 108: | Line 108: | ||
{{article end | {{article end | ||
|notes= | |notes= | ||
* If the traffic amount is defined as a single value, that value is used for all defined [[Hours (Traffic Density Overlay)|hours]]. However, if the amount | * If the traffic amount is defined as a single value, that value is used for all defined [[Hours (Traffic Density Overlay)|hours]]. However, if the amount is an [[Attribute array|array of values]], each of the 24 indexes of that array are assumed to correspond to the hour denoted by those indexes, and as such that specific value from the array is used. | ||
* The SRM1{{ref|srm1}} calculation method is only applicable for urban environments. | * The SRM1{{ref|srm1}} calculation method is only applicable for urban environments. | ||
|seealso= | |seealso= | ||
Latest revision as of 09:57, 10 July 2026
The calculations follow the standard rekenmethode 1 (SRM 1).
where:
- = the calculated annual average concentration [μg/m3],
- = the provided annual average background-concentration (default = 0 [μg/m3]). Configured using model attribute BASE_NO2.
- = the calculated annual average traffic contribution to NO2 concentration [μg/m3].
Contribution NO2
To compute the annual average traffic contribution to NO2, [μg/m3], the following formula from SRM1 is applied:
where:
- = the calculated annual average traffic contribution to NOx concentration [μg/m3],
- = the provided annual average ozone concentration [μg/m3] (default = 42),
- = weighted fraction direct emitted NO2 [-],
- = parameter (default 0.6),
- = parameter for conversion NO to NO2 (default = 100 μg/m3).
Contribution NOX
To compute the annual average traffic contribution to NOX, Cb,jm[NOX] [μg/m3], the following formula from SRM1 is applied:
where:
- = calibration factor [-] (default = 0.62]
- = emission number NOx [μg/m/s]
- = dilution factor [-]
- = tree factor (default = 1)
- = 5/windspeed. Default value for windspeed is 5 m/s
The computation of the dilution factor, , is split into two situations. [1]
For surrounding cells within a distance of 30m:
And for cells within a distance of 30-60m (for road-type 1 only):
where:
- = the calculation distance
- = configurable using model attribute: ROAD1_30M_A
- = configurable using model attribute: ROAD1_30M_B
- = configurable using model attribute: ROAD1_30M_C
- = configurable using model attribute: ROAD1_60M_ALPHA
- = configurable using model attribute: ROAD1_60M_POWER
The weighted fraction of direct emitted NO2 [-] is computed as:
where:
- = emission number NO2 [μg/m/s]
Tree Factor
The tree factor is calculated as follows:
where:
- = Grid cell area in square meters.
- = Search distance of trees, currently set on 30 meters,
- = Search area measured in amount of cells,
- = Amount of tree cells within the search distance,
- = Tree factor, value between 1 and 1.5.
This method for calculating the tree factor provides higher precision than the standard discrete values of 1, 1.25, or 1.5.
Emission numbers
The emission numbers (E) for both NOx and NO2 are computed as:
where:
- = Calculated emission of either NOx or NO2
- = Calculated emission of driving traffic of either NOx or NO2.
- = Calculated emission of jammed traffic of either NOx or NO2.
- = Calculated emission of driving cars, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_CAR_NOX or EMISSION_CAR_NO2 respectively.
- = Calculated emission of driving vans, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_VAN_NOX or EMISSION_VAN_NO2 respectively.
- = Calculated emission of driving trucks, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_TRUCK_NOX or EMISSION_TRUCK_NO2 respectively.
- = Calculated emission of driving buses, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_BUS_NOX or EMISSION_BUS_NO2 respectively.
- = Calculated emission of jammed cars, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_JAM_CAR_NOX or EMISSION_JAM_CAR_NO2 respectively.
- = Calculated emission of jammed vans, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_JAM_VAN_NOX or EMISSION_JAM_VAN_NO2 respectively.
- = Calculated emission of jammed trucks, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_JAM_TRUCK_NOX or EMISSION_JAM_TRUCK_NO2 respectively.
- = Calculated emission of jammed buses, hourly or daily, of either NOx or NO2. Configured using Model attribute EMISSION_JAM_BUS_NOX or EMISSION_JAM_BUS_NO2 respectively.
- = number of car traffic, hourly or daily value. Configured in roads using Function Value NUM_CARS or as grid prequel.
- = number of van traffic, hourly or daily value. Configured in roads using Function Value NUM_VANS or as grid prequel.
- = number of truck traffic, hourly or daily value. Configured in roads using Function Value NUM_TRUCKS or as grid prequel.
- = number of bus traffic, hourly or daily value. Configured in roads using Function Value NUM_BUSES or as grid prequel.
- = fraction of car traffic in traffic jams. Configured in roads using Function Value JAM_FACTOR_CARS.
- = fraction of van traffic in traffic jams. Configured in roads using Function Value JAM_FACTOR_VANS.
- = fraction of truck traffic in traffic jams. Configured in roads using Function Value JAM_FACTOR_TRUCKS.
- = fraction of bus traffic in traffic jams. Configured in roads using Function Value JAM_FACTOR_BUSES.
Notes
- If the traffic amount is defined as a single value, that value is used for all defined hours. However, if the amount is an array of values, each of the 24 indexes of that array are assumed to correspond to the hour denoted by those indexes, and as such that specific value from the array is used.
- The SRM1[2] calculation method is only applicable for urban environments.
See also
References
- ↑ K. van Velze and J. Wesseling, Technische beschrijving van standaardrekenmethode 1 (SRM-1), paragraph 3.5, RIVM Briefrapport 2014-0127, https://www.rivm.nl/bibliotheek/rapporten/2014-0127.pdf
- ↑ SRM1 ∙ Regeling beoordeling luchtkwaliteit 2007, Bijlage I ∙ Found at: http://wetten.overheid.nl/BWBR0022817/2013-01-01#Bijlage1 ∙ (last visited: 16-02-2022)