Skip to content

Commit c653f44

Browse files
author
Theo Geddes
committed
slight reformat of 06
1 parent 6f41d3f commit c653f44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/06-preprocessor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ of the `diagnostic` section in the recipe example seen in
248248
249249
```yaml
250250
datasets:
251-
- {dataset: BCC-ESM1, project: CMIP6, mip: Amon, exp: historical, ensemble:
252-
r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
251+
- {dataset: BCC-ESM1, project: CMIP6, mip: Amon, exp: historical,
252+
ensemble: r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
253253
```
254254

255255
The recipe should run but produce the same message as in the previous case since we
@@ -390,7 +390,7 @@ for each of the modifications we'll make below.
390390
> > +++ recipe_warming_stripes_local.yml
391391
> > @@ -10,9 +10,11 @@
392392
> > - {dataset: BCC-ESM1, project: CMIP6, mip: Amon, exp: historical,
393-
ensemble: r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
393+
> > ensemble: r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
394394
> >
395395
> > preprocessors:
396396
> > - global_anomalies:
@@ -440,9 +440,9 @@ for each of the modifications we'll make below.
440440
> >
441441
> > datasets:
442442
> > - - {dataset: BCC-ESM1, project: CMIP6, mip: Amon, exp: historical,
443-
> > - ensemble: r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
443+
> > - ensemble: r1i1p1f1, grid: gn, start_year: 1850, end_year: 2014}
444444
> > + - {dataset: BCC-ESM1, project: CMIP6, mip: Amon, exp: historical,
445-
> > + ensemble: r1i1p1f1, grid: gn}
445+
> > + ensemble: r1i1p1f1, grid: gn}
446446
> >
447447
> > preprocessors:
448448
> > anomalies_amsterdam:

0 commit comments

Comments
 (0)