We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbc4e9 + 423829f commit 2228d54Copy full SHA for 2228d54
cime_config/stream_cdeps.py
@@ -204,9 +204,6 @@ def create_stream_xml(
204
data_year_first, data_year_last = self._get_stream_first_and_last_dates(
205
self.stream_nodes, case
206
)
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)
210
211
# now write the data model streams xml file
212
stream_vars = {}
0 commit comments