forked from wrf-model/WRF
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pH diagnostics for mozart_mosaic_4bin_aq chemistry (wrf-model#1342)
KEYWORDS: pH, cloud water, aerosols, mozart_mosaic_4bin_aq SOURCE: Mary Barth (ACOM/MMM NCAR) and Stacy Walters (formerly NCAR) DESCRIPTION OF CHANGES: Originally submitted as PR wrf-model#999, but was resubmitted due to inconsistencies Alter Registry/registry.chem to include diagnostic pH variables ph_cw, ph_aer01, ph_aer02, ph_aer03, and ph_aer04. Modify files, listed below, to calculate and set pH diagnostic variables MOZART is a gas-phase chemistry mechanism (set of reactions) in WRF-Chem Diagnostics are activated with namelist,chem option mozart_ph_diag=1 MOSAIC is one of the aerosol models in WRF-Chem that represents the size distribution of the aerosols with 4 size bins (hence "4bin") The pH is calculated for each of the 4 aerosol size bins. That is why there are 4 variables: pH_aer1, aer2, aer3, aer4. pH is a diagnostic variable and is calculated as part of the aerosol model. However what we added was the ability to write out the field to the history file. It is by default turned off as an output field, but can be "turned on" using the iofields.txt file. There is also cloud water pH (pH_CW) which is calculated as part of the cloud chemistry routine. Same thing as aerosol pH, by default it is not an output field, but can be included in history files via iofields.txt. For pretty pictures and a description of what we learned, feel free to look at the report for the ACOM lab: https://nar.ucar.edu/2019/acom/predicting-acidity-aerosols-and-cloud-water. LIST OF MODIFIED FILES: Registry/registry.chem chem/chem_driver.F chem/cloudchem_driver.F chem/module_mosaic_cloudchem.F chem/aerosol_driver.F chem/module_mosaic_driver.F chem/module_mosaic_therm.F chem/module_chem_cup.F
- Loading branch information
1 parent
11c6668
commit a688622
Showing
8 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters