Releases: GEOS-ESM/TR
Releases · GEOS-ESM/TR
Better YAML file; different convection and removal of Be, Pb
This PR delivers slight improvements to the Be and Pb tracers; all other TR tracers are unchanged.
There is zero-diff outside of the TR module.
- Updated CI to use v2 orb
- Fixed bug in GMI drydep, related to solar zenith angle
- Reformatted the ExtData YAML file
- Changed the default settings for Be and Pb species, to use GOCART (Chem_Shared) convection instead of MOIST, and GOCART approach for settling, drydep and wet removal instead of GMI approach; this follows the recommendations of H. Liu.
- Updated the resistance temperature dependence in the GMI DryDep routine, to reflect Zhang 2003; no tracers currently run this section of code, but it's here for consistency w/ GMI
- Added a timer for each tracer, and the option of 'strict' timing (see TR_GridComp.rc)
What's Changed
- Reformatted the ExtData yaml file by @mmanyin in #6
- Update CircleCI to use Orb Default Baselibs and BCs by @mathomp4 in #5
- Change Be and Pb to use GOCART convection by @mmanyin in #7
- Added timer for each passive tracer by @mmanyin in #8
- Change the GMI dry deposition resistance temperature by @mmanyin in #10
- Update CircleCI to use Orb v2 by @mathomp4 in #9
- Edit CHANGELOG prior to v1.2.0 by @mmanyin in #11
- Dev to Main - June 2024 by @mmanyin in #12
Full Changelog: v1.1.0...v1.2.0
v1.1.0 on 2023-06-09: use MAPL SZA
TR now calls a new wrapper (for getting SZA from MAPL) for all passive tracers that use GMI dry deposition (e.g. Be7, Be10, Pb210). It is slightly non-zero-diff for these tracers.
This release is zero-diff for the 4 tracers that are automatically configured to run by the 'setup' scripts.
It is non-zero-diff for R21C, because of the slight change in Pb210.
This release requires CHEMISTRY release v1.13.1 or later
What's Changed
- Use solar zenith angle from MAPL by @mmanyin in #1
- Update CI to use Baselibs 7.13.0 by @mathomp4 in #2
- prep CHANGELOG for v1.1.0 by @mmanyin in #3
- merge dev to main for v1.1.0 by @mmanyin in #4
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release of TR based on TR_GridComp code from GEOSchem_GridComp v1.11.0