File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed
esmvalcore/config/configurations Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,11 @@ in its native GRIB format.
157157To read these data with ESMValCore, use the data definition for the ``native6 ``
158158project:
159159
160- .. literalinclude :: ../configurations/data-hpc-dkrz.yml
160+ .. literalinclude :: ../configurations/data-hpc-dkrz-era5-grib .yml
161161 :language: yaml
162- :caption: Contents of ``data-hpc-dkrz.yml ``
163- :start-at: # ERA5 data in GRIB format:
164- :end-before: OBS6:
162+ :caption: Contents of ``data-hpc-dkrz-era5-grib.yml ``
165163
166- To use this configuration, run ``esmvaltool config copy data-hpc-dkrz.yml ``.
164+ To use this configuration, run ``esmvaltool config copy data-hpc-dkrz-era5-grib .yml ``.
167165
168166The `naming conventions
169167<https://docs.dkrz.de/doc/dataservices/finding_and_accessing_data/era_data/index.html#file-and-directory-names> `__
Original file line number Diff line number Diff line change 1+ # Read ERA5 data in GRIB format on Levante at DKRZ (see
2+ # https://docs.dkrz.de/doc/dataservices/finding_and_accessing_data/era_data/index.html#pool-data-era5-file-and-directory-names
3+ # for details).
4+ projects :
5+ native6 :
6+ data :
7+ dkrz-era5-grib :
8+ type : esmvalcore.io.local.LocalDataSource
9+ rootpath : /pool/data/ERA5
10+ dirname_template : " {family}/{level}/{type}/{tres}/{grib_id}"
11+ filename_template : " {family}{level}{typeid}_{tres}_*_{grib_id}.grb"
Original file line number Diff line number Diff line change @@ -74,13 +74,6 @@ projects:
7474 rootpath : /work/bd0854/DATA/ESMValTool2/RAWOBS
7575 dirname_template : " Tier{tier}/{dataset}/{version}/{frequency}/{short_name}"
7676 filename_template : " *.nc"
77- # ERA5 data in GRIB format:
78- # https://docs.dkrz.de/doc/dataservices/finding_and_accessing_data/era_data/index.html#pool-data-era5-file-and-directory-names
79- dkrz-era5 :
80- type : esmvalcore.io.local.LocalDataSource
81- rootpath : /pool/data/ERA5
82- dirname_template : " {family}/{level}/{type}/{tres}/{grib_id}"
83- filename_template : " {family}{level}{typeid}_{tres}_*_{grib_id}.grb"
8477 OBS6 :
8578 data :
8679 dkrz :
You can’t perform that action at this time.
0 commit comments