File tree Expand file tree Collapse file tree
python-packages/input4MIPs-CVs/src/input4MIPs_CVs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ PCMDI-AMIP-1-1-9:
9999 license_id : CC BY 4.0
100100PIK-CMIP-1-0-0 :
101101 license_id : CC BY 4.0
102+ publication_status : expected August 2025
102103SOLARIS-HEPPA-CMIP-4-1 :
103104 publication_status : never_published
104105SOLARIS-HEPPA-CMIP-4-2 :
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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" ] = (
You can’t perform that action at this time.
0 commit comments