Skip to content

Commit

Permalink
first published version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina Stockhause committed Jul 3, 2023
1 parent e8dd2a4 commit 986ef56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Data_Verification/cmip6_lta-tsu_never-in-esgf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit 986ef56

Please sign in to comment.