Difference between revisions of "GEOS-Chem 14.2.1"

From Geos-chem
Jump to: navigation, search
(Version overview)
Line 64: Line 64:
 
*[https://github.com/geoschem/GCClassic/pull/41 geoschem/GCClassic PR #41]
 
*[https://github.com/geoschem/GCClassic/pull/41 geoschem/GCClassic PR #41]
 
*[https://github.com/geoschem/GCHP/pull/327 geoschem/GCHP PR #327]
 
*[https://github.com/geoschem/GCHP/pull/327 geoschem/GCHP PR #327]
 +
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/1857 Update minimum KPP version required for the fullchem mechanism from 2.5.0 to 3.0.0]
 +
*This PR closes a loophole where a user could potentially rebuild the fullchem mechanism with a KPP version that is too old. 
 +
*The existing KPP fullchem mechanism code has not been changed, and thus this PR will not affect fullchem benchmark simulations.
 +
|Bob Yantosca (Harvard)
 +
|Bug fix<br>Fullchem sim
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/1857 geoschem/geos-chem PR #1857]
 +
*[https://github.com/geoschem/geos-chem/issues/1687 geoschem/geos-chem #1687]
  
 
|}
 
|}

Revision as of 19:12, 7 July 2023

GEOS-Chem Versions Page

This page includes information about GEOS-Chem 14.2.1. The GEOS-Chem model development priorities page lists additional developments that may be added.

Version overview

This version is currently in development

The following items have been added to GEOS-Chem 14.2.1. Also see the following Github pages:

Feature Contributor(s) Model scope Notes and references
Updates that will not affect full-chemistry benchmark simulations
Add sanity check for missing molecular weights; Add missing MW for HgBrO
  • NOTE: This also fixes an issue in the TransportTracers simulation where tracers with undefined MW_g values were set to zero concentrations.
Bob Yantosca (Harvard) Bug fix
Explicitly define tagCH4 simulations instead of making assumption based on number of species Melissa Sulprizio (Harvard) Bug fix
Update Hg0 Emission Factors in hcox_gfed_include_gfed4.H Eric Roy (MIT) Bug fix
Hg sim
Prevent double-counting oil emissions in CH4 and carbon simulations
  • This PR moves the EDGAR_REF_TRF entry in HEMCO_Config.rc templaet files from other anthropogenic emissions to oil emissions so that it can be overwritten by GFEIv2 emissions
Nick Balasus (Harvard) Bug fix
carbon sim
CH4 sim
tagCH4 sim
Run directory updates for integration tests Bob Yantosca (Harvard) Testing
Update minimum KPP version required for the fullchem mechanism from 2.5.0 to 3.0.0
  • This PR closes a loophole where a user could potentially rebuild the fullchem mechanism with a KPP version that is too old.
  • The existing KPP fullchem mechanism code has not been changed, and thus this PR will not affect fullchem benchmark simulations.
Bob Yantosca (Harvard) Bug fix
Fullchem sim