Skip to content

Commit 9c7e968

Browse files
committed
Merge branch 'episode_04_issues' of github.com:ESMValGroup/ESMValTool_Tutorial into episode_04_issues
2 parents 3de326e + ab316da commit 9c7e968

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_episodes/04-recipe.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ the name: recipe_example.yml LINK
145145
146146
Please note the following sections:
147147
148-
- documentation: lines 4-20.
149-
The documentation consists of the following information:
148+
- documentation: lines 4-20
149+
150+
The documentation consists of the following information:
150151
151152
- description: a short description of the recipe
152153
- authors: a list of authors (linked to `esmvaltool/config-references.yml`)
@@ -172,7 +173,7 @@ Please note the following sections:
172173
173174
- preprocessors: lines 25-28
174175
175-
The definition for different preprocessors or combinations. If no
176+
The definition for different preprocessors or preprocessor combinations. If no
176177
preprocessing is needed, the preprocessor can be set to an empty python
177178
dictionary (`{}`). Here, we produce annual means. The preprocessor is called
178179
with its name (here: prep_timeseries), later in the diagnostic (line 39).

0 commit comments

Comments
 (0)