Skip to content

Commit

Permalink
Merge pull request #275 from ESCOMP/revert-271-enhancement/shorter_te…
Browse files Browse the repository at this point in the history
…st_data_list

Revert "make the amount of data required to download minimal for testing"
  • Loading branch information
jedwards4b authored Apr 28, 2024
2 parents 3cbc4e9 + 423829f commit 2228d54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cime_config/stream_cdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ def create_stream_xml(
data_year_first, data_year_last = self._get_stream_first_and_last_dates(
self.stream_nodes, case
)
# If this is a test we don't need the full extent of the data
if case.get_value("TEST"):
data_year_first = max(data_year_last-2, data_year_first)

# now write the data model streams xml file
stream_vars = {}
Expand Down

0 comments on commit 2228d54

Please sign in to comment.