@@ -33,7 +33,7 @@ technical steps, let's talk about what ESMValTool is all about.
3333> >
3434> > ✓ ; ** A tool to analyse climate data**
3535> >
36- > > ✓ ; ** A library for reproducible climate science**
36+ > > ✓ ; ** A collection of diagnostics for reproducible climate science**
3737> >
3838> > ✓ ; ** A community effort**
3939> >
@@ -49,7 +49,7 @@ The central componnent of ESMValTool that we will see in this tutorial is the
4949** recipe** . Any ESMValTool recipe is basically a set of instructions to reproduce
5050a certain result. The basic structure of a recipe is as follows:
5151
52- - ** Description ** with relevant (citation) information
52+ - ** Documentation ** with relevant (citation) information
5353- ** Datasets** that should be analysed
5454- ** Preprocessor** steps that must be applied
5555- ** Diagnostic** scripts performing more specific evaluation steps
@@ -63,7 +63,7 @@ documentation:
6363 - lastname_firstname
6464
6565datasets :
66- - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Amon, ensemble: r1i1p1, start_year: 1960, end_year: 2099 }
66+ - {dataset: HadGEM2-ES, project: CMIP5, exp: historical, mip: Amon, ensemble: r1i1p1, start_year: 1960, end_year: 2005 }
6767
6868preprocessors :
6969 global_mean :
@@ -92,11 +92,11 @@ diagnostics:
9292> {: .solution}
9393{: .challenge}
9494
95- # # A library for reproducible climate science
95+ # # A collection of diagnostics for reproducible climate science
9696
97- More than a tool, ESMValTool is a library of publicly available recipes and
98- diagnostic scripts. It comes with a large collection of recipes and diagnostic
99- scripts to reproduce important results.
97+ More than a tool, ESMValTool is a collection of publicly available recipes and
98+ diagnostic scripts. This makes it possible to easily reproduce important
99+ results.
100100
101101> # # Explore the available recipes
102102>
0 commit comments