|
2 | 2 | title: "CMORization: adding new datasets to ESMValTool" |
3 | 3 | teaching: 15 |
4 | 4 | exercises: 45 |
5 | | -compatibility: ESMValTool v2.11.0 |
| 5 | +compatibility: ESMValTool v2.13.0 |
6 | 6 |
|
7 | 7 | questions: |
8 | 8 | - "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 |
123 | 123 | run the CMORizer scripts: |
124 | 124 |
|
125 | 125 | ```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> |
127 | 127 | ``` |
128 | 128 |
|
129 | 129 | 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. |
290 | 290 | Try to run the example recipe with |
291 | 291 |
|
292 | 292 | ```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 |
294 | 294 | ``` |
295 | 295 |
|
296 | 296 | 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 |
413 | 413 | errors. However, it doesn't produce any output yet: |
414 | 414 |
|
415 | 415 | ```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 |
417 | 417 | ``` |
418 | 418 |
|
419 | 419 | ### 1. Find the input data |
@@ -643,7 +643,7 @@ rootpath: |
643 | 643 | If we now run the test recipe on our newly 'CMORized' data, |
644 | 644 |
|
645 | 645 | ```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 |
647 | 647 | ``` |
648 | 648 |
|
649 | 649 | it should be able to find the correct file, but it does not succeed yet. The ESMValTool CMOR checker |
|
0 commit comments