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

Remove missing CMIP5 data from 2 recipes #2579

Merged
merged 3 commits into from
Mar 8, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions esmvaltool/recipes/recipe_collins13ipcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ diagnostics:
- {dataset: BNU-ESM, start_year: 1850, end_year: 2005}
- {dataset: CESM1-BGC, start_year: 1850, end_year: 2005}
- {dataset: CESM1-CAM5, start_year: 1850, end_year: 2005}
- {dataset: CESM1-CAM5-1-FV2, start_year: 1850, end_year: 2005}
#- {dataset: CESM1-CAM5-1-FV2, start_year: 1850, end_year: 2005} # data is missing on ESGF
- {dataset: CESM1-FASTCHEM, start_year: 1850, end_year: 2005}
- {dataset: CESM1-WACCM, start_year: 1955, end_year: 2005,
ensemble: r2i1p1}
Expand Down Expand Up @@ -627,7 +627,7 @@ diagnostics:
- {dataset: CESM1-CAM5, exp: rcp60, start_year: 2006, end_year: 2100}
- {dataset: CSIRO-Mk3-6-0, exp: rcp60, start_year: 2006, end_year: 2100}
- {dataset: IPSL-CM5A-LR, exp: rcp60, start_year: 2006, end_year: 2100}
- {dataset: GFDL-CM3, exp: rcp60, start_year: 2006, end_year: 2100}
#- {dataset: GFDL-CM3, exp: rcp60, start_year: 2006, end_year: 2100} # data is missing on ESGF

- {dataset: CanESM2, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: CCSM4, exp: rcp85, start_year: 2006, end_year: 2100}
Expand Down Expand Up @@ -3070,8 +3070,8 @@ diagnostics:
- {dataset: ACCESS1-3, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: bcc-csm1-1, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: bcc-csm1-1, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: bcc-csm1-1-m, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: bcc-csm1-1-m, exp: rcp85, start_year: 2006, end_year: 2100}
#- {dataset: bcc-csm1-1-m, exp: historical, start_year: 1960, end_year: 2005} # areacello data missing on ESGF
#- {dataset: bcc-csm1-1-m, exp: rcp85, start_year: 2006, end_year: 2100} # areacello data missing on ESGF
- {dataset: CanESM2, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: CanESM2, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: CCSM4, exp: historical, start_year: 1960, end_year: 2005}
Expand All @@ -3090,8 +3090,8 @@ diagnostics:
- {dataset: GFDL-ESM2G, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: GFDL-ESM2M, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: GFDL-ESM2M, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: inmcm4, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: inmcm4, exp: rcp85, start_year: 2006, end_year: 2100}
#- {dataset: inmcm4, exp: historical, start_year: 1960, end_year: 2005} # areacello data missing on ESGF
#- {dataset: inmcm4, exp: rcp85, start_year: 2006, end_year: 2100} # areacello data missing on ESGF
- {dataset: IPSL-CM5A-LR, exp: historical, start_year: 1960, end_year: 2005}
- {dataset: IPSL-CM5A-LR, exp: rcp85, start_year: 2006, end_year: 2100}
- {dataset: IPSL-CM5A-MR, exp: historical, start_year: 1960, end_year: 2005}
Expand Down Expand Up @@ -3161,7 +3161,7 @@ diagnostics:
- {dataset: ACCESS1-0}
- {dataset: ACCESS1-3}
- {dataset: bcc-csm1-1}
- {dataset: bcc-csm1-1-m}
#- {dataset: bcc-csm1-1-m} # areacello data missing on ESGF
- {dataset: CanESM2}
- {dataset: CCSM4}
- {dataset: CESM1-CAM5}
Expand All @@ -3171,7 +3171,7 @@ diagnostics:
- {dataset: GFDL-CM3}
- {dataset: GFDL-ESM2G}
- {dataset: GFDL-ESM2M}
- {dataset: inmcm4}
#- {dataset: inmcm4} # areacello data missing on ESGF
- {dataset: IPSL-CM5A-LR}
- {dataset: IPSL-CM5A-MR}
- {dataset: IPSL-CM5B-LR}
Expand Down
2 changes: 1 addition & 1 deletion esmvaltool/recipes/recipe_perfmetrics_land_CMIP5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ diagnostics:
start_year: 1980
end_year: 1999
additional_datasets:
- {dataset: BNU-ESM}
#- {dataset: BNU-ESM} # data is missing on ESGF
- {dataset: CanESM2}
- {dataset: CESM1-BGC}
- {dataset: CMCC-CESM}
Expand Down