# ESMValTool # recipe_seaice.yml --- documentation: description: | Recipe for Arctic and Antarctic sea ice diagnostics. authors: - senftleben_daniel maintainer: - lauer_axel references: - massonnet12tc - stroeve07grl projects: - crescendo - esmval # only datasets for which historical and rcp85 data are available # (and which are working with the ESMValTool) #DATASET_ANCHOR_TO: &datasets_siconc datasets: # - {dataset: NorESM2-LM, project: CMIP6, exp: historical, ensemble: "r1i1p1f1", grid: gn, start_year: 1960, end_year: 2014} - {dataset: NorESM2-MM, project: CMIP6, exp: historical, ensemble: "r1i1p1f1", grid: gn, start_year: 1960, end_year: 2014} # - {dataset: NorESM2-MM, project: KeyCLIM, exp: hist-piAerOxid, ensemble: r1i1p1f1, grid: gr, start_year: 1995, end_year: 2014} # - {dataset: NorESM2-MM, project: KeyCLIM, exp: hist-snow, ensemble: r1i1p1f1, grid: gr, start_year: 1995, end_year: 2014} # - {dataset: NorESM2-MM, project: KeyCLIM, exp: hist-iceSheet, ensemble: r1i1p1f1, grid: gr, start_year: 1995, end_year: 2014} # - {dataset: WOA, project: OBS6, type: clim, version: 2018, start_year: 2000, end_year: 2000, tier: 2} # - {dataset: HadISST, project: OBS, type: reanaly, version: 1, start_year: 1960, end_year: 2014, tier: 2} #datasets: # - {dataset: ACCESS1-0} # - {dataset: ACCESS1-3} # - {dataset: bcc-csm1-1} # - {dataset: bcc-csm1-1-m} # - {dataset: CanESM2} # - {dataset: CCSM4} # - {dataset: CESM1-CAM5} # - {dataset: CNRM-CM5} # - {dataset: CSIRO-Mk3-6-0} # - {dataset: FGOALS-g2} # - {dataset: GFDL-CM3} # - {dataset: GFDL-ESM2G} # - {dataset: GFDL-ESM2M} # - {dataset: inmcm4} # - {dataset: NorESM1-M} # - {dataset: NorESM1-ME} diagnostics: seaice_tsline: description: Timeseries of September/February Arctic/Antartic sea ice area and extent themes: - seaIce realms: - seaIce variables: siconc: mip: SImon # project: CMIP6 # exp: historical # ensemble: r1i1p1 # start_year: 1960 # end_year: 2005 # additional_datasets: # - {dataset: HadISST, project: OBS, type: reanaly, version: 1, tier: 2} additional_datasets: - {dataset: HadISST, project: OBS, type: reanaly, version: 1, start_year: 1960, end_year: 2014, tier: 2} areacello: mip: Ofx # project: CMIP6 # exp: historical # ensemble: r1i1p1f1 # start_year: 1960 # end_year: 2005 # additional_datasets: *datasets_siconc scripts: sie_nh: script: seaice/seaice_tsline.ncl # "Arctic" or "Antarctic"; entire hemisphere will be evaluated region: "Arctic" # A = annual mean, 3 = March, 9 = September month: "9" # "CMIP5", "DEFAULT" styleset: "CMIP5" # Plot multi-model mean & std dev multi_model_mean: true # Create legend label for each individual ensemble member EMs_in_lg: false # Fill polar hole in data with sic = 1. fill_pole_hole: true sie_sh: script: seaice/seaice_tsline.ncl # "Arctic" or "Antarctic"; entire hemisphere will be evaluated region: "Antarctic" # A = annual mean, 3 = March, 9 = September month: "3" # "CMIP5", "DEFAULT" styleset: "CMIP5" # Plot multi-model mean & std dev multi_model_mean: true # Create legend label for each individual ensemble member EMs_in_lg: false # Fill polar hole in data with sic = 1. fill_pole_hole: false # seaice_trends: # description: Trend of September/February Arctic/Antarctic sea ice extent # themes: # - seaIce # realms: # - seaIce # variables: # sic: # mip: SImon # project: CMIP5 # exp: historical # ensemble: r1i1p1 # start_year: 1960 # end_year: 2005 # reference_dataset: HadISST # additional_datasets: # - {dataset: HadISST, project: OBS, type: reanaly, version: 1, tier: 2} # areacello: # mip: fx # project: CMIP5 # exp: historical # ensemble: r0i0p0 # start_year: 1960 # end_year: 2005 # scripts: # trends_nh: # script: seaice/seaice_trends.ncl # # "Arctic" or "Antarctic"; entire hemisphere will be evaluated # region: "Arctic" # # A = annual mean, 3 = March, 9 = September # month: "9" # # Fill polar hole in data with sic = 1. # fill_pole_hole: true # trends_sh: # script: seaice/seaice_trends.ncl # # "Arctic" or "Antarctic"; entire hemisphere will be evaluated # region: "Antarctic" # # A = annual mean, 3 = March, 9 = September # month: "2"