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

From Geos-chem
Jump to: navigation, search
(In this version)
(Updates that will not affect fullchem benchmark simulations)
 
(112 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.
  
 
+
=== 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"
 +
|Config file update to avoid incorrect GCHP error catch for certain combinations of grid resolution and number of CPUs
 +
|Lee Murray (Rochester)
 +
|Bug fix &<br>GCHP
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2363 geos-chem PR #2363]
 +
 
 +
|-valign="top"
 +
|Add capability to run GEOS-Chem on CESM spectral-element dynamical core
 +
|Haipeng Lin (Harvard)
 +
|CESM
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2366 geos-chem PR #2366]
 +
 
 +
|-valign="top"
 +
|Expand Cloud-J error handling to catch and pass errors up the call stack
 +
|Lizzie Lundgren (Harvard)
 +
|Cloud-J
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2353 geos-chem PR #2353]
 +
*[https://github.com/geoschem/Cloud-J/pull/19 Cloud-J PR #19]
 +
 
 +
|-valign="top"
 +
|Configure number cloud levels used for photolysis in geoschem_config.yml and pass to Cloud-J
 +
|Lizzie Lundgren (Harvard)
 +
|Photolysis
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2342 geos-chem PR #2342]
 +
*[https://github.com/geoschem/Cloud-J/pull/17 Cloud-J PR #17]
 +
 
 +
|-valign="top"
 +
|Update Cloud-J from 7.7.1 to 7.7.2
 +
|Lizzie Lundgren (Harvard)
 +
|Cloud-J
 +
|
 +
*[https://github.com/geoschem/Cloud-J/releases/tag/7.7.2 Cloud-J 7.7.2]
 +
 
 +
|-valign="top"
 +
|Throw a CMake error if FAST-JX is used for any KPP mechanism except Hg
 +
|Bob Yantosca (Harvard)
 +
|Compilation
 +
|
 +
*[https://github.com/geoschem/GCClassic/pull/62 GCClassic PR #62]
 +
*[https://github.com/geoschem/GCHP/pull/426 GCHP PR #426]
 +
 
 +
|-valign="top"
 +
|Fix several issues with the GEOS-Chem Classic satellite diagnostics (SatDiagn and SatDiagnEdge collections)
 +
|Bob Yantosca (Harvard)
 +
|Diagnostics
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2369 geos-chem PR #2369]
  
 
|-valign="top"
 
|-valign="top"
!colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry benchmark simulations
+
|MAPL update: Horizontal flux regridding bug fix
 +
|Lizzie Lundgren (Harvard)
 +
|GCHP
 +
|
 +
*[https://github.com/geoschem/MAPL/pull/36 MAPL PR #36]
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/1987 Prevent POAEMISS variable from being assigned if not allocated]
+
|MAPL update: Add logger print in prefetch loop
|Seb Eastham (UCL)
+
|Lizzie Lundgren (Harvard)
|Bug fix
+
|GCHP
|[https://github.com/geoschem/geos-chem/pull/1987 geoschem/geos-chem PR #1987]
+
|
 +
*[https://github.com/geoschem/MAPL/pull/35 MAPL PR #35]
  
 
|-valign="top"
 
|-valign="top"
!colspan="4" bgcolor="#CCFFFF"|Updates that will only affect GCHP
+
|Remove InvMEGAN manual diagnostics from hcox_megan_mod.F90
 +
|Eloise Marais (UCL)<br>Bob Yantosca (Harvard)
 +
|HEMCO
 +
|
 +
*[https://github.com/geoschem/HEMCO/pull/282 HEMCO PR #282]
  
 
|-valign="top"
 
|-valign="top"
|TBD
+
|Update CESM HEMCO settings to incorporate new emissions since 14.1.2
|TBD
+
|Lizzie Lundgren (Harvard)<br>Haipeng Lin (Harvard)
|TBD
+
|CESM
|TBD
+
|
 +
*[https://github.com/geoschem/geos-chem/pull/2375 geos-chem PR #2375]
  
 
|}
 
|}

Latest revision as of 19:33, 17 July 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
Config file update to avoid incorrect GCHP error catch for certain combinations of grid resolution and number of CPUs Lee Murray (Rochester) Bug fix &
GCHP
Add capability to run GEOS-Chem on CESM spectral-element dynamical core Haipeng Lin (Harvard) CESM
Expand Cloud-J error handling to catch and pass errors up the call stack Lizzie Lundgren (Harvard) Cloud-J
Configure number cloud levels used for photolysis in geoschem_config.yml and pass to Cloud-J Lizzie Lundgren (Harvard) Photolysis
Update Cloud-J from 7.7.1 to 7.7.2 Lizzie Lundgren (Harvard) Cloud-J
Throw a CMake error if FAST-JX is used for any KPP mechanism except Hg Bob Yantosca (Harvard) Compilation
Fix several issues with the GEOS-Chem Classic satellite diagnostics (SatDiagn and SatDiagnEdge collections) Bob Yantosca (Harvard) Diagnostics
MAPL update: Horizontal flux regridding bug fix Lizzie Lundgren (Harvard) GCHP
MAPL update: Add logger print in prefetch loop Lizzie Lundgren (Harvard) GCHP
Remove InvMEGAN manual diagnostics from hcox_megan_mod.F90 Eloise Marais (UCL)
Bob Yantosca (Harvard)
HEMCO
Update CESM HEMCO settings to incorporate new emissions since 14.1.2 Lizzie Lundgren (Harvard)
Haipeng Lin (Harvard)
CESM