- 
                Notifications
    You must be signed in to change notification settings 
- Fork 791
Improving volcanic ash simulations #2168
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
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. | 
…lc. of optical properties ( module_optical_averanging.F )
| @jordanschnell, it looks like I have finished! | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the packages!
| @saneku @jordanschnell What is Makefile_org used for? If it is not used, it should be removed from the repository. | 
| @weiwangncar, sorry it was added accidentally. I will remove it in the next commit. By the way, do you know by chance the next release version? is it 4.7.2 or 4.8? | 
| There are errors occurred in your updates: output_1:9 = STATUS test_001s chem em_real 32 2 | 
| We are not yet sure if there will be a 4.7.2 next. | 
| @weiwangncar Could you please send a log? | 
| @saneku Here is the log file: | 
| @saneku I added a label 'Retest' and let's see if it does it. If it doesn't, what you can do is to make a trivial change to trigger another test. | 
| @saneku Unfortunately both tests with my label change and your change failed the same way as it did before. Can you try to compile WRF-Chem using the latest code on your local machine and see what happens? All other compilations in the tests are successful. | 
added: module_volc_chem.o \
| @saneku Congratualtions! The regression tests have passed:  | 
| @weiwangncar sounds good! can the code be merged into develop branch? | 
| @saneku It can be, after our reviews. | 
| @jordanschnell Can you review the PR again? Thanks. | 
| @saneku can you make sure to add any new source code files to the CMake build as well? | 
| @islas please advice, which CMake file I need to modify? | 
| @islas i have modified the cmake file | 
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:
More details will be published in the following GMD paper:
Ukhov et al., Enhancing Volcanic Eruption Simulations with the WRF-Chem v4.8.
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status masterto get formatted list)M Registry/registry.chem
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.