File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,12 @@ run the CMORizer scripts:
123123esmvaltool 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+
126132The `` config-user.yml `` is the file in which we define the different data
127133paths, see the episode on [ Configuration] ({{ page.root }}{% link _ episodes/03-configuration.md %}).
128134In 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:
193199have 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
198210To verify that the data is correctly CMORized, we will make a simple test
You can’t perform that action at this time.
0 commit comments