We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b31d1 commit b8f8035Copy full SHA for b8f8035
_episodes/04-recipe.md
@@ -75,6 +75,13 @@ Once you’ve set up your conda environment and installed ESMValTool (see episod
75
environment, (see episode #3 LINK), ESMValTool is invoked using a simple
76
command:
77
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
85
~~~
86
esmvaltool run --config_file configuration recipe
87
@@ -94,7 +101,7 @@ the name: recipe_example.yml LINK
94
101
> 1 # ESMValTool
95
102
> 2 # recipe_example.yml
96
103
> 3 ---
97
-> 4 documentation:
104
+> 4 documentation
98
105
> 5 description: Demonstrate basic ESMValTool example
99
106
> 6
100
107
> 7 authors:
0 commit comments