Skip to content

Commit

Permalink
Merge pull request #277 from TeaganKing/default_files
Browse files Browse the repository at this point in the history
Update stream_definition_datm.xml to include longer time period in files

### Description of changes
This PR includes files containing longer time periods (1849-2101) in `datm/cime_config/stream_definition_datm.xml` for the following SSP370 streams: `co2tseries.SSP3-7.0` and `presaero.SSP3-7.0`

### Contributors other than yourself, if any: @wwieder , @ekluzek , @samsrabin 

CDEPS Issues Fixed: #246


Are there dependencies on other component PRs (if so list): No

Are changes expected to change answers: No, the files are just extended but contain the same data for the later part of the time period

Any User Interface Changes (namelist or namelist defaults changes): No

Testing performed (e.g. aux_cdeps, CESM prealpha, etc):

Hashes used for testing:
  • Loading branch information
billsacks committed Jun 24, 2024
2 parents b4b3ac5 + 41f83f7 commit 9b73292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datm/cime_config/stream_definition_datm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3578,7 +3578,7 @@
<meshfile>none</meshfile>
</stream_meshfile>
<stream_datafiles>
<file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_globalSSP3-7.0__simyr_2014-2501_CMIP6_c190506.nc</file>
<file>$DIN_LOC_ROOT/atm/datm7/CO2/fco2_datm_globalSSP3-7.0_simyr_1750-2501_CMIP6_c201101.nc</file>
</stream_datafiles>
<stream_datavars>
<var>CO2 Sa_co2diag</var>
Expand Down Expand Up @@ -4001,7 +4001,7 @@
<meshfile>$DIN_LOC_ROOT/share/meshes/fv0.9x1.25_141008_polemod_ESMFmesh.nc</meshfile>
</stream_meshfile>
<stream_datafiles>
<file>$DIN_LOC_ROOT/atm/cam/chem/trop_mozart_aero/aero/aerodep_clm_SSP370_b.e21.BWSSP370cmip6.f09_g17.CMIP6-SSP3-7.0-WACCM.001_2014-2101_monthly_0.9x1.25_c190402.nc</file>
<file>$DIN_LOC_ROOT/atm/cam/chem/trop_mozart_aero/aero/aerodep_clm_SSP370_b.e21.BWSSP370cmip6.f09_g17.CMIP6-SSP3-7.0-WACCM.001_1849-2101_monthly_0.9x1.25_c201103.nc</file>
</stream_datafiles>
<stream_datavars>
<var>BCDEPWET Faxa_bcphiwet</var>
Expand Down

0 comments on commit 9b73292

Please sign in to comment.