GEOS-Chem 14.4.2
From CHANGELOG.md
Added
- Added number of levels with clouds for photolysis to geoschem_config.yml and Input_Opt to pass to Cloud-J
- Added
State_Grid%CPU_Subdomain_ID
andState_Grid%CPU_Subdomain_FirstID
as "identifier numbers" for multiple instances of GEOS-Chem on one core in WRF and CESM
Changed
- Now reset
State_Diag%SatDiagnCount
to zero in routineHistory_Write
(instead of inHistory_Netcdf_Write
) - Update rundir creation scripts to turn off the MEGAN extension for "standard" fullchem simulations
- Updated emissions used in CESM to match standard emissions used in the 14.4 offline model
- Disable support For FAST-JX for all simulations except Hg
- Only read photolysis data in
Init_Photolysis
in first instance of GEOS-Chem on each PET in CESM as PIO requires it
Fixed
- Typo in
setCommonRunSettings.sh
that made GCHP always choose mass fluxes for meteorology - Fixed bug in # levels with cloud used in photolysis when using GCAP met or CESM
- Fixed typos for
SatDiagnEdge
collection inHISTORY.rc
templates - The
SatDiagnOH
diagnostic now works for the carbon simulation
Removed
- Entry
SatDiagnPEDGE
from theSatDiagn
collection; This needs to go into theSatDiagnEdge
collection.
Pull Requests Included
- Read number of levels with clouds used in photolysis from config file by @lizziel in #2342
- Cloud-J error handling by @lizziel in #2353
- Changes for coupling GEOS-Chem to CESM in Spectral-element Dynamical Core (CAM-SE) by @jimmielin in #2366
- Fix several issues with the GEOS-Chem Classic satellite diagnostics (SatDiagn and SatDiagnEdge collections) by @yantosca in #2369
- Turn off the MEGAN extension for fullchem "non-benchmark" simulations by @yantosca in #2372
- Update standard emissions in CESM to match standard model by @lizziel in #2375
Full Changelog: 14.4.1...14.4.2