Skip to content

Commit f64427e

Browse files
authored
Moved dkrz-era5 data source in DKRZ default config to separate file (#2996)
1 parent 974ff8c commit f64427e

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

doc/quickstart/find_data.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,11 @@ in its native GRIB format.
157157
To read these data with ESMValCore, use the data definition for the ``native6``
158158
project:
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

168166
The `naming conventions
169167
<https://docs.dkrz.de/doc/dataservices/finding_and_accessing_data/era_data/index.html#file-and-directory-names>`__
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

esmvalcore/config/configurations/data-hpc-dkrz.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)