Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datm/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<valid_values></valid_values>
<default_value>2004</default_value>
<values match="last">
<value compset="2000.*_DATM%1PT">1972</value>
<value compset="2000.*_DATM%1PT">2018</value>
<value compset="1850.*_DATM%QIA">1948</value>
<value compset="1850.*_DATM%CRU">1901</value>
<value compset="1850.*_DATM%GSW">1901</value>
Expand Down Expand Up @@ -248,7 +248,7 @@
<valid_values></valid_values>
<default_value>2004</default_value>
<values match="last">
<value compset="2000.*_DATM%1PT">2004</value>
<value compset="2000.*_DATM%1PT">2019</value>
<value compset="1850.*_DATM%QIA">1972</value>
<value compset="1850.*_DATM%CRU">1920</value>
<value compset="1850.*_DATM%GSW">1920</value>
Expand Down
8 changes: 4 additions & 4 deletions datm/cime_config/stream_definition_datm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<meshfile>none</meshfile>
</stream_meshfile>
<stream_datafiles>
<file first_year="2018" last_year="2019">$DIN_LOC_ROOT/atm/cdeps/v1/$NEONSITE/%ym.nc</file>
<file first_year="$DATM_YR_START" last_year="$DATM_YR_END">$DIN_LOC_ROOT/atm/cdeps/v1/$NEONSITE/%ym.nc</file>
</stream_datafiles>
<stream_datavars>
<var>PRECTmms Faxa_precn</var>
Expand All @@ -220,9 +220,9 @@
<mapalgo>none</mapalgo>
</stream_mapalgo>
<stream_vectors>null</stream_vectors>
<stream_year_align>2018</stream_year_align>
<stream_year_first>2018</stream_year_first>
<stream_year_last>2019</stream_year_last>
<stream_year_align>$DATM_YR_ALIGN</stream_year_align>
<stream_year_first>$DATM_YR_START</stream_year_first>
<stream_year_last>$DATM_YR_END</stream_year_last>
<stream_offset>0</stream_offset>
<stream_tintalgo>
<tintalgo>linear</tintalgo>
Expand Down