Commit 96fd889
authored
Update HONO, TERP, and CO2 emissions (wrf-model#1644)
TYPE: enhancement
KEYWORDS: anthropogenic emissions
SOURCE: Rebecca Schwantes (CIRES/NOAA CSL)
DESCRIPTION OF CHANGES:
Update code to add HONO, TERP, and CO2 anthropogenic emissions for RACM mechanisms.
Problem:
HONO, TERP, and CO2 anthropogenic emissions were not automatically pulled into the RACM mechanisms.
Solution:
Added some if statements such that if HONO, TERP, and CO2 are in the anthropogenic emission file and hono,
api, lim, and co2 are chemical species in the selected RACM mechanism, then the HONO, TERP, and CO2
anthropogenic emissions would be included in the simulation.
LIST OF MODIFIED FILES:
M Registry/registry.chem
M chem/module_emissions_anthropogenics.F
TESTS CONDUCTED:
1. The modifications fix the problem of missing (but available) anthropogenic emissions.
2. jenkins tests are all passing.
3. Attached are some plots that show that with the updates HONO, CO2, API, and LIM now all increase in regions impacted by anthropogenic emissions (namely you can clearly see increases in cities) compared to the default case.
[anthropogenic_emission_quick_QC.pdf](https://github.com/wrf-model/WRF/files/7900930/anthropogenic_emission_quick_QC.pdf)
RELEASE NOTE: Previously, HONO, TERP, and CO2 were not automatically pulled into the RACM mechanisms even when they were in the anthropogenic emissions file. This has been fixed.1 parent 64fb190 commit 96fd889
File tree
2 files changed
+11
-1
lines changed- Registry
- chem
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4035 | 4035 | | |
4036 | 4036 | | |
4037 | 4037 | | |
4038 | | - | |
| 4038 | + | |
4039 | 4039 | | |
4040 | 4040 | | |
4041 | 4041 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
230 | 240 | | |
231 | 241 | | |
232 | 242 | | |
| |||
0 commit comments