File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ esmvaltool data format --original-data-dir </path/to/original/data> <dataset-nam
129129This will look for the original data in the ` original-data-dir ` folder and store the
130130formatted data in the the output_dir path given in the configuration file. If
131131` original-data-dir ` is not specified ESMValTool looks for the data in the current directory. The
132- options ` --start ` and ` --end ` can be added to command above to restrict the
132+ options ` --start ` and ` --end ` can be added to the command above to restrict the
133133formatting of raw data to a time range. They will be ignored if a specific
134134dataset does not support this option (i.e. because all the data is provided as a single file).
135135Valid formats are ` YYYY ` , ` YYYYMM ` , ` YYYYMMDD ` . The `` dataset-name `` needs to be identical to the
@@ -641,7 +641,7 @@ is set correctly in our config-user file:
641641 data:
642642 dkrz:
643643 type: esmvalcore.io.local.LocalDataSource
644- rootpath: ~/data/OBS6/
644+ rootpath: ~/data/OBS6
645645 dirname_template: "Tier{tier}/{dataset}"
646646 filename_template: "{project}_{dataset}_{type}_{version}_{mip}_{short_name}[_.]*nc"
647647` ` `
You can’t perform that action at this time.
0 commit comments