@@ -151,11 +151,6 @@ file_cache_maxsize = 1200
151151# with a single time slice.
152152maxChunkSize = 10000
153153
154- # Whether missing input data should produce an error. If not, the user gets
155- # a warning and the time bounds are adjusted to the beginning and end of the
156- # available data
157- errorOnMissing = False
158-
159154
160155[output]
161156# # options related to writing out plots, intermediate cached data sets, logs,
@@ -300,14 +295,10 @@ subprocessCount = 1
300295# only the anomaly over a later span of years is of interest.
301296# anomalyRefYear = 249
302297
303- # start and end years for timeseries analysis. Use endYear = end to indicate
304- # that the full range of the data should be used. If errorOnMissing = False,
305- # the start and end year will be clipped to the valid range. Otherwise, out
306- # of bounds values will lead to an error. In a "control" config file used in
307- # a "main vs. control" analysis run, the range of years must be valid and
308- # cannot include "end" because the original data may not be available.
298+ # start and end years for timeseries analysis. Out-of-bounds values will lead
299+ # to an error.
309300startYear = 1
310- endYear = end
301+ endYear = 20
311302
312303
313304# line colors for the main, control and obs curves
@@ -344,14 +335,10 @@ plotTypes = ['absolute_energy_error', 'absolute_salt_error', 'total_mass_change'
344335[index]
345336# # options related to producing nino index.
346337
347- # start and end years for El Nino 3.4 analysis. Use endYear = end to indicate
348- # that the full range of the data should be used. If errorOnMissing = False,
349- # the start and end year will be clipped to the valid range. Otherwise, out
350- # of bounds values will lead to an error. In a "control" config file used in
351- # a "main vs. control" analysis run, the range of years must be valid and
352- # cannot include "end" because the original data may not be available.
338+ # start and end years for El Nino 3.4 analysis. Out-of-bounds values will lead
339+ # to an error.
353340startYear = 1
354- endYear = end
341+ endYear = 20
355342
356343
357344[regions]
0 commit comments