Skip to content

Commit 2390a9f

Browse files
Apply suggestions from code review
Co-authored-by: SarahAlidoost <[email protected]>
1 parent 314f5f5 commit 2390a9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_extras/glossary.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ Here, there are some definitions used throughout this tutorial:
1212

1313
- **CMOR**: CMOR stands for [*Climate Model Output Rewriter* library](https://pcmdi.github.io/cmor-site/index.html). It comprises a set of C-based functions, with bindings to both Python and FORTRAN 90, that can be used to produce CF-compliant NetCDF files that fulfill the requirements of many of the climate community's standard model experiments.
1414

15-
- **dataset**: In a recipe, dataset refers to the name of the model or observation data, e.g. HadGEM2-ES
15+
- **dataset**: In a recipe, dataset refers to the name of the model or observation data, e.g. HadGEM2-ES.
1616

17-
- **diagnostic**: A diagnostic script is the last step in a recipe to convert the pre-processed input data to the desired output like plots or NetCDF files.
17+
- **diagnostic**: In a recipe, the diagnostic section(s) define the tasks that will be executed when running the recipe. It can also include a diagnostic script that converts the preprocessed input data to the desired output like plots or NetCDF files.
1818

1919
- **ensemble**: An ensemble is a collection of experiments based on standardised inputs. This ensures that ensemble calculations use the same initial states, initialisation methods, and physics details. Ensemble members are named in the rip-nomenclature, *r* for realization, *i* for initialisation and *p* for physics, followed by an integer, e.g. r1i1p1.
2020

2121
- **experiment**: An experiment is defined as an activity aimed at addressing a specific scientific problem. In CMIP, experiments are numerical experiments with climate models
2222

23-
- **grid**: A grid is the array of coordinates on which a variable has been sampled.
23+
- **grid**: In the dataset section of a recipe, a grid is the array of coordinates on which a variable has been sampled.
2424

25-
- **mask**: Masks are used to isolate regions. For example, if you apply an ocean mask, then coordinates in the ocean will not be taken into account for the preprocessors/diagnostics. Masks can also be used to work with regions that have have missing or invalid entries.
25+
- **mask**: Masks are used to isolate regions. For example, if you apply an ocean mask, then coordinates in the ocean will not be taken into account for the preprocessors/diagnostics. Masks can also be used to work with regions that have missing or invalid entries.
2626

2727
- **mip**: Typically used to refer to a table of variables in ESMValTool. These are standardized per project, e.g. the [MIP tables for CMIP6](http://clipc-services.ceda.ac.uk/dreq/index/miptable.html).
2828

29-
- **Omon**: Monthly mean ocean fields
29+
- **Omon**: Monthly ocean data
3030

3131
- **pr**: CMIP short-hand for 'precipitation'
3232

33-
- **preprocessor**: A preprocessor is a function that is applied to a dataset
33+
- **preprocessor**: A preprocessor is an operation that is applied to a dataset.
3434

3535
- **project**: Typically refers to a standard experimental protocol for global models, e.g. CMIP.
3636

0 commit comments

Comments
 (0)