Skip to content

Commit 1a14aba

Browse files
committed
Merge branch 'update_episode_cmorize' of github.com:ESMValGroup/ESMValTool_Tutorial into update_episode_cmorize
2 parents ce536fd + b1da7a1 commit 1a14aba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_episodes/09-cmorization.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ run the CMORizer scripts:
123123
esmvaltool data format --config_file <path to config-user.yml> <dataset-name>
124124
```
125125

126+
The options `--start` and `--end` can be added to command above to restrict the
127+
formatting of raw data to a time range. They will be ignored if a specific
128+
dataset does not support (i.e. because it is provided as a single file).
129+
Valid formats are `YYYY`, `YYYYMM`, `YYYYMMDD`. The same way is also applicable for
130+
the option `esmvaltool data download`.
131+
126132
The ``config-user.yml`` is the file in which we define the different data
127133
paths, see the episode on [Configuration]({{ page.root }}{% link _episodes/03-configuration.md %}).
128134
In the ``rootpath`` of your ``config-user.yml``, make sure to add the right
@@ -193,6 +199,12 @@ You can also see the path where ESMValTool stores the reformatting script:
193199
have a look at this file if you want. The script also uses a configuration file:
194200
`~/ESMValTool/esmvaltool/cmorizers/data/cmor_config/FLUXCOM.yml`.
195201

202+
To get help on CMORizer commands, run the tool with:
203+
204+
```bash
205+
esmvaltool data --help
206+
```
207+
196208
## Make a test recipe
197209

198210
To verify that the data is correctly CMORized, we will make a simple test

0 commit comments

Comments
 (0)