Skip to content

Commit a19738a

Browse files
committed
Updating content
1 parent 83e3c3f commit a19738a

File tree

12 files changed

+2163
-1589
lines changed

12 files changed

+2163
-1589
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

0 Bytes
Binary file not shown.
-47 Bytes
Binary file not shown.

.github/GENERATE_SUMMARIES/experiment.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ def ld2cmip6(validation_key, ui_label, description, activity,
2323

2424
return {
2525
validation_key: {
26-
"activity": cvjson_validation_key(activity),
26+
"activity_id": cvjson_validation_key(activity),
2727
"additional_allowed_model_components": cvjson_validation_key(optional),
2828
"description": description,
29-
"end": end,
29+
# "end": end,
3030
"experiment": ui_label,
3131
"experiment_id": validation_key,
32-
"min_number_yrs_per_sim": min_years,
32+
# "min_number_yrs_per_sim": min_years,
3333
"parent_activity_id": cvjson_validation_key(parent_activity) if parent_activity else [],
3434
"parent_experiment_id": cvjson_validation_key(parent_experiment),
3535
"required_model_components":cvjson_validation_key(required),
36-
"start": start,
37-
"tier": tier
36+
# "start": start,
37+
# "tier": tier
3838
}
3939
}
4040

.summaries/CMIP7-CVs_experiment_id.json

Lines changed: 243 additions & 723 deletions
Large diffs are not rendered by default.

.summaries/CV_CMIP7-CVs.json

Lines changed: 243 additions & 723 deletions
Large diffs are not rendered by default.

.summaries/linkcheck.ipynb

Lines changed: 1473 additions & 0 deletions
Large diffs are not rendered by default.

experiment/graph.jsonld

Lines changed: 138 additions & 135 deletions
Large diffs are not rendered by default.

project/.DS_Store

0 Bytes
Binary file not shown.

project/archive_id.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"validation_key": "archive_id",
3+
"ui_label": "CMIP7 permitted archive ID",
4+
"description": "",
5+
"archive_id": {
6+
"@id": "wcrp"
7+
},
8+
"@context": {
9+
"@base": "https://wcrp-cmip.github.io/CMIP7-CVs/project/",
10+
"@vocab": "https://esgf.github.io/esgf-vocab/api_documentation/data_descriptors.html#esgvoc.api.data_descriptors.ArchiveId/",
11+
"mip_era": {
12+
"@context": "https://wcrp-cmip.github.io/WCRP-universe/archive_id/_context",
13+
"@container": "@set",
14+
"@type": "@id"
15+
}
16+
},
17+
"@type": [
18+
"wcrp:archive_id",
19+
"esgvoc:ArchiveId",
20+
"cmip7"
21+
],
22+
"@id": "archive_id"
23+
}

0 commit comments

Comments
 (0)