diff --git a/.github/workflows/update-cv.yaml b/.github/workflows/update-cv.yaml index 0f43609..f3b433a 100644 --- a/.github/workflows/update-cv.yaml +++ b/.github/workflows/update-cv.yaml @@ -42,23 +42,11 @@ jobs: python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install pre-commit - #pre-commit install - name: Update controlled vocabulary run: | - python scripts/createCORDEXCV.py - mv CORDEX_CV.json tables/Tables - - # - name: Commit CORDEX_CV.json - # run: | - # cd tables - # git config --global user.name "github-actions[bot]" - # (pre-commit run --all-files) || true - # git pull origin main - #git config --global user.email 'your-username@users.noreply.github.com' - #git commit Tables/CORDEX_CV.json -m "automated CV update" - #git status - #git push + python scripts/create-cv.py + mv CORDEX-CMIP6_CV.json tables/Tables - name: Check if there are any changes id: verify_diff @@ -73,6 +61,6 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" (pre-commit run --all-files) || true - git commit Tables/CORDEX_CV.json -m "automated CV update" + git commit Tables/CORDEX_CV.json -m "CV update" git status git push diff --git a/CORDEX_DRS.json b/CORDEX-CMIP6_DRS.json similarity index 100% rename from CORDEX_DRS.json rename to CORDEX-CMIP6_DRS.json diff --git a/CORDEX_activity_id.json b/CORDEX-CMIP6_activity_id.json similarity index 100% rename from CORDEX_activity_id.json rename to CORDEX-CMIP6_activity_id.json diff --git a/CORDEX_domain.json b/CORDEX-CMIP6_domain.json similarity index 100% rename from CORDEX_domain.json rename to CORDEX-CMIP6_domain.json diff --git a/CORDEX_domain_id.json b/CORDEX-CMIP6_domain_id.json similarity index 100% rename from CORDEX_domain_id.json rename to CORDEX-CMIP6_domain_id.json diff --git a/CORDEX_driving_institution_id.json b/CORDEX-CMIP6_driving_institution_id.json similarity index 100% rename from CORDEX_driving_institution_id.json rename to CORDEX-CMIP6_driving_institution_id.json diff --git a/CORDEX_driving_source_id.json b/CORDEX-CMIP6_driving_source_id.json similarity index 99% rename from CORDEX_driving_source_id.json rename to CORDEX-CMIP6_driving_source_id.json index fc2392f..7dc045f 100644 --- a/CORDEX_driving_source_id.json +++ b/CORDEX-CMIP6_driving_source_id.json @@ -680,13 +680,6 @@ "driving_source_id": "IPSL-CM6A-LR-INCA", "driving_source": "IPSL-CM6A-LR-INCA (2019): \naerosol: INCA v6 AER\natmos: LMDZ (NPv6 ; 144 x 143 longitude/latitude; 79 levels; top level 80000 m)\natmosChem: none\nland: ORCHIDEE (v2.0, Water/Carbon/Energy mode)\nlandIce: none\nocean: NEMO-OPA (eORCA1.3, tripolar primarily 1deg; 362 x 332 longitude/latitude; 75 levels; top grid cell 0-2 m)\nocnBgchem: NEMO-PISCES\nseaIce: NEMO-LIM3" }, - "IPSL-CM6A-MR025": { - "driving_institution_id": [ - "IPSL" - ], - "driving_source_id": "IPSL-CM6A-MR025", - "driving_source": "IPSL-CM6A-MR025 (2021): \naerosol: none\natmos: LMDZ (NPv6; 256 x 256 longitude/latitude; 79 levels; top level 80000 m)\natmosChem: none\nland: ORCHIDEE (v2.2, Water/Carbon/Energy mode; same grid as atmos)\nlandIce: none\nocean: NEMO-OPA (eORCA025, tripolar primarily 0.25deg; 1442 x 1207 longitude/latitude; 75 levels; top grid cell 0-2 m)\nocnBgchem: none\nseaIce: NEMO-LIM3 (same grid as ocean)" - }, "IPSL-CM6A-MR1": { "driving_institution_id": [ "IPSL" diff --git a/CORDEX_experiment_id.json b/CORDEX-CMIP6_experiment_id.json similarity index 100% rename from CORDEX_experiment_id.json rename to CORDEX-CMIP6_experiment_id.json diff --git a/CORDEX_frequency.json b/CORDEX-CMIP6_frequency.json similarity index 100% rename from CORDEX_frequency.json rename to CORDEX-CMIP6_frequency.json diff --git a/CORDEX_institution_id.json b/CORDEX-CMIP6_institution_id.json similarity index 100% rename from CORDEX_institution_id.json rename to CORDEX-CMIP6_institution_id.json diff --git a/CORDEX_license.json b/CORDEX-CMIP6_license.json similarity index 100% rename from CORDEX_license.json rename to CORDEX-CMIP6_license.json diff --git a/CORDEX_native_resolution.json b/CORDEX-CMIP6_native_resolution.json similarity index 100% rename from CORDEX_native_resolution.json rename to CORDEX-CMIP6_native_resolution.json diff --git a/CORDEX_project_id.json b/CORDEX-CMIP6_project_id.json similarity index 100% rename from CORDEX_project_id.json rename to CORDEX-CMIP6_project_id.json diff --git a/CORDEX_realm.json b/CORDEX-CMIP6_realm.json similarity index 100% rename from CORDEX_realm.json rename to CORDEX-CMIP6_realm.json diff --git a/CORDEX_required_global_attributes.json b/CORDEX-CMIP6_required_global_attributes.json similarity index 100% rename from CORDEX_required_global_attributes.json rename to CORDEX-CMIP6_required_global_attributes.json diff --git a/CORDEX_source_id.json b/CORDEX-CMIP6_source_id.json similarity index 100% rename from CORDEX_source_id.json rename to CORDEX-CMIP6_source_id.json diff --git a/CORDEX_source_type.json b/CORDEX-CMIP6_source_type.json similarity index 100% rename from CORDEX_source_type.json rename to CORDEX-CMIP6_source_type.json diff --git a/CORDEX_table_id.json b/CORDEX-CMIP6_table_id.json similarity index 100% rename from CORDEX_table_id.json rename to CORDEX-CMIP6_table_id.json diff --git a/CORDEX_grid_label.json b/CORDEX_grid_label.json deleted file mode 100644 index d5363bd..0000000 --- a/CORDEX_grid_label.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "grid_label": { - "gm": "global mean data", - "gn": "data reported on a model's native grid", - "gna": "data reported on a native grid in the region of Antarctica", - "gng": "data reported on a native grid in the region of Greenland", - "gnz": "zonal mean data reported on a model's native latitude grid", - "gr": "regridded data reported on the data provider's preferred target grid", - "gr1": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr1a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr1g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr1z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr2": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr2a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr2g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr2z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr3": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr3a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr3g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr3z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr4": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr4a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr4g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr4z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr5": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr5a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr5g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr5z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr6": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr6a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr6g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr6z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr7": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr7a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr7g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr7z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr8": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr8a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr8g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr8z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr9": "regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr9a": "regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr9g": "regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr9z": "regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gra": "regridded data in the region of Antarctica reported on the data provider's preferred target grid", - "grg": "regridded data in the region of Greenland reported on the data provider's preferred target grid", - "grz": "regridded zonal mean data reported on the data provider's preferred latitude target grid" - } -} diff --git a/docs/CORDEX_institution_id.html b/docs/CORDEX_institution_id.html deleted file mode 100644 index 4621da6..0000000 --- a/docs/CORDEX_institution_id.html +++ /dev/null @@ -1,59 +0,0 @@ - - -
- - - - - - - - --
institution_id | -institution | - -
---|---|
GERICS | -Climate Service Center Germany, Helmholtz Centre hereon GmbH, Fischertwiete 1, 20095 Hamburg, Germany | -
UCAN | -Instituto de Fisica de Cantabria (IFCA), CSIC-Universidad de Cantabria, 39005 Santander, Spain | -
-
source_id | -label | -release_year | -institution_id | -activity_participation | -cohort | -license | - -
---|---|---|---|---|---|---|
REMO2020 | -REMO2020 | -2022 | -GERICS | -CORDEX | -Registered | -Creative Commons Attribution 4.0 International License (CC BY 4.0; https://creativecommons.org/licenses/by/4.0/). | -
WRF442Q | -WRF-v4.4.2-Q | -2022 | -AUTH, BCCR, UCAN | -CORDEX | -Registered | -Creative Commons Attribution 4.0 International License (CC BY 4.0; https://creativecommons.org/licenses/by/4.0/). | -
-
source_id | -label | -release_year | -institution_id | -aerosol | -atmos | -atmosChem | -land | -landIce | -ocean | -lake | -ocnBgchem | -seaIce | - -
---|---|---|---|---|---|---|---|---|---|---|---|---|
REMO2020 | -REMO2020 | -2022 | -GERICS | -MACv2 | -dynamic | -none | -none | -none | -prescribed | -FLake | -none | -none | -
WRF442Q | -WRF-v4.4.2-Q | -2022 | -AUTH, BCCR, UCAN | -prescribed | -dynamic | -none | -NOAH-MP | -none | -prescribed | -none | -none | -none | -