Skip to content

Commit 7ebb188

Browse files
committed
fixes for Birgit
1 parent 34209e5 commit 7ebb188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/09-cmorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ esmvaltool data format --original-data-dir </path/to/original/data> <dataset-nam
129129
This will look for the original data in the `original-data-dir` folder and store the
130130
formatted 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
133133
formatting of raw data to a time range. They will be ignored if a specific
134134
dataset does not support this option (i.e. because all the data is provided as a single file).
135135
Valid 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
```

0 commit comments

Comments
 (0)