@@ -151,27 +151,27 @@ and then <kbd>ctrl</kbd> + <kbd>X</kbd> to exit ``nano``.
151151>20 - ukesm
152152>21
153153>22 datasets:
154- >23 - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Omon, ensemble:
155- >24 r1i1p1, start_year: 1859, end_year: 2005}
156- >24
157- >25 preprocessors:
158- >26 prep_timeseries: # For 0D fields
159- >27 annual_statistics:
160- >28 operator: mean
161- >29
162- >30 diagnostics:
163- >31 # --------------------------------------------------
164- >32 # Time series diagnostics
165- >33 # --------------------------------------------------
166- >34 diag_timeseries_temperature:
167- >35 description: simple_time_series
168- >36 variables:
169- >37 timeseries_variable:
170- >38 short_name: thetaoga
171- >39 preprocessor: prep_timeseries
172- >40 scripts:
173- >41 timeseries_diag:
174- >42 script: ocean/diagnostic_timeseries.py
154+ >23 - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Omon,
155+ >24 ensemble: r1i1p1, start_year: 1859, end_year: 2005}
156+ >25
157+ >26 preprocessors:
158+ >27 prep_timeseries: # For 0D fields
159+ >28 annual_statistics:
160+ >29 operator: mean
161+ >30
162+ >31 diagnostics:
163+ >32 # --------------------------------------------------
164+ >33 # Time series diagnostics
165+ >34 # --------------------------------------------------
166+ >35 diag_timeseries_temperature:
167+ >36 description: simple_time_series
168+ >37 variables:
169+ >38 timeseries_variable:
170+ >39 short_name: thetaoga
171+ >40 preprocessor: prep_timeseries
172+ >41 scripts:
173+ >42 timeseries_diag:
174+ >43 script: ocean/diagnostic_timeseries.py
175175>```
176176{: .solution}
177177
0 commit comments