@@ -125,7 +125,7 @@ esmvaltool data format --config_file <path to config-user.yml> <dataset-name>
125125
126126The options `--start` and `--end` can be added to command above to restrict the
127127formatting 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).
129129Valid formats are `YYYY`, `YYYYMM`, `YYYYMMDD`. The same way is also applicable for
130130the 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
662662e.g. the units of the coordinates. ESMValTool tries to fix them automatically,
663663but since no units are defined on the coordinates, this fails.
664664
0 commit comments