Skip to content

Commit f684a80

Browse files
committed
fix year, and a typo
1 parent 2b74fa0 commit f684a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/05-preprocessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ specific preprocessor which should be applied.
201201
>> ```yaml
202202
>>
203203
>> datasets:
204-
>> - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Amon, ensemble: r1i1p1, start_year: 1970, end_year: 2000}
204+
>> - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Omon, ensemble: r1i1p1, start_year: 1900, end_year: 2000}
205205
>>
206206
>> preprocessors:
207207
>> prep_map: # preprocessor to just regrid data
@@ -389,7 +389,7 @@ separate multimodel means for different CMIP5 datasets given the same variable.
389389
> diag_variable_groups:
390390
> description: Demonstrate the use of variable groups.
391391
> variables:
392-
> tas_contorl: &variable_settings # need a key name for the grouping
392+
> tas_control: &variable_settings # need a key name for the grouping
393393
> short_name: tas # specify variable to look for
394394
> preprocessor: prep_mmm
395395
> mip: Amon

0 commit comments

Comments
 (0)