Skip to content
Snippets Groups Projects
Commit 1b011c37 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Updated era5

parent 2e00fc4f
No related branches found
No related tags found
No related merge requests found
...@@ -3,44 +3,44 @@ metadata: ...@@ -3,44 +3,44 @@ metadata:
parameters: parameters:
additional_cmip5_columns: additional_cmip5_columns:
default: default:
- ensemble_member - model
- institute - temporal_subset
- product_id - product_id
- modeling_realm
- variable
- mip_table - mip_table
- temporal_subset
- experiment - experiment
- variable - institute
- modeling_realm - ensemble_member
- model
type: list[str] type: list[str]
additional_cmip6_columns: additional_cmip6_columns:
default: default:
- long_name - opendap_url
- units - units
- path - path
- opendap_url - long_name
type: list[str] type: list[str]
additional_cordex_columns: additional_cordex_columns:
default: default:
- institute_id
- model_id - model_id
- member - member
- institute_id
- driving_model_id - driving_model_id
- CORDEX_domain - CORDEX_domain
- rcm_version_id - rcm_version_id
type: list[str] type: list[str]
additional_era5_columns: additional_era5_columns:
default: default:
- era_id
- validation_date
- initialization_date
- units - units
- long_name
- code - code
- short_name - short_name
- validation_date
- step - step
- era_id
- dataType - dataType
- initialization_date
- stepType - stepType
- long_name
- path - path
type: list[str] type: list[str]
cataloonie_columns: cataloonie_columns:
...@@ -130,17 +130,17 @@ sources: ...@@ -130,17 +130,17 @@ sources:
args: args:
csv_kwargs: csv_kwargs:
usecols: usecols:
- table_id - experiment_id
- variable_id
- source_id
- format
- uri
- member_id - member_id
- grid_label
- activity_id - activity_id
- version - version
- experiment_id - grid_label
- variable_id
- format
- source_id
- uri
- institution_id - institution_id
- table_id
esmcol_obj: https://gitlab.dkrz.de/data-infrastructure-services/intake-esm/-/raw/master/esm-collections/cloud-access/dkrz_cmip6_cloud.json esmcol_obj: https://gitlab.dkrz.de/data-infrastructure-services/intake-esm/-/raw/master/esm-collections/cloud-access/dkrz_cmip6_cloud.json
description: This is an ESM collection for CMIP6 data accessible on DKRZ's swift description: This is an ESM collection for CMIP6 data accessible on DKRZ's swift
cloud store cloud store
...@@ -243,11 +243,13 @@ sources: ...@@ -243,11 +243,13 @@ sources:
- initialization_date - initialization_date
- step - step
- path - path
- project
- format - format
- uri - uri
- table_id
esmcol_obj: https://gitlab.dkrz.de/data-infrastructure-services/intake-esm/-/raw/master/esm-collections/cloud-access/dkrz_era5_disk.json esmcol_obj: https://gitlab.dkrz.de/data-infrastructure-services/intake-esm/-/raw/master/esm-collections/cloud-access/dkrz_era5_disk.json
description: This is an ESM collection for ERA5 data accessible on the DKRZ's description: This is an ESM collection for ERA5 data accessible on the DKRZ's
MISTRAL disk storage system in /mnt/lustre02/work/bk1099/data/ disk storage system in /work/bk1099/data/
driver: driver:
- intake.open_esm_datastore - intake.open_esm_datastore
dkrz_nextgems_disk: dkrz_nextgems_disk:
......
{ {
"esmcat_version": "0.1.0", "esmcat_version": "0.1.0",
"id": "dkrz_era5_disk", "id": "dkrz_era5_disk",
"description": "This is an ESM collection for ERA5 data accessible on the DKRZ's disk storage system in /mnt/lustre/work/bk1099/data/ which will be loaded from a source file which is in the cloud (see catalog_file)", "description": "This is an ESM collection for ERA5 data accessible on the DKRZ's disk storage system in /work/bk1099/data/ which will be loaded from a source file which is in the cloud (see catalog_file)",
"catalog_file": "https://swift.dkrz.de/v1/dkrz_a44962e3ba914c309a7421573a6949a6/intake-esm/dkrz_era5_disk.csv.gz", "catalog_file": "https://swift.dkrz.de/v1/dkrz_a44962e3ba914c309a7421573a6949a6/intake-esm/dkrz_era5_disk.csv.gz",
"attributes": [ "attributes": [
{ {
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"column_name": "uri" "column_name": "uri"
}, },
{ {
"column_name": "variable_id" "column_name": "table_id"
} }
], ],
"assets": { "assets": {
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
"aggregation_control": { "aggregation_control": {
"variable_column_name": "code", "variable_column_name": "code",
"groupby_attrs": [ "groupby_attrs": [
"table_id",
"stepType", "stepType",
"level_type", "level_type",
"frequency" "frequency"
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
{"column_name": "project"}, {"column_name": "project"},
{"column_name": "format"}, {"column_name": "format"},
{"column_name": "uri"}, {"column_name": "uri"},
{"column_name": "variable_id"},
{"column_name": "table_id"}], {"column_name": "table_id"}],
"assets": {"format_column_name": "format", "column_name": "uri"}, "assets": {"format_column_name": "format", "column_name": "uri"},
"aggregation_control": { "aggregation_control": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment