Skip to content

Commit 0ef9a3a

Browse files
committed
changes regarding the review
1 parent 37aa227 commit 0ef9a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/09-cmorization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ esmvaltool data format --config_file <path to config-user.yml> <dataset-name>
125125

126126
The options `--start` and `--end` can be added to command above to restrict the
127127
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).
128+
dataset does not support this option (i.e. because all the data is provided as a single file).
129129
Valid formats are `YYYY`, `YYYYMM`, `YYYYMMDD`. The same way is also applicable for
130130
the option `esmvaltool data download`.
131131

@@ -153,7 +153,7 @@ If everything is okay, the output should look something like this:
153153
... Starting the CMORization Tool at time: 2024-05-27 13:24:48 UTC
154154
... ----------------------------------------------------------------------
155155
... input_dir = /work/bd0854/DATA/ESMValTool2/RAWOBS
156-
... output_dir = /scratch/b/b309059/esmvaltool_output/data_formatting_20240527_132448
156+
... output_dir = /scratch/b/username/esmvaltool_output/data_formatting_20240527_132448
157157
... ----------------------------------------------------------------------
158158
... Running the CMORization scripts.
159159
... Processing datasets ['FLUXCOM']
@@ -658,7 +658,7 @@ esmvalcore.cmor.check.CMORCheckError: There were errors in variable GPP:
658658
~~~
659659
{: .error}
660660

661-
If you look closely at the error messages, you can see that these error concern
661+
If you look closely at the error messages, you can see the reasons for these errors
662662
e.g. the units of the coordinates. ESMValTool tries to fix them automatically,
663663
but since no units are defined on the coordinates, this fails.
664664

0 commit comments

Comments
 (0)