-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving volcanic ash simulations #2168
base: develop
Are you sure you want to change the base?
Improving volcanic ash simulations #2168
Conversation
…his is needed for volcanic eruption. Corrected fractions for calculation of contribution of volcanic ash into chem(PM2.5) and chem(PM10) variables. Added new emiss_opt_vol=3 for emissions of volcanic sulfate and water vapor.
…odule_wetdep_ls.F to module_vash_settling.F
…ls (ash and sulf).
…en its name matches with the current model time. otherwise file is not being read.
@saneku The regression tests failed with WRF-Chem compilation. Check your inbox and spam folder to see if you received any email and attachment from [email protected]. Or you can check the attached file. |
@saneku Thanks for trying, but the WRF-Chem tests are still failing... Can you compile WRF-Chem successfully at your local computer? The regression tests use a gfortran compiler. |
@weiwangncar please provide compile log file. |
@saneku Here it is. Still just the chemistry that didn't compile. |
Nicely done! The results from the regression tests are below:
|
@jordanschnell I'm again asking for your help reviewing this PR, when you have some time. Thanks! |
@weiwangncar - I've been working with Sasha to fix the compilation issues, etc. @saneku - could you package the additional diagnostics? (e.g., wd_*, *_drydep, settl, and *_loss) Otherwise it's looking good. |
…e and store them in persistent arrays (with 'save' option)
This PR incorporates corrections and improvements to the simulation of volcanic eruptions using WRF-Chem.
TYPE: new feature
KEYWORDS: volcanic eruption, emiss_opt_vol, ash, so2, water vapor, sulfate
SOURCE: Alexander Ukhov (KAUST)
DESCRIPTION OF CHANGES:
Problem:
bug in the gravitational settling of the ash. Large ash particles have a very high falling speed.
Solution:
Fix the bug and introduce the correction factor for large ash particles.
New additions:
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status master
to get formatted list)M Registry/registry.chem
A chem/Makefile_org
M chem/aerosol_driver.F
M chem/chem_driver.F
M chem/chemics_init.F
M chem/dry_dep_driver.F
M chem/emissions_driver.F
M chem/mechanism_driver.F
M chem/module_chem_utilities.F
M chem/module_ctrans_grell.F
M chem/module_optical_averaging.F
M chem/module_vash_settling.F
A chem/module_volc_chem.F
M chem/module_wetdep_ls.F
M chem/optical_driver.F
M share/mediation_integrate.F
TESTS CONDUCTED:
RELEASE NOTE: Added new capabilities to simulate volcanic eruptions. A full description of additions and changes is planned in the upcoming GMD publication.