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

From Geos-chem
Jump to: navigation, search
(Updates that will not affect fullchem benchmark simulations)
 
(100 intermediate revisions by 3 users not shown)
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"
|[https://github.com/geoschem/geos-chem/pull/1987 Prevent POAEMISS variable from being assigned if not allocated]
+
|Config file update to avoid incorrect GCHP error catch for certain combinations of grid resolution and number of CPUs
|Seb Eastham (UCL)
+
|Lee Murray (Rochester)
|Bug fix
+
|Bug fix &<br>GCHP
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/1987 geoschem/geos-chem PR #1987]
+
*[https://github.com/geoschem/geos-chem/pull/2363 geos-chem PR #2363]
*[https://github.com/geoschem/geos-chem/issues/1771 geoschem/geos-chem #1771]
+
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/2013 Fix incorrect comment on static H2O option]
+
|Add capability to run GEOS-Chem on CESM spectral-element dynamical core
|Seb Eastham (UCL)
+
|Haipeng Lin (Harvard)
|Documentation
+
|CESM
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/2013 geoschem/geos-chem PR #2013]
+
*[https://github.com/geoschem/geos-chem/pull/2366 geos-chem PR #2366]
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/2039 Improve missing CH4 emissions error message]
+
|Expand Cloud-J error handling to catch and pass errors up the call stack
 
|Lizzie Lundgren (Harvard)
 
|Lizzie Lundgren (Harvard)
|Error reporting
+
|Cloud-J
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/2039 geoschem/geos-chem PR #2039]
+
*[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"
 
|-valign="top"
|[https://github.com/geoschem/hemco/pull/248 Increase string length for netCDF variable name]
+
|Configure number cloud levels used for photolysis in geoschem_config.yml and pass to Cloud-J
|Melissa Sulprizio (Harvard)
+
|Lizzie Lundgren (Harvard)
|HEMCO
+
|Photolysis
 
|
 
|
*[https://github.com/geoschem/hemco/pull/248 geoschem/HEMCO PR #248]
+
*[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"
 
|-valign="top"
|[https://github.com/geoschem/hemco/pull/245 Rename HEMCO_Config.rc.sample to HEMCO_Config.rc]
+
|Update Cloud-J from 7.7.1 to 7.7.2
|Nicholas Balasus (Harvard)
+
|Lizzie Lundgren (Harvard)
|HEMCO standalone
+
|Cloud-J
 
|
 
|
*[https://github.com/geoschem/hemco/pull/245 geoschem/HEMCO PR #245]
+
*[https://github.com/geoschem/Cloud-J/releases/tag/7.7.2 Cloud-J 7.7.2]
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/1990 Add a --no-bootstrap option to integration tests]
+
|Throw a CMake error if FAST-JX is used for any KPP mechanism except Hg
 
|Bob Yantosca (Harvard)
 
|Bob Yantosca (Harvard)
|Testing
+
|Compilation
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/1990 geoschem/geos-chem PR #1990]
+
*[https://github.com/geoschem/GCClassic/pull/62 GCClassic PR #62]
 +
*[https://github.com/geoschem/GCHP/pull/426 GCHP PR #426]
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/1796 Use integer flags to denote species units instead of strings]
+
|Fix several issues with the GEOS-Chem Classic satellite diagnostics (SatDiagn and SatDiagnEdge collections)
 
|Bob Yantosca (Harvard)
 
|Bob Yantosca (Harvard)
|Unit conversion
+
|Diagnostics
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/1987 geoschem/geos-chem PR #1796]
+
*[https://github.com/geoschem/geos-chem/pull/2369 geos-chem PR #2369]
  
|}
+
|-valign="top"
 
+
|MAPL update: Horizontal flux regridding bug fix
=== Updates that only affect GCHP ===
+
|Lizzie Lundgren (Harvard)
{| border=1 cellspacing=0 cellpadding=5
+
|GCHP
|-bgcolor="#CCCCCC"
+
|
!width="500px"|Feature
+
*[https://github.com/geoschem/MAPL/pull/36 MAPL PR #36]
!width="200px"|Contributor(s)
+
!width="100px"|Model scope
+
!width="300px"|Notes and references
+
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/pull/2040 Lower GCHP timestep threshold if > C180 rather than >= C180]
+
|MAPL update: Add logger print in prefetch loop
 
|Lizzie Lundgren (Harvard)
 
|Lizzie Lundgren (Harvard)
 
|GCHP
 
|GCHP
 
|
 
|
*[https://github.com/geoschem/geos-chem/pull/2040 geoschem/geos-chem PR #2040]
+
*[https://github.com/geoschem/MAPL/pull/35 MAPL PR #35]
  
 
|-valign="top"
 
|-valign="top"
|TBD
+
|Remove InvMEGAN manual diagnostics from hcox_megan_mod.F90
|TBD
+
|Eloise Marais (UCL)<br>Bob Yantosca (Harvard)
|TBD
+
|HEMCO
|TBD
+
|
 
+
*[https://github.com/geoschem/HEMCO/pull/282 HEMCO PR #282]
|}
+
 
+
=== Updates that only affect GEOS-Chem in CESM ===
+
{| border=1 cellspacing=0 cellpadding=5
+
|-bgcolor="#CCCCCC"
+
!width="500px"|Feature
+
!width="200px"|Contributor(s)
+
!width="100px"|Model scope
+
!width="300px"|Notes and references
+
  
 
|-valign="top"
 
|-valign="top"
|[https://github.com/geoschem/geos-chem/releases/tag/14.1.2 GEOS-Chem 14.1.2 release for GEOS-Chem in CESM]
+
|Update CESM HEMCO settings to incorporate new emissions since 14.1.2
|Lizzie Lundgren (Harvard)
+
|Lizzie Lundgren (Harvard)<br>Haipeng Lin (Harvard)
 
|CESM
 
|CESM
 
|
 
|
*[https://github.com/geoschem/geos-chem/releases/tag/14.1.2 geoschem/geos-chem/releases/tag/14.1.2]
+
*[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