-
Notifications
You must be signed in to change notification settings - Fork 142
Add recipe for seasonal cycle and time series of Arctic/Antarctic sea ice area (REF) #3891
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
Changes from 12 commits
83d5b62
2da670b
0c0ffb9
0eb375c
16a9cc5
b67057a
f070ea2
7077b56
a20b84f
a442093
5d26b08
9bce723
87b2ad5
f8ee658
ae91e68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,168 @@ | ||
| # ESMValTool | ||
| --- | ||
| documentation: | ||
| title: Seasonal cycle of NH/SH sea ice area | ||
| description: > | ||
| Example plot of the seasonal cycle of NH and SH sea ice area (here: CMIP6 model MPI-ESM1-2-LR). | ||
| authors: | ||
| - lauer_axel | ||
| maintainer: | ||
| - lauer_axel | ||
|
|
||
|
|
||
| datasets: | ||
| - {dataset: MPI-ESM1-2-LR, grid: gn, benchmark_dataset: true} | ||
|
|
||
| preprocessors: | ||
|
|
||
| pp_nh: | ||
| extract_region: | ||
| start_longitude: 0 | ||
| end_longitude: 360 | ||
| start_latitude: 30 | ||
| end_latitude: 90 | ||
| climate_statistics: | ||
| period: month | ||
| area_statistics: | ||
| operator: sum | ||
| convert_units: | ||
| units: 1e6 km2 | ||
|
|
||
| pp_nh_sep: | ||
| extract_region: | ||
| start_longitude: 0 | ||
| end_longitude: 360 | ||
| start_latitude: 30 | ||
| end_latitude: 90 | ||
| extract_month: | ||
| month: 9 | ||
| area_statistics: | ||
| operator: sum | ||
| convert_units: | ||
| units: 1e6 km2 | ||
|
|
||
| pp_sh: | ||
| extract_region: | ||
| start_longitude: 0 | ||
| end_longitude: 360 | ||
| start_latitude: -90 | ||
| end_latitude: -30 | ||
| climate_statistics: | ||
| period: month | ||
| area_statistics: | ||
| operator: sum | ||
| convert_units: | ||
| units: 1e6 km2 | ||
|
|
||
| pp_sh_feb: | ||
| extract_region: | ||
| start_longitude: 0 | ||
| end_longitude: 360 | ||
| start_latitude: -90 | ||
| end_latitude: -30 | ||
| extract_month: | ||
| month: 2 | ||
| area_statistics: | ||
| operator: sum | ||
| convert_units: | ||
| units: 1e6 km2 | ||
|
|
||
|
|
||
| diagnostics: | ||
|
|
||
| siarea_seas: | ||
| description: Create seasonal cycle plot of sea ice area. | ||
| variables: | ||
| sea_ice_area_nh: &var_basic | ||
| short_name: siconc | ||
| timerange: '1995/2014' | ||
| preprocessor: pp_nh | ||
| project: CMIP6 | ||
| mip: SImon | ||
| exp: historical | ||
| ensemble: r1i1p1f1 | ||
| grid: gr | ||
| reference_dataset: OSI-450-nh | ||
| additional_datasets: | ||
| - {dataset: OSI-450-nh, project: OBS, type: reanaly, version: v3, mip: OImon, tier: 2, | ||
| supplementary_variables: [{short_name: areacello, mip: fx}]} | ||
| # - {dataset: ESACCI-SEAICE, project: OBS6, tier: 2, type: sat, version: L4-SICONC-RE-SSMI-12.5kmEASE2-fv3.0-SH, | ||
| # supplementary_variables: [{short_name: areacello, mip: Ofx}]} | ||
| sea_ice_area_sh: | ||
| <<: *var_basic | ||
| preprocessor: pp_sh | ||
| reference_dataset: OSI-450-sh | ||
| additional_datasets: | ||
| - {dataset: OSI-450-sh, project: OBS, type: reanaly, version: v3, mip: OImon, tier: 2, | ||
| supplementary_variables: [{short_name: areacello, mip: fx}]} | ||
| scripts: | ||
| allplots: | ||
| script: monitor/multi_datasets.py | ||
| plot_folder: '{plot_dir}' | ||
| group_variables_by: variable_group | ||
| facet_used_for_labels: dataset | ||
| plots: | ||
| annual_cycle: &plot_basic | ||
| annual_mean_kwargs: False | ||
| pyplot_kwargs: | ||
| title: 'Sea ice area (million km2)' | ||
| plot_kwargs: | ||
| 'MPI-ESM1-2-LR': | ||
|
||
| color: red | ||
| label: '{dataset}' | ||
| linestyle: '-' | ||
| linewidth: 2 | ||
| zorder: 4 | ||
| ESACCI-SEAICE: | ||
| color: black | ||
| label: '{dataset}' | ||
| linestyle: '-' | ||
| linewidth: 2 | ||
| zorder: 3 | ||
| OSI-450-nh: | ||
| color: blue | ||
| label: 'OSISAF/CCI' | ||
| linestyle: '-' | ||
| linewidth: 2 | ||
| zorder: 3 | ||
| OSI-450-sh: | ||
| color: blue | ||
| label: 'OSISAF/CCI' | ||
| linestyle: '-' | ||
| linewidth: 2 | ||
| zorder: 3 | ||
| default: | ||
| color: lightgray | ||
| label: null | ||
| linestyle: '-' | ||
| linewidth: 1 | ||
| zorder: 1 | ||
|
|
||
| siarea_min: | ||
| description: Create time series of September/March sea ice area. | ||
| variables: | ||
hb326 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| sea_ice_area_nh_sep: | ||
| <<: *var_basic | ||
| timerange: '1979/2014' | ||
| preprocessor: pp_nh_sep | ||
| reference_dataset: OSI-450-nh | ||
| additional_datasets: | ||
| - {dataset: OSI-450-nh, project: OBS, type: reanaly, version: v3, mip: OImon, tier: 2, | ||
| supplementary_variables: [{short_name: areacello, mip: fx}], timerange: 1979/2020} | ||
| sea_ice_area_sh_feb: | ||
| <<: *var_basic | ||
| timerange: '1979/2014' | ||
| preprocessor: pp_sh_feb | ||
| reference_dataset: OSI-450-sh | ||
| additional_datasets: | ||
| - {dataset: OSI-450-sh, project: OBS, type: reanaly, version: v3, mip: OImon, tier: 2, | ||
| supplementary_variables: [{short_name: areacello, mip: fx}], timerange: 1979/2020} | ||
| scripts: | ||
| allplots: | ||
| script: monitor/multi_datasets.py | ||
| plot_folder: '{plot_dir}' | ||
| group_variables_by: variable_group | ||
| facet_used_for_labels: dataset | ||
| plots: | ||
| timeseries: | ||
| <<: *plot_basic | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| @misc{osi-450, | ||
| doi = {10.15770/EUM_SAF_OSI_0008}, | ||
| url = {https://navigator.eumetsat.int/product/EO:EUM:DAT:MULT:OSI-450}, | ||
| doi = {10.15770/EUM_SAF_OSI_0013}, | ||
| url = {https://user.eumetsat.int/catalogue/EO:EUM:DAT:0826}, | ||
| author = {{OSI SAF}}, | ||
| keywords = {Climate, Thematic Climate Data Record, Ocean, Sea Ice}, | ||
| language = {en}, | ||
| title = {Global Sea Ice Concentration Climate Data Record v2.0 - Multimission}, | ||
| title = {Global Sea Ice Concentration Climate Data Record v3.0 - Multimission}, | ||
| publisher = {OSI SAF}, | ||
| year = {2017} | ||
| year = {2022} | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.