Skip to content

Commit 68a5249

Browse files
committed
further attempts at peeling this onion
1 parent 717b428 commit 68a5249

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

Database/input-data/supplementary-source-id-info.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ PCMDI-AMIP-1-1-9:
9999
license_id: CC BY 4.0
100100
PIK-CMIP-1-0-0:
101101
license_id: CC BY 4.0
102+
publication_status: expected August 2025
102103
SOLARIS-HEPPA-CMIP-4-1:
103104
publication_status: never_published
104105
SOLARIS-HEPPA-CMIP-4-2:

docs/dataset-info/delivery-summary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"source_ids": [
6565
"PIK-CMIP-1-0-0"
6666
],
67-
"status": "CMIP7 dataset in preparation",
67+
"status": "registered",
6868
"url": "https://github.com/HORIZON-COMPASS/Exposure-and-vulnerability-modelling"
6969
}
7070
}

python-packages/input4MIPs-CVs/src/input4MIPs_CVs/html_generation.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,18 @@ def get_delivery_summary_view(
467467
f"Available: {format_url_for_html(info_d['url'], info_d['url'])}"
468468
)
469469

470+
# elif ds_id == "population":
471+
# # Other fun exception
472+
# tmp["Forcing dataset"] = (
473+
# f"<a href='{info_d['url']}' target='_blank'>{description_html}</a>"
474+
# )
475+
# tmp["Source ID"] = "TBD"
476+
# if "status" in info_d:
477+
# tmp["Status"] = info_d["status"]
478+
# else:
479+
# tmp["Status"] = "CMIP7 dataset in preparation"
480+
# tmp["ESGF publication status"] = f"Expected: historical - August 2025"
481+
470482
else:
471483
if info_d["url"] is not None:
472484
tmp["Forcing dataset"] = (

0 commit comments

Comments
 (0)