Skip to content

Commit

Permalink
Merge pull request #1674 from ESMValGroup/perfmetrics_workaround
Browse files Browse the repository at this point in the history
Workaround for permetrics recipe until Iris3
  • Loading branch information
mattiarighi authored Jun 9, 2020
2 parents 85ebe53 + 8f6dbba commit c151587
Showing 1 changed file with 36 additions and 34 deletions.
70 changes: 36 additions & 34 deletions esmvaltool/recipes/recipe_perfmetrics_CMIP5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1843,40 +1843,41 @@ diagnostics:
<<: *grading_settings


# NEEDS Iris 3.0
### od550lt1aer: FINE MODE AEROSOL OPTICAL DEPTH AT 550 nm ##################
od550lt1aer:
description: Fine mode optical depth at 550 nm
themes:
- aerosols
realms:
- atmos
variables:
od550lt1aer:
preprocessor: ppNOLEV1thr10
reference_dataset: ESACCI-AEROSOL
mip: aero
project: CMIP5
exp: historical
ensemble: r1i1p1
start_year: 2002
end_year: 2004
additional_datasets:
- {dataset: CSIRO-Mk3-6-0}
- {dataset: GFDL-CM3}
- {dataset: GFDL-ESM2G}
- {dataset: GFDL-ESM2M}
- {dataset: GISS-E2-H, ensemble: r1i1p2}
- {dataset: GISS-E2-R, ensemble: r1i1p2}
- {dataset: IPSL-CM5B-LR}
- {dataset: MIROC5}
- {dataset: MIROC-ESM}
- {dataset: MIROC-ESM-CHEM}
- {dataset: MRI-CGCM3}
- {dataset: ESACCI-AEROSOL, project: OBS, type: sat,
version: SU-v4.21, tier: 2}
scripts:
grading:
<<: *grading_settings
# od550lt1aer:
# description: Fine mode optical depth at 550 nm
# themes:
# - aerosols
# realms:
# - atmos
# variables:
# od550lt1aer:
# preprocessor: ppNOLEV1thr10
# reference_dataset: ESACCI-AEROSOL
# mip: aero
# project: CMIP5
# exp: historical
# ensemble: r1i1p1
# start_year: 2002
# end_year: 2004
# additional_datasets:
# - {dataset: CSIRO-Mk3-6-0}
# - {dataset: GFDL-CM3}
# - {dataset: GFDL-ESM2G}
# - {dataset: GFDL-ESM2M}
# - {dataset: GISS-E2-H, ensemble: r1i1p2}
# - {dataset: GISS-E2-R, ensemble: r1i1p2}
# - {dataset: IPSL-CM5B-LR}
# - {dataset: MIROC5}
# - {dataset: MIROC-ESM}
# - {dataset: MIROC-ESM-CHEM}
# - {dataset: MRI-CGCM3}
# - {dataset: ESACCI-AEROSOL, project: OBS, type: sat,
# version: SU-v4.21, tier: 2}
# scripts:
# grading:
# <<: *grading_settings


### toz: TOTAL COLUMN OZONE #################################################
Expand Down Expand Up @@ -1939,7 +1940,8 @@ diagnostics:
'ts-global', 'pr-global', 'clt-global', 'rlut-global',
'rsut-global', 'lwcre-global', 'swcre-global',
'od550aer-global', 'od870aer-global', 'abs550aer-global',
'od550lt1aer-global', 'toz-global', 'toz-shpolar',
# 'od550lt1aer-global', 'toz-global', 'toz-shpolar',
'toz-global', 'toz-shpolar',
'sm-global']
taylor:
script: perfmetrics/collect.ncl
Expand Down

0 comments on commit c151587

Please sign in to comment.