File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ the recipe:
3232
3333~~~ bash
3434 cd esmvaltool_tutorial
35- esmvaltool -c user-config.yml recipe_example.yml
35+ esmvaltool run --config_file user-config.yml recipe_example.yml
3636~~~
3737
3838~~~
@@ -202,7 +202,7 @@ Also, we change the ``projects`` value ``ukesm`` to ``tutorial``:
202202
203203Then, we save the file and run the recipe :
204204~~~bash
205- esmvaltool -c user-config.yml recipe_example.yml
205+ esmvaltool run --config_file user-config.yml recipe_example.yml
206206~~~
207207
208208~~~
@@ -282,7 +282,7 @@ let's see if we can change the script path as:
282282` ` `
283283
284284~~~bash
285- esmvaltool -c user-config.yml recipe_example.yml
285+ esmvaltool run --config_file user-config.yml recipe_example.yml
286286~~~
287287
288288~~~
@@ -304,7 +304,7 @@ recipe:
304304` ` `
305305
306306~~~bash
307- esmvaltool -c user-config.yml recipe_example.yml
307+ esmvaltool run --config_file user-config.yml recipe_example.yml
308308~~~
309309
310310> # # Available recipe and diagnostic scripts
You can’t perform that action at this time.
0 commit comments