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

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


|-valign="top"
|-valign="top"
|Fix incorrect unit conversion for H2O2 in the aerosol-only simulation
|Fix inconsistencies between CO2 simulation and carbon simulation with CO2 only
|Bob Yantosca
|Melissa Sulprizio (Harvard)
|Aerosol-only simulation
|Carbon simulation
|
|
*[https://github.com/geoschem/geos-chem/pull/2413 geos-chem PR #2413]
*[https://github.com/geoschem/geos-chem/pull/2510 geos-chem PR #2510]
*[https://github.com/geoschem/geos-chem/issues/2402 geos-chem PR #2402]


|-valign="top"
|-valign="top"
|Add tropopause pressure to the GEOS-Chem Classic "SatDiagn" collection
|Add counter for SatDiagnPedge collection; Prevent satellite diagnostic counters from being inadvertently reset
|Eloise Marais (UCL)
|Bob Yantosca (Harvard)
|Diagnostics
|Diagnostics
|
|
*[https://github.com/geoschem/geos-chem/pull/2410 geos-chem PR #2410]
*[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"
|Hotfix: Fix invalid YAML syntax in .github/workflows/stale.yml
|Fix trace metals simulation name in config file comments
|Bob Yantosca (Harvard)
|Ian Hough (Université Grenoble Alpes)
|GitHub
|Documentation
|
 
|-valign="top"
|Add ModelE2.1 (GCAP 2.0) simulation to GCClassic integration tests
|Melissa Sulprizio (Harvard)
|Quality Assurance
|
|
*[https://github.com/geoschem/geos-chem/pull/2394 geos-chem PR #2394]
*[https://github.com/geoschem/geos-chem/pull/2560 geos-chem PR #2560]


|-valign="top"
|-valign="top"
|Add simulation with all diagnostics turned to integration testing
|Bug fix: allow uppercase log filename in download_data.py #2508
*Also fixed several minor issues caught by the "all diagnostics" tests
|Ian Hough (Université Grenoble Alpes)
|Melissa Sulprizio (Harvard)<br>Bob Yantosca (Harvard)
|Dry-run
|Quality Assurance
|
|
*[https://github.com/geoschem/geos-chem/pull/2399 geos-chem PR #2399]
*[https://github.com/geoschem/geos-chem/pull/2508 geos-chem PR #2508]


|-valign="top"
|-valign="top"
|Add GC-Classic transport tracer global half-degree run option with GEOS-IT
|Add allocate guards for arrays in pressure_mod
|Lizzie Lundgren (Harvard)
|Joe Wallwork (U. Cambridge)
|TransportTracers simulation
|Structural
|
|
*[https://github.com/geoschem/geos-chem/pull/2397 geos-chem PR #2397]
*[https://github.com/geoschem/geos-chem/pull/2532 geos-chem PR #2532]


|}
|}

Revision as of 21:48, 20 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
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 #2508 Ian Hough (Université Grenoble Alpes) Dry-run
Add allocate guards for arrays in pressure_mod Joe Wallwork (U. Cambridge) Structural