Skip to content

Commit 70c5cf1

Browse files
committed
small modifications to improve readability
1 parent 60cc98c commit 70c5cf1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

_episodes/06-preprocessor.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
135135
{: .error}
136136

137137
We can use the the log message above, to understand why ESMValTool failed. Here, this is because
138-
we missed a required field with author names. The text `documentation.authors: Required field missing`
138+
we missed a required field with author names.
139+
The text `documentation.authors: Required field missing`
139140
tells us that. We see that ESMValTool always tries to validate the recipe
140141
at an early stage. Note also the suggestion to open a GitHub issue if
141142
you need help debugging the error message. This is something most
@@ -316,7 +317,8 @@ standard, gridded temperature data to a timeseries of temperature anomalies.
316317
> > The default order in which these preprocessors are applied can be seen
317318
> > [here][preprocessor-functions]{:target="_blank"}:
318319
> > `area_statistics` comes before `anomalies`. If you want to change this, you
319-
> > can use the `custom_order` preprocessor as described [here][recipe-section-preprocessors]{:target="_blank"}.
320+
> > can use the `custom_order` preprocessor as
321+
>> described [here][recipe-section-preprocessors]{:target="_blank"}.
320322
>> For this example, we will keep the default order..
321323
> >
322324
> > Let's name our preprocessor `global_anomalies`.
@@ -564,17 +566,18 @@ for each of the modifications we'll make below.
564566

565567

566568
> ## Pro-tip: YAML anchors
567-
> If you want to avoid retyping the arguments used in your preprocessor, you can use YAML anchors as
568-
seen in the `anomalies` preprocessor specifications in the recipe above.
569+
> If you want to avoid retyping the arguments used in your preprocessor,
570+
> you can use YAML anchors as seen in the `anomalies` preprocessor
571+
> specifications in the recipe above.
569572
{:.callout}
570573

571574
> ## Additional datasets
572575
>
573576
> So far we have defined the datasets in the datasets section of the recipe.
574577
> However, it's also possible to add specific datasets only for specific
575578
> variables or variable groups. Take a look at the documentation to learn about the
576-
> `additional_datasets` keyword [here][additional-datasets]{:target="_blank"}, and add a second dataset only for one of the
577-
> variable groups.
579+
> `additional_datasets` keyword [here][additional-datasets]{:target="_blank"}, and
580+
> add a second dataset only for one of the variable groups.
578581
>
579582
> > ## Solution
580583
> >

0 commit comments

Comments
 (0)