Skip to content

Commit fa6d73a

Browse files
authored
Merge pull request #390 from ESMValGroup/update_running_first_recipe_v2.13.0
Update episode on "Running your first recipe" for compatibility with v2.13.0
2 parents f8f6e01 + 817b28c commit fa6d73a

File tree

2 files changed

+116
-124
lines changed

2 files changed

+116
-124
lines changed

_episodes/04-recipe.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Running your first recipe"
33
teaching: 15
44
exercises: 15
5-
compatibility: ESMValTool v2.12.0
5+
compatibility: ESMValTool v2.13.0
66

77
questions:
88
- "How to run a recipe?"
@@ -45,14 +45,18 @@ or if you have the user configuration file in your current directory then
4545
```
4646
esmvaltool run --config_dir . examples/recipe_python.yml
4747
```
48-
4948
If everything is okay, you should see that ESMValTool is printing a lot of
5049
output to the command line. The final message should be "Run was successful".
5150
The exact output varies depending on your machine, but it should look something
52-
like the example log output on terminal below.
51+
like the example log output below.
52+
53+
```
5354
5455
{% include example_output.txt %}
5556
57+
```
58+
{: .output}
59+
5660
> ## Pro tip: ESMValTool search paths
5761
>
5862
> You might wonder how ESMValTool was able find the recipe file, even though
@@ -132,8 +136,9 @@ distinguished in the log messages:
132136
> > following line in the output:
133137
> >
134138
> > ```
135-
> >INFO [3966381] These tasks will be executed: timeseries/script1,
136-
> > timeseries/tas_amsterdam, timeseries/tas_global, map/tas, map/script1
139+
> > [3098040] INFO These tasks will be executed: timeseries/tas_global,
140+
> > map/tas, map/script1, timeseries/tas_amsterdam, timeseries/script1
141+
> >
137142
> > ```
138143
> >
139144
> > So there are three tasks related to timeseries: global temperature,

0 commit comments

Comments
 (0)