v1.1.0 on 2023-04-24: Aerosols from GOCART2G; SZA from MAPL
This PR is non-zero-diff for GMI simulations due to SZA.
Solar zenith angle had been computed locally for Emission and Deposition, but now SZA is
taken from MAPL, as had been done for Photolysis.
Aerosols from GOCART2G are now supported. Also, GMI can provide its own aerosols (via ExtData).
NOTE: this requires CHEMISTRY release v1.13.1 or later.
Details:
- Added capability for AERO_PROVIDER=GOCART2G
- Added capability for AERO_PROVIDER=GMICHEM
- Added capability for AERO_PROVIDER=CARMA (uses GMICHEM right now)
- Changed default aerosdust filename (for case AERO_PROVIDER=GMICHEM)
- Removed code that might have eventually run GOCART-like aerosols from within the GMI framework (note: doubtful this ever worked and would take significant effort to get working
- Instead of calling the GMI routines for SZA (in Chem_Shared), now call a wrapper for the corresponding MAPL routine
What's Changed
- AERO_PROVIDER=GMICHEM and cleaned up non-working code by @ssteenro in #1
- Reset default aerodust filenames by @ssteenro in #4
- Use solar zenith angle from MAPL by @mmanyin in #3
- Feature/vvalenti/gocart2g to gmi connectivity by @vlvalenti in #2
- Edited CHANGELOG prior to v1.1.0 release by @mmanyin in #5
- AERO_PROVIDER can now be GOCART2G, GMICHEM; get SZA from MAPL by @mmanyin in #6
New Contributors
- @ssteenro made their first contribution in #1
- @mmanyin made their first contribution in #3
- @vlvalenti made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0