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)
(Updates that will not affect fullchem benchmark simulations)
(7 intermediate revisions by the same user not shown)
Line 12: Line 12:
  
 
|-valign="top"
 
|-valign="top"
|TBD
+
|Use hard-coded dates for meteorological fields and boundary conditions
 +
*'''''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.'''''
 +
|Nicholas Balasus (Harvard)
 +
|Bug fix
 
|
 
|
 +
*[https://github.com/geoschem/geos-chem/pull/2347 geos-chem PR #2347]
 +
 +
 +
|-valign="top"
 +
|Initialization fix to avoid run-time error in UCX in CESM
 +
|Lizzie Lundgren (Harvard)
 +
|CESM
 
|
 
|
 +
*[https://github.com/geoschem/geos-chem/pull/2349 geos-chem PR #2349]
 +
 +
|-valign="top"
 +
|Correct alphabetical order of complex SOA species in geoschem_config.yml
 +
|Haipeng Lin (Harvard)
 +
|CESM
 
|
 
|
 +
*[https://github.com/geoschem/geos-chem/pull/2346 geos-chem PR #2346]
 +
 +
|-valign="top"
 +
|Changes for GEOS-Chem v14.4 within CESM compatibility
 +
|Haipeng Lin (Harvard)
 +
|CESM
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2348 geos-chem PR #2348]
 +
 +
|-valign="top"
 +
|Remove BudgetWetDep* entries from HISTORY.rc files for simulations where wetdep is turned off
 +
|Bob Yantosca (Harvard)
 +
|Diagnostics
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2313 geos-chem PR #2313]
 +
 +
|-valign="top"
 +
|Fix filename for CMIP6 aircraft emissions in HEMCO_Config.rc.template #2317
 +
|Bob Yantosca (Harvard)
 +
|Emissions
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2317 geos-chem PR #2317]
 +
 +
|-valign="top"
 +
|GCHP run directory fixes and improvements
 +
|Lizzie Lundgren (Harvard)
 +
|GCHP
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2326 geos-chem PR #2326]
 +
 +
|-valign="top"
 +
|Fix formatting issue in `stale.yml` that was causing the "Mark Stale Issues" GitHub Action to fail
 +
|Bob Yantosca (Harvard)
 +
|GitHub
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/2308 geos-chem PR #2308]
 +
*[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]
  
 
|}
 
|}

Revision as of 20:55, 25 June 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
Use hard-coded dates for meteorological fields and boundary conditions
  • 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.
Nicholas Balasus (Harvard) Bug fix


Initialization fix to avoid run-time error in UCX in CESM Lizzie Lundgren (Harvard) CESM
Correct alphabetical order of complex SOA species in geoschem_config.yml Haipeng Lin (Harvard) CESM
Changes for GEOS-Chem v14.4 within CESM compatibility Haipeng Lin (Harvard) CESM
Remove BudgetWetDep* entries from HISTORY.rc files for simulations where wetdep is turned off Bob Yantosca (Harvard) Diagnostics
Fix filename for CMIP6 aircraft emissions in HEMCO_Config.rc.template #2317 Bob Yantosca (Harvard) Emissions
GCHP run directory fixes and improvements Lizzie Lundgren (Harvard) GCHP
Fix formatting issue in `stale.yml` that was causing the "Mark Stale Issues" GitHub Action to fail Bob Yantosca (Harvard) GitHub