Skip to content

Commit 3cfef8e

Browse files
committed
update cmorization episode
1 parent 230ea36 commit 3cfef8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/09-cmorization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CMORization: adding new datasets to ESMValTool"
33
teaching: 15
44
exercises: 45
5-
compatibility: ESMValTool v2.11.0
5+
compatibility: ESMValTool v2.13.0
66

77
questions:
88
- "CMORization: what is it and why do we need it?"
@@ -123,7 +123,7 @@ run the existing one. There is a specific command available in the ESMValTool to
123123
run the CMORizer scripts:
124124

125125
```bash
126-
esmvaltool data format --config_file <path to config-user.yml> <dataset-name>
126+
esmvaltool data format --config_dir <directory of config-user.yml> <dataset-name>
127127
```
128128

129129
The options `--start` and `--end` can be added to command above to restrict the
@@ -290,7 +290,7 @@ CMORized, ESMValTool will give a warning or error.
290290
Try to run the example recipe with
291291

292292
```bash
293-
esmvaltool run recipe_check_fluxcom.yml --config_file <path to config-user.yml> --log_level debug
293+
esmvaltool run recipe_check_fluxcom.yml --config_dir <directory of config-user.yml> --log_level debug
294294
```
295295

296296
If everything is okay, the recipe should run without problems.
@@ -413,7 +413,7 @@ You can try running the CMORizer at this point, and it should work without
413413
errors. However, it doesn't produce any output yet:
414414

415415
```bash
416-
esmvaltool data format --config_file <path to config-user.yml> FLUXCOM
416+
esmvaltool data format --config_dir <directory of config-user.yml> FLUXCOM
417417
```
418418

419419
### 1. Find the input data
@@ -643,7 +643,7 @@ rootpath:
643643
If we now run the test recipe on our newly 'CMORized' data,
644644

645645
```bash
646-
esmvaltool run recipe_check_fluxcom.yml --config_file <path to config-user.yml> --log_level debug
646+
esmvaltool run recipe_check_fluxcom.yml --config_dir <directory of config-user.yml> --log_level debug
647647
```
648648

649649
it should be able to find the correct file, but it does not succeed yet. The ESMValTool CMOR checker

0 commit comments

Comments
 (0)