From 986ef56dbd4f950a14a49a18dc4e90fa35e1b5a4 Mon Sep 17 00:00:00 2001 From: Martina Stockhause Date: Mon, 3 Jul 2023 12:52:58 +0200 Subject: [PATCH] first published version --- Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb b/Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb index 5cb5411..e1afbf3 100644 --- a/Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb +++ b/Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb @@ -5,13 +5,13 @@ "id": "5bdd41c5-7efc-4175-9116-a66862761ba9", "metadata": {}, "source": [ - "# Find datasets which never were in ESGF\n", + "# Find data sets which never were in ESGF\n", "\n", - "Either the given PID or the PID reconstructed by the DRS *must* have been registered in the PID-handle service as this cannot be bypassed when publishing the data. For all entires in the TSU list:\n", + "Either the given PID or the PID reconstructed by the DRS *must* have been registered in the PID-handle service as this cannot be bypassed when publishing the data. For all entries out of cmip6_list_2022-07-11.json:\n", "\n", "- if no PID is given, we create the PID via the hash function: `'21.14100/'+str(uuid.uuid3(uuid.NAMESPACE_URL, DRS))'`\n", - " - for the constructed PID, we check if there is a record. If not, the TSU entry was never in ESGF\n", - "- if a PID is given, we check if there is a record. If not, the TSU entry was never in ESGF\n" + " - for the constructed PID, we check if there is a record. If not, the entry was never in ESGF\n", + "- if a PID is given, we check if there is a record. If not, the entry was never in ESGF\n" ] }, { diff --git a/README.md b/README.md index 15b8766..3af8b77 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The corrected CMIP6 input dataset list cmip6_list_2022-07-11.json is updated wit The result contains 18956 corrected and available CMIP6 input datasets. 52 dataset duplicates caused by version changes require special treatment. -An overview oover the changes applied in steps 4. and 5. to the input dataset list cmip6_list_2022-07-11.json to create the resulting cmip6_list_2022-08-17.json is provided in: `DDC_cmip6_overview.csv`. The CMIP6 input dataset list in column 'DDC_AR6_Archive' is used for merging with the WGI-requested variable list. +An overview oover the changes applied in steps 4. and 5. to the input dataset list cmip6_list_2022-07-11.json to create the resulting cmip6_list_2022-08-17.json is provided in: `DDC_cmip6_overview.csv`. The CMIP6 input dataset list in column 'DDC_AR6_Archive' is used for merging with the WGI-requested variable list resulting in a total number of 65,118 archived CMIP6 datasets. **7. Add data usage information to the metadata:**