Skip to content

Commit

Permalink
Add full-chemistry simulation with all diagnostics turned on in HISTO…
Browse files Browse the repository at this point in the history
…RY.rc to GCClassic integration tests

In order to evaluate all diagnostic collections, we now include a simulation
with all collections activated in HISTORY.rc. This is a copy of the
gc_4x5_merra2_fullchem_benchmark simulation with the comment character
removed from all collection names at the top of HISTORY.rc.

Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed Jul 24, 2024
1 parent b9cf981 commit f6dc400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Added number of levels with clouds for photolysis to geoschem_config.yml and Input_Opt to pass to Cloud-J
- Added `State_Grid%CPU_Subdomain_ID` and `State_Grid%CPU_Subdomain_FirstID` as "identifier numbers" for multiple instances of GEOS-Chem on one core in WRF and CESM
- Added simulation with all diagnostics on in HISTORY.rc to integration tests for GCClassic

### Changed
- Now reset `State_Diag%SatDiagnCount` to zero in routine`History_Write` (instead of in `History_Netcdf_Write`)
Expand Down
9 changes: 9 additions & 0 deletions test/integration/GCClassic/integrationTestCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,17 @@ if [[ "X${testsToRun}" == "XALL" ]]; then
# 05x0625 merra2 fullchem_47L_na
create_rundir "1\n1\n1\n3\n4\n2\n${rundirsDir}\n\nn\n" "${log}"

#=========================================================================
# Simulation with all diagnostics on
#==========================================================================

cd ${rundirsDir}/
cp -r gc_4x5_merra2_fullchem_benchmark gc_4x5_merra2_fullchem_alldiags
sed_ie "s|#'|'|" gc_4x5_merra2_fullchem_alldiags/HISTORY.rc

# Switch back to the present directory
cd "${thisDir}"

fi

#=============================================================================
Expand Down

0 comments on commit f6dc400

Please sign in to comment.