Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DRES-CMIP-BB4CMIP7-2-0 and CR-CMIP-1-0-0 source ID and data #197

Merged
merged 20 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ jobs:
with:
# Exclude local links
# Not sure why LUH site fails, it works locally.
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' ."
# Also not sure why we can't hit https://www.geo.vu.nl/~gwerf/GFED/GFED4/tables/ in CI
args: "--exclude 'file://' --exclude '^https://luh\\.umd\\.edu/$' --exclude '^https://www\\.geo\\.vu\\.nl/~gwerf/GFED/GFED4/tables/$' ."
59 changes: 59 additions & 0 deletions CVs/input4MIPs_source_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,37 @@
"mip_era":"CMIP6Plus",
"source_version":"0.4.0"
},
"CR-CMIP-1-0-0":{
"activity_id": "input4MIPs",
"authors": [
{
"name": "Zebedee Nicholls",
"email": "zebedee.nicholls@climate-resource.com",
"affiliations": [
"Climate Resource, Melbourne, Victoria, Australia",
"Energy, Climate and Environment Program, International Institute for Applied Systems Analysis (IIASA), 2361 Laxenburg, Austria",
"School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia"
],
"orcid": "0000-0002-4767-2723"
},
{
"name": "Malte Meinshausen",
"email": "malte.meinshausen@climate-resource.com",
"affiliations": [
"Climate Resource, Melbourne, Victoria, Australia",
"School of Geography, Earth and Atmospheric Sciences, The University of Melbourne, Melbourne, Victoria, Australia"
],
"orcid": "0000-0003-4048-3521"
}
],
"contact":"zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com",
"dataset_category":["GHGConcentrations"],
"further_info_url":"https://github.com/climate-resource/CMIP-GHG-Concentration-Generation",
"institution_id":"CR",
"license_id":"CC BY 4.0",
"mip_era":"CMIP7",
"source_version":"1.0.0"
},
"DRES-CMIP-BB4CMIP7-1-0":{
"activity_id": "input4MIPs",
"authors": [
Expand Down Expand Up @@ -294,6 +325,34 @@
"mip_era":"CMIP6Plus",
"source_version":"1.0"
},
"DRES-CMIP-BB4CMIP7-2-0":{
"activity_id": "input4MIPs",
"authors": [
{
"name": "Margreet van Marle",
"email": "Margreet.vanMarle@Deltares.nl",
"affiliations": [
"Deltares, Delft, the Netherlands"
],
"orcid": "0000-0001-7473-5550"
},
{
"name": "Guido van der Werf",
"email": "Guido.vanderWerf@wur.nl",
"affiliations": [
"Wageningen University and Research, Meteorology and Air Quality, Wageningen, Netherlands"
],
"orcid": "0000-0001-9042-8630"
}
],
"contact":"Margreet.vanMarle@Deltares.nl, Guido.vanderWerf@wur.nl",
"dataset_category":["emissions"],
"further_info_url":"https://www.globalfiredata.org",
"institution_id":"DRES",
"license_id":"CC BY 4.0",
"mip_era":"CMIP7",
"source_version":"2.0"
},
"MRI-JRA55-do-1-6-0":{
"activity_id": "input4MIPs",
"authors": [
Expand Down
Loading