GEOS-Chem no-diff-to-benchmark: Difference between revisions

From Geos-chem
Jump to navigation Jump to search
 
(25 intermediate revisions by 2 users not shown)
Line 12: Line 12:


|-valign="top"
|-valign="top"
|Config file update to avoid incorrect GCHP error catch for certain combinations of grid resolution and number of CPUs
|Fix inconsistencies between CO2 simulation and carbon simulation with CO2 only
|Lee Murray (Rochester)
|Melissa Sulprizio (Harvard)
|Bug fix &<br>GCHP
|Carbon simulation
|
|
*[https://github.com/geoschem/geos-chem/pull/2363 geos-chem PR #2363]
*[https://github.com/geoschem/geos-chem/pull/2510 geos-chem PR #2510]


|-valign="top"
|-valign="top"
|Add capability to run GEOS-Chem on CESM spectral-element dynamical core
|Fix GEOS-Chem 14.5.0 build in CESM by excluding hard dependencies on HEMCO
|Haipeng Lin (Harvard)
|Haipeng Lin (Harvard)
|CESM
|CESM
|
|
*[https://github.com/geoschem/geos-chem/pull/2366 geos-chem PR #2366]
*[https://github.com/geoschem/geos-chem/pull/2542 geos-chem PR #2542]


|-valign="top"
|-valign="top"
|Update CESM HEMCO settings to incorporate new emissions since 14.1.2
|Add counter for SatDiagnPedge collection; Prevent satellite diagnostic counters from being inadvertently reset
|Lizzie Lundgren (Harvard)<br>Haipeng Lin (Harvard)
|Bob Yantosca (Harvard)
|CESM
|Diagnostics
|
*[https://github.com/geoschem/geos-chem/pull/2375 geos-chem PR #2375]
 
|-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"
|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]
*[https://github.com/geoschem/geos-chem/pull/2544 geos-chem PR #2544]
*[https://github.com/geoschem/geos-chem/issues/2466 geos-chem #2466]
*[https://github.com/geoschem/geos-chem/issues/2478 geos-chem #2478]


|-valign="top"
|-valign="top"
|Throw a CMake error if FAST-JX is used for any KPP mechanism except Hg
|Fix trace metals simulation name in config file comments
|Bob Yantosca (Harvard)
|Ian Hough (Université Grenoble Alpes)
|Compilation
|Documentation
|
|
*[https://github.com/geoschem/GCClassic/pull/62 GCClassic PR #62]
*[https://github.com/geoschem/geos-chem/pull/2560 geos-chem PR #2560]
*[https://github.com/geoschem/GCHP/pull/426 GCHP PR #426]


|-valign="top"
|-valign="top"
|Fix several issues with the GEOS-Chem Classic satellite diagnostics (SatDiagn and SatDiagnEdge collections)
|Bug fix: allow uppercase log filename in download_data.py
|Bob Yantosca (Harvard)
|Ian Hough (Université Grenoble Alpes)
|Diagnostics
|Dry-run
|
|
*[https://github.com/geoschem/geos-chem/pull/2369 geos-chem PR #2369]
*[https://github.com/geoschem/geos-chem/pull/2508 geos-chem PR #2508]


|-valign="top"
|-valign="top"
|MAPL update: Horizontal flux regridding bug fix
|Remove duplicate <tt>WD_RetFactor</tt> tag for HgClHO2 entry in <tt>species_database.yml</tt>
|Lizzie Lundgren (Harvard)
|Michael Bertolacci (U. Western Australia)<br>Bob Yantosca (Harvard)
|GCHP
|Hg simulation &<br>Bug fix
|
|
*[https://github.com/geoschem/MAPL/pull/36 MAPL PR #36]
*[https://github.com/geoschem/geos-chem/pull/2532 geos-chem PR #2532]


|-valign="top"
|-valign="top"
|MAPL update: Add logger print in prefetch loop
|Fixes required to compile GCHP adjoint
|Lizzie Lundgren (Harvard)
|Kay Suselj (JPL)
|GCHP
|GCHP
|
|
*[https://github.com/geoschem/MAPL/pull/35 MAPL PR #35]
*[https://github.com/geoschem/geos-chem/pull/2578 geos-chem PR #2578]
 
|-valign="top"
|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"
|Configure number cloud levels used for photolysis in geoschem_config.yml and pass to Cloud-J
|Add allocate guards for arrays in pressure_mod
|Lizzie Lundgren (Harvard)
|Joe Wallwork (U. Cambridge)
|Photolysis
|Structural
|
|
*[https://github.com/geoschem/geos-chem/pull/2342 geos-chem PR #2342]
*[https://github.com/geoschem/geos-chem/pull/2532 geos-chem PR #2532]
*[https://github.com/geoschem/Cloud-J/pull/17 Cloud-J PR #17]


|}
|}

Latest revision as of 22:29, 21 November 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 inconsistencies between CO2 simulation and carbon simulation with CO2 only Melissa Sulprizio (Harvard) Carbon simulation
Fix GEOS-Chem 14.5.0 build in CESM by excluding hard dependencies on HEMCO Haipeng Lin (Harvard) CESM
Add counter for SatDiagnPedge collection; Prevent satellite diagnostic counters from being inadvertently reset Bob Yantosca (Harvard) Diagnostics
Fix trace metals simulation name in config file comments Ian Hough (Université Grenoble Alpes) Documentation
Bug fix: allow uppercase log filename in download_data.py Ian Hough (Université Grenoble Alpes) Dry-run
Remove duplicate WD_RetFactor tag for HgClHO2 entry in species_database.yml Michael Bertolacci (U. Western Australia)
Bob Yantosca (Harvard)
Hg simulation &
Bug fix
Fixes required to compile GCHP adjoint Kay Suselj (JPL) GCHP
Add allocate guards for arrays in pressure_mod Joe Wallwork (U. Cambridge) Structural