@@ -130,16 +130,16 @@ print(dataset)
130130> ```
131131> > ## Output
132132> > ```output
133- > > sea_surface_temperature / (degC) (time: 1980; cell index along second dimension : 300; cell index along first dimension : 360)
133+ > > sea_surface_temperature / (degC) (time: 1980; cell index al... : 300; cell index al... : 360)
134134> > Dimension coordinates:
135- > > time x - -
136- > > cell index along second dimension - x -
137- > > cell index along first dimension - - x
135+ > > time x - -
136+ > > cell index along second dimension - x -
137+ > > cell index along first dimension - - x
138138> > Auxiliary coordinates:
139- > > latitude - x x
140- > > longitude - x x
139+ > > latitude - x x
140+ > > longitude - x x
141141> > Cell measures:
142- > > cell_area - x x
142+ > > cell_area - x x
143143> > Cell methods:
144144> > 0 area: mean where sea
145145> > 1 time: mean
@@ -156,16 +156,16 @@ print(dataset)
156156> > external_variables 'areacello'
157157> > forcing_index 1
158158> > frequency 'mon'
159- > > further_info_url 'https://furtherinfo.es-doc.org/CMIP6.CSIRO.ACCESS-ESM1-5.historical.no ...'
159+ > > further_info_url 'https://furtherinfo.es-doc.org/ ...'
160160> > grid 'native atmosphere N96 grid (145x192 latxlon)'
161161> > grid_label 'gn'
162162> > initialization_index 1
163- > > institution 'Commonwealth Scientific and Industrial Research Organisation, Aspendale, ...'
163+ > > institution 'Commonwealth Scientific and Industrial Research ...'
164164> > institution_id 'CSIRO'
165- > > license 'CMIP6 model data produced by CSIRO is licensed under a Creative Commons ...'
165+ > > license 'CMIP6 model data produced by CSIRO is ...'
166166> > mip_era 'CMIP6'
167167> > nominal_resolution '250 km'
168- > > notes "Exp: ESM-historical; Local ID: HI-08; Variable: tos (['sst']) "
168+ > > notes "Exp: ESM-historical; Local ID: HI-08; "
169169> > parent_activity_id 'CMIP'
170170> > parent_experiment_id 'piControl'
171171> > parent_mip_era 'CMIP6'
@@ -176,14 +176,14 @@ print(dataset)
176176> > product 'model-output'
177177> > realization_index 4
178178> > realm 'ocean'
179- > > run_variant 'forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, ...'
180- > > source 'ACCESS-ESM1.5 (2019): \naerosol: CLASSIC (v1.0)\natmos: HadGAM2 (r1.1, ...'
179+ > > run_variant 'forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, ...'
180+ > > source 'ACCESS-ESM1.5 (2019): \naerosol: CLASSIC (v1.0) ...'
181181> > source_id 'ACCESS-ESM1-5'
182182> > source_type 'AOGCM'
183183> > sub_experiment 'none'
184184> > sub_experiment_id 'none'
185185> > table_id 'Omon'
186- > > table_info 'Creation Date:(30 April 2019) MD5:40e9ef53d4d2ec9daef980b76f23d39a '
186+ > > table_info 'Creation Date:(30 April 2019) MD5:'
187187> > title 'ACCESS-ESM1-5 output prepared for CMIP6'
188188> > variable_id 'tos'
189189> > variant_label 'r4i1p1f1'
@@ -233,7 +233,8 @@ See the [documentation][recipe-section-preprocessors]{:target="_blank"} to read
233233> > cell index along first dimension 179, bound=(0, 359)
234234> > cell index along second dimension 149, bound=(0, 299)
235235> > latitude 6.0 degrees_north, bound=(-78.0, 90.0) degrees_north
236- > > longitude 179.9867706298828 degrees_east, bound=(0.0, 359.9735412597656) degrees_east
236+ > > longitude 179.9867706298828 degrees_east,
237+ > >bound=(0.0, 359.9735412597656) degrees_east
237238> > Cell methods:
238239> > 0 area: mean where sea
239240> > 1 time: mean
@@ -459,11 +460,11 @@ quickplot.plot(cube)
459460> > ```python
460461> > obs_other = Dataset(
461462> > short_name = ' siconc' , mip = ' *' , project = ' OBS' , type = ' *' ,
462- > > dataset = ' *' , tier = ' *' , timerange = ' 1979/2018'
463- > > )
463+ > > dataset = ' *' , tier = ' *' , timerange = ' 1979/2018' )
464+ > >
464465> > obs_other.files
465466> > ```
466- > {: .solution}
467+ > {: .solution}
467468> > # # 2. Use esmvalcore API preprocessors on the datasets and plot results
468469> >
469470> > ```python
@@ -477,7 +478,7 @@ quickplot.plot(cube)
477478> > annual_statistics
478479> > )
479480> > # model_om - at index 1 to offset years
480- >
481+ > >
481482> > load_data = [model, model_om, obs]
482483> >
483484> > # function to use for both min and max ['max','min']
0 commit comments