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

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


|-valign="top"
|-valign="top"
|Use hard-coded dates for meteorological fields and boundary conditions
|Fix inconsistencies between CO2 simulation and carbon simulation with CO2 only
*'''''This update fixes a bug that caused met fields and nested-grid boundary conditions to be read more frequently than necessary.  This eliminates a computational bottleneck that was inadvertently introduced in 14.4.0.'''''
|Melissa Sulprizio (Harvard)
|Nicholas Balasus (Harvard)
|Carbon simulation
|Bug fix
|
|
*[https://github.com/geoschem/geos-chem/pull/2347 geos-chem PR #2347]
*[https://github.com/geoschem/geos-chem/pull/2510 geos-chem PR #2510]
 


|-valign="top"
|-valign="top"
|Initialization fix to avoid run-time error in UCX in CESM
|Fix GEOS-Chem 14.5.0 build in CESM by excluding hard dependencies on HEMCO
|Lizzie Lundgren (Harvard)
|Haipeng Lin (Harvard)
|CESM
|CESM
|
|
*[https://github.com/geoschem/geos-chem/pull/2349 geos-chem PR #2349]
*[https://github.com/geoschem/geos-chem/pull/2542 geos-chem PR #2542]


|-valign="top"
|-valign="top"
|Correct alphabetical order of complex SOA species in geoschem_config.yml
|Add counter for SatDiagnPedge collection; Prevent satellite diagnostic counters from being inadvertently reset
|Haipeng Lin (Harvard)
|Bob Yantosca (Harvard)
|CESM
|Diagnostics
|
|
*[https://github.com/geoschem/geos-chem/pull/2346 geos-chem PR #2346]
*[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"
|Changes for GEOS-Chem v14.4 within CESM compatibility
|Fix trace metals simulation name in config file comments
|Haipeng Lin (Harvard)
|Ian Hough (Université Grenoble Alpes)
|CESM
|Documentation
|
|
*[https://github.com/geoschem/geos-chem/pull/2348 geos-chem PR #2348]
*[https://github.com/geoschem/geos-chem/pull/2560 geos-chem PR #2560]


|-valign="top"
|-valign="top"
|Remove BudgetWetDep* entries from HISTORY.rc files for simulations where wetdep is turned off
|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/2313 geos-chem PR #2313]
*[https://github.com/geoschem/geos-chem/pull/2508 geos-chem PR #2508]


|-valign="top"
|-valign="top"
|Fix filename for CMIP6 aircraft emissions in HEMCO_Config.rc.template #2317
|Remove duplicate <tt>WD_RetFactor</tt> tag for HgClHO2 entry in <tt>species_database.yml</tt>
|Bob Yantosca (Harvard)
|Michael Bertolacci (U. Western Australia)<br>Bob Yantosca (Harvard)
|Emissions
|Hg simulation &<br>Bug fix
|
|
*[https://github.com/geoschem/geos-chem/pull/2317 geos-chem PR #2317]
*[https://github.com/geoschem/geos-chem/pull/2532 geos-chem PR #2532]


|-valign="top"
|-valign="top"
|GCHP run directory fixes and improvements
|Fixes required to compile GCHP adjoint
|Lizzie Lundgren (Harvard)
|Kay Suselj (JPL)
|GCHP
|GCHP
|
|
*[https://github.com/geoschem/geos-chem/pull/2326 geos-chem PR #2326]
*[https://github.com/geoschem/geos-chem/pull/2578 geos-chem PR #2578]


|-valign="top"
|-valign="top"
|Fix formatting issue in `stale.yml` that was causing the "Mark Stale Issues" GitHub Action to fail
|Add allocate guards for arrays in pressure_mod
|Bob Yantosca (Harvard)
|Joe Wallwork (U. Cambridge)
|GitHub
|Structural
|
|
*[https://github.com/geoschem/geos-chem/pull/2308 geos-chem PR #2308]
*[https://github.com/geoschem/geos-chem/pull/2532 geos-chem PR #2532]
*[https://github.com/geoschem/HEMCO/pull/280 HEMCO PR #280]
*[https://github.com/geoschem/GCClassic/pull/59 GCClassic PR #59]
*[https://github.com/geoschem/GCHP/pull/419 GCHP PR #419]


|}
|}

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