Difference between revisions of "GEOS-Chem no-diff-to-benchmark"

From Geos-chem
Jump to: navigation, search
(Created page with "'''''GEOS-Chem Versions Page''''' This page includes information about the GEOS-Chem "no-diff-to-benchmark" development stream, which contains updates...")
 
(Updates that will not affect fullchem benchmark simulations)
 
(87 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''''[[GEOS-Chem_versions|GEOS-Chem Versions Page]]'''''
+
'''''[[GEOS-Chem_versions|GEOS-Chem Versions Page]] | [[GEOS-Chem model development priorities]]'''''
  
 
This page includes information about the GEOS-Chem "no-diff-to-benchmark" development stream, which contains updates and fixes that will not affect the fullchem benchmark simulations.  These updates are mergeable at any time, either into the next Y version or into a standalone Z version.
 
This page includes information about the GEOS-Chem "no-diff-to-benchmark" development stream, which contains updates and fixes that will not affect the fullchem benchmark simulations.  These updates are mergeable at any time, either into the next Y version or into a standalone Z version.
  
=== In this versionn ===
+
=== Updates that will not affect fullchem benchmark simulations ===
 
{| border=1 cellspacing=0 cellpadding=5  
 
{| border=1 cellspacing=0 cellpadding=5  
 
|-bgcolor="#CCCCCC"
 
|-bgcolor="#CCCCCC"
Line 9: Line 9:
 
!width="200px"|Contributor(s)
 
!width="200px"|Contributor(s)
 
!width="100px"|Model scope
 
!width="100px"|Model scope
!width="300px"|Notes and references
+
!width="250px"|Notes and references
  
 
|-valign="top"
 
|-valign="top"
!colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry benchmark simulations
+
|Fix formatting issue in `stale.yml` that was causing the "Mark Stale Issues" GitHub Action to fail
 
+
|Bob Yantosca (Harvard)
|-valign="top"
+
|GitHub
|[https://github.com/geoschem/geos-chem/pull/1987 Prevent POAEMISS variable from being assigned if not allocated]
+
|
|Seb Eastham (UCL)
+
*[https://github.com/geoschem/geos-chem/pull/2308 geos-chem PR #2308]
|Bug fix
+
*[https://github.com/geoschem/HEMCO/pull/280 HEMCO PR #280]
|[https://github.com/geoschem/geos-chem/pull/1987 geoschem/geos-chem PR #1987]
+
*[https://github.com/geoschem/GCClassic/pull/59 GCClassic PR #59]
* NOTE: This is the first step in optimizing unit conversions.
+
*[https://github.com/geoschem/GCHP/pull/419 GCHP PR #419]
 
+
|-valign="top"
+
!colspan="4" bgcolor="#CCFFFF"|Updates that will only affect GCHP
+
 
+
|-valign="top"
+
|TBD
+
|TBD
+
|TBD
+
|TBD
+
  
 
|}
 
|}

Latest revision as of 14:37, 5 June 2024

GEOS-Chem Versions Page | GEOS-Chem model development priorities

This page includes information about the GEOS-Chem "no-diff-to-benchmark" development stream, which contains updates and fixes that will not affect the fullchem benchmark simulations. These updates are mergeable at any time, either into the next Y version or into a standalone Z version.

Updates that will not affect fullchem benchmark simulations

Feature Contributor(s) Model scope Notes and references
Fix formatting issue in `stale.yml` that was causing the "Mark Stale Issues" GitHub Action to fail Bob Yantosca (Harvard) GitHub