Skip to content

Commit b8f8035

Browse files
committed
changed CLI in episode 4
1 parent 13b31d1 commit b8f8035

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_episodes/04-recipe.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ Once you’ve set up your conda environment and installed ESMValTool (see episod
7575
environment, (see episode #3 LINK), ESMValTool is invoked using a simple
7676
command:
7777

78+
~~~
79+
esmvaltool run recipe
80+
~~~
81+
{: .source}
82+
83+
If the configuration file is not in the default {HOME}\.esmvaltool\ path you can pass its path explicitly:
84+
7885
~~~
7986
esmvaltool run --config_file configuration recipe
8087
~~~
@@ -94,7 +101,7 @@ the name: recipe_example.yml LINK
94101
> 1 # ESMValTool
95102
> 2 # recipe_example.yml
96103
> 3 ---
97-
> 4 documentation:
104+
> 4 documentation
98105
> 5 description: Demonstrate basic ESMValTool example
99106
> 6
100107
> 7 authors:

0 commit comments

Comments
 (0)