Skip to content

Commit 2228d54

Browse files
authored
Merge pull request #275 from ESCOMP/revert-271-enhancement/shorter_test_data_list
Revert "make the amount of data required to download minimal for testing"
2 parents 3cbc4e9 + 423829f commit 2228d54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cime_config/stream_cdeps.py

-3
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ def create_stream_xml(
204204
data_year_first, data_year_last = self._get_stream_first_and_last_dates(
205205
self.stream_nodes, case
206206
)
207-
# If this is a test we don't need the full extent of the data
208-
if case.get_value("TEST"):
209-
data_year_first = max(data_year_last-2, data_year_first)
210207

211208
# now write the data model streams xml file
212209
stream_vars = {}

0 commit comments

Comments
 (0)