# HighResMIP Choices In this project, we will use data from high-resolution models that participate in HighResMIP. From the [HighResMIP website](https://highresmip.org/): > "HighResMIP is a multi-model investigation of the impact of horizontal resolution on climate models. It involves atmosphere-only and coupled runs for 1950-2050, with some additional experiments and a successor project, HighResMIP2." ## Contents - [Model selection criteria](#model-selection-criteria) - [Table of HighResMIP models](#table-of-highresmip-models) - [Models](#models) - [AWI-CM](#awi-cm) - [AWI-CM-1-1-HR](#awi-cm-1-1-hr) - [AWI-CM-1-1-LR](#awi-cm-1-1-lr) - [BCC-CSM2](#bcc-csm2) - [BCC-CSM2-HR](#bcc-csm2-hr) - [BESM](#besm) - [CAM5](#cam5) - [CESM1-CAM5-SE-HR](#cesm1-cam5-se-hr) - [CESM1-CAM5-SE-LR](#cesm1-cam5-se-lr) - [CAM6](#cam6) - [CMCC](#cmcc) - [CMCC-CM2-HR4](#cmcc-cm2-hr4) - [CMCC-CM2-VHR4](#cmcc-cm2-vhr4) - [CAMS](#cams) - [CAMS-CSM1-0](#cams-csm1-0) - [CNRM](#cnrm) - [CNRM-CM6-1](#cnrm-cm6-1) - [CNRM-CM6-1-HR](#cnrm-cm6-1-hr) - [EC-Earth](#ec-earth) - [EC-Earth3P](#ec-earth3p) - [EC-Earth3P-HR](#ec-earth3p-hr) - [ECMWF-IFS](#ecmwf-ifs) - [ECMWF-IFS-HR](#ecmwf-ifs-hr) - [ECMWF-IFS-LR](#ecmwf-ifs-lr) - [ECMWF-IFS-MR](#ecmwf-ifs-mr) - [FGOALS](#fgoals) - [FGOALS-f3-H](#fgoals-f3-h) - [FGOALS-f3-L](#fgoals-f3-l) - [GFDL](#gfdl) - [GFDL-CM4C192](#gfdl-cm4c192) - [HadGEM3-GC3](#hadgem3-gc3) - [HadGEM3-GC3.1-HH](#hadgem3-gc31-hh) - [HadGEM3-GC3.1-HM](#hadgem3-gc31-hm) - [HadGEM3-GC3.1-LL](#hadgem3-gc31-ll) - [HadGEM3-GC3.1-LM](#hadgem3-gc31-lm) - [HadGEM3-GC3.1-MH](#hadgem3-gc31-mh) - [HadGEM3-GC3.1-MM](#hadgem3-gc31-mm) - [HiRAM-SIT](#hiram-sit) - [HiRAM-SIT-HR](#hiram-sit-hr) - [HiRAM-SIT-LR](#hiram-sit-lr) - [INM-CM](#inm-cm) - [INM-CM5-H](#inm-cm5-h) - [IPSL-CM6A](#ipsl-cm6a) - [MPAS-CAM](#mpas-cam) - [CAM-MPAS-HR](#cam-mpas-hr) - [CAM-MPAS-LR](#cam-mpas-lr) - [MIROC6-CGCM](#miroc6-cgcm) - [NICAM](#nicam) - [NICAM16](#nicam16) - [MPI-ESM](#mpi-esm) - [MPI-ESM1-2-HR](#mpi-esm1-2-hr) - [MPI-ESM1-2-XR](#mpi-esm1-2-xr) - [MRI-AGCM3](#mri-agcm3) - [MRI-AGCM3-2-H](#mri-agcm3-2-h) - [MRI-AGCM3-2-S](#mri-agcm3-2-s) - [NorESM](#noresm) - [References](#references) --- ## Model selection criteria [back to top](#highresmip-choices) In his paper, Oleg Saenko outlined the selection criteria for that project: > "When selecting the models we applied the following criteria: (a) ocean nominal resolution must be 0.25$^\circ$ or higher; (b) model output must be available from the hist‐1950 and highres‐future simulations for all variables required in our analysis; (c) the selected models must be able to reproduce the observed trend in Arctic sea ice area within no more than two standard errors, as documented in Table 3 of Selivanova et al. (2024). The models satisfying these criteria are dominated by the HadGEM3‐GC3.1 family of models with different ocean and/or atmosphere resolution (Table S1 in Supporting Information S1)." [^Saenko2025] (on page 2) The selected models are summarized in the supplementary information. > "Table S1. Climate models from HighResMIP analyzed in this study. Also indicated are the corresponding Arctic Ocean and (nominal) atmosphere resolutions (both in km). > > | Model | Modelling center | Arctic Ocean | Atmos. | Reference | > | --- | --- | --- | --- | --- | > | EC-Earth3P-HR | EC-Earth Consortium,
Europe | 12.6 | 50 | Haarsma et al. 2016[^Haarsma2016] | > | HadGEM3-GC3.1-HH
HadGEM3-GC3.1-HM
HadGEM3-GC3.1-MM | Met Office Hadley Centre,
United Kingdom | 4.2
12.6
12.6 | 50
50
100 | Roberts et al. 2019[^Roberts2019] | > > " [^Saenko2025] (on page 19 / X-9) Laliberté et al. 2018[^Laliberte2018] defines landfast ice in model output using a combination of sea ice thickness `sithick`, concentration `siconc`, and velocities `siu` and `siv`. Cook et al. 2024[^Cook2024] notes that multi-year sea ice flow through the Northwest Passage is a hazard to shipping. Therefore, `siage` will be a variable of interest. I will evaluate the HighResMIP models using criteria similar to Saenko et al. 2025[^Saenko2025]: - Does the model have both historical and future simulation output available? - Historical: `hist-1950` - Required. - Future: `highres-future` - Not strictly required, depending on whether we make projections or solely compare to observations. - Does the model have the necessary variables output? - Priority variables: `siconc`, `siage`, `siu`, `siv` - Should `sithick` be a priority variable? - Probably won't need `sivol` is we are focusing on area fluxes. - Likely won't need `tas` unless we want to evaluate correlations between temperature and sea ice variables, following Saenko et al. 2025[^Saenko2025]. - Does the model have a high enough resolution? - We will evaluate the resolution in the CAA region in particular. - Ocean resolution of 0.25$^\circ$ or higher - Should there be an atmosphere resolution requirement as well? - Does the model reproduce the observed trend in Arctic sea ice area within no more than two standard errors? - See Selivanova et al. 2024[^Selivanova2024] Table 3 for observed trend and standard error. - Does the model resolve the Canadian Arctic Archipelago (CAA) well? - Initial evaluation done by inspecting maps of how land is represented in the CAA - How can I quantitatively evaluate this? - What specific channels would be necessary to resolve for this project? --- ## Table of HighResMIP models [back to top](#highresmip-choices) The following table is adapted from Haarsma et al. 2016[^Haarsma2016]. | Model name | Contact institute | Atmosphere resolution (STD/HI)
mid-latitude (km) | Ocean resolution
(HI) | Including in this project | Historical and Future
experiments? | Priority variables available
(`siage`, `siconc`, `sithick`, `siu`, `siv`) | | --- | --- | --- | --- | --- | --- | --- | | [AWI-CM](#awi-cm) | Alfred Wegener Institute | T127 ($∼100$ km)
T255 ($∼ 50$ km) | 1–$\frac{1}{4}^\circ$
0.05–1$^\circ$ | No, lacks `siage` variable | `hist-1950` | `siconc`, `sithick`, `siu`, `siv` | | [BCC-CSM2-HR](#bcc-csm2-hr) | Beijing Climate Center | T106 ($∼ 110$ km)
T266 ($∼ 45$ km) | $\frac{1}{3}$–1$^\circ$ | No, lacks `siage` variable | `hist-1950` | `siconc`, `sithick`, `siu`, `siv` | | [BESM](#besm) | INPE | T126 ($∼ 100$ km)
T233 ($∼ 60$ km) | 0.25$^\circ$ | No, not available through ESGF data portal | N/A | N/A | | [CAM5](#cam5) | Lawrence Berkeley National Laboratory | 100 km
25 km | | [CESM1-CAM5-ES-LR](#cesm1-cam5-se-lr): No, does not resolve any islands in CAA
[CESM1-CAM5-SE-HR](#cesm1-cam5-se-hr): In consideration, has low-res land mask | `hist-1950`,
`highres-future` | `siage`, `siconc`, `sithick`, `siu`, `siv` | | [CAM6](#cam6) | NCAR | 100 km
28 km | | No, not available through ESGF data portal | N/A | N/A | | [CAMS](#cams) | Chinese Academy of Meteorological
Sciences | | | No, lacks `hist-1950` experiment and priority variables | Neither | None, but has `siconca` | | [CMCC](#cmcc) | Centro Euro-Mediterraneo sui
Cambiamenti Climatici | 100 km
25 km | 0.25$^\circ$ | No, lacks most priority variables | `hist-1950`,
`highres-future` | `siconc` | | [CNRM-CM6](#cnrm) | CERFACS | T127 ($∼ 100$ km)
T359 ($∼ 35$ km) | 1$^\circ$
0.25$^\circ$ | In consideration pending evaluation of CAA resolution | `hist-1950`,
`highres-future` | `siage` (not in HR), `siconc`, `sithick`,
`siu`, `siv` | | [EC-Earth](#ec-earth) | SMHI, KNMI, BSC, CNR, and 23 other
institutes | T255 ($∼ 80$ km)
T511/T799 ($∼ 40$/25 km) | 1$^\circ$
0.25$^\circ$ | [EC-Earth3P-HR](#ec-earth3p-hr): Yes
[EC-Earth3P](#ec-earth3p): In consideration pending evaluation of CAA resolution | `hist-1950`,
`highres-future` | `siage`, `siconc`, `sithick`, `siu`, `siv` | | [ECMWF-IFS](#ecmwf-ifs) | ECMWF | | | No, lacks `siage` variable | `hist-1950` | `siconc`, `sithick`, `siu`, `siv` | | [FGOALS](#fgoals) | LASG, IAP, CAS | 100 km
25 km | 0.1–0.25$^\circ$ | No, lacks all sea ice variables | `hist-1950`,
`highres-future` (H only) | None | | [GFDL](#gfdl) | GFDL | 200 km
- | | No, lacks `siage` variable | `hist-1950` | `siconc`, `sithick`, `siu`, `siv` | | [HadGEM3-GC3](#hadgem3-gc3) | Met Office Hadley Centre | 60 km
25 km | 0.25$^\circ$ | [HadGEM3-GC3.1-HH](#hadgem3-gc31-hh): Yes
[HadGEM3-GC3.1-HM](#hadgem3-gc31-hm): Yes
[HadGEM3-GC3.1-LL](#hadgem3-gc31-ll): In consideration pending evaluation of CAA resolution
[HadGEM3-GC3.1-LM](#hadgem3-gc31-lm): No, lacks variables `siage`, `siu`, and `siv`
[HadGEM3-GC3.1-MH](#hadgem3-gc31-mh): No, lacks sea ice variables in `hist-1950` experiment
[HadGEM3-GC3.1-MM](#hadgem3-gc31-mm): Yes | HH, HM, LL, MM:
`hist-1950`,
`highres-future`
LM: Neither
MH: `hist-1950` | HH, HM, LL, MH, MM:
`siage`, `siconc`, `sithick`, `siu`, `siv`
LM: `siconc`, `sithick` | | [HiRAM-SIT](#hiram-sit) | AS-RCEC | | | No, lacks all sea ice variables | `hist-1950`,
`highres-future` | None | | [INMCM-5H](#inm-cm5-h) | Institute of Numerical Mathematics | –
0.3 $\times$ 0.4$^\circ$ | 0.25 $\times$ 0.5$\circ$
$\frac{1}{6}\times\frac{1}{8}^\circ$ | No, lacks most priority variables | `hist-1950` | `siconc` | | [IPSL-CM6](#ipsl-cm6a) | IPSL | 0.25$^\circ$ | | No, lacks all sea ice variables | Neither | None | | [MPAS-CAM](#mpas-cam) | Pacific Northwest National Laboratory | –
30–50 km | 0.25$^\circ$ | No, lacks all sea ice variables | Neither | None | | [MIROC6-CGCM](#miroc6-cgcm) | AORI, Univ. of Tokyo/JAMSTEC/National
Institute for Environmental Studies (NIES) | –
T213 | 0.25$^\circ$ | No, not available through ESGF data portal | N/A | N/A | | [NICAM](#nicam) | JAMSTEC/AORI/ The Univ. of
Tokyo/RIKEN/AICS | 56–28 km
14 km (short term) | | No, lacks most priority variables | Neither | `siconc` | | [MPI-ESM](#mpi-esm) | Max Planck Institute for Meteorology | T127 ($∼ 100$ km)
T255 ($∼ 50$ km) | 0.4$^\circ$ | No, lacks `siage` variable | `hist-1950`,
`highres-future` | `siconc`, `sithick`, `siu`, `siv` | | [MRI-AGCM3](#mri-agcm3) | Meteorological Research Institute | TL159 ($∼ 120$ km)
TL959 ($∼ 20$ km) | | No, lacks most priority variables | Neither | `siconc` | | [NorESM](#noresm) | Norwegian Climate Service Centre | 2$^\circ$
0.25$^\circ$ | 0.25$^\circ$ | No, not available through ESGF data portal | N/A | N/A | --- ## Models [back to top](#highresmip-choices) Evaluation of each HighResMIP model is presented below with the following information: - Citation of the model - Institution - Simulations available (historical and future) - Relevant variables available - Resolution information - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Evaluation of how well the model resolves the CAA - Plot of `areacello`, `volcello`, or `sftlf` in the CAA in Panoply using these settings: - Map Projection - Projection: Azimuthal Equal-Area - Centered on: - Lon: -90$^\circ$E - Lat: 77$^\circ$N - Edge Angle: 11.0$^\circ$ - Fill corners: Yes - Grid Lines Spacing: - 15$^\circ$ E-W - 15$^\circ$ N-S - Map Overlay - Overlay 1: `Earth.cno` - Color: Red - Weight: 75 - Style: Long Dashes - Overlay 2: `MWDB_Coasts_1.cnob` - Color: Black - Weight: 50 - Style: Solid --- ### AWI-CM [back to top](#highresmip-choices) #### AWI-CM-1-1-HR [back to top](#highresmip-choices) - Citation of the model - Semmler, Tido; Danilov, Sergey; Rackow, Thomas; Sidorenko, Dmitry; Hegewald, Jan; Sein, Dmitri; Wang, Qiang; Jung, Thomas (2017). AWI AWI-CM 1.1 HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Alfred Wegener Institute (AWI), Germany - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `sitimefrac` - `fsitherm` - `siconc` - `sifllatstop` - `siarean` - `siareas` - `sidmassevapsubl` - `sidmasssi` - `sidmassth` - `siextentn` - `siextents` - `sisnconc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sivol` - `sivoln` - `sivols` - `tas` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - The `areacello` variable in the file for AWI-CM-1-1-HR is 1-dimensional and does not appear to map to ocean grid cells. I am unsure whether this is expected, or whether this is an issue with the data file I downloaded. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. #### AWI-CM-1-1-LR [back to top](#highresmip-choices) - Citation of the model - Semmler, Tido; Danilov, Sergey; Rackow, Thomas; Sidorenko, Dmitry; Hegewald, Jan; Sein, Dmitri; Wang, Qiang; Jung, Thomas (2017). AWI AWI-CM 1.1 LR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Alfred Wegener Institute (AWI), Germany - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `sitimefrac` - `sithick` - `siu` - `siv` - `sivoln` - `sivols` - `fsitherm` - `siarean` - `siareas` - `siconc` - `sidmassevapsubl` - `sidmasssi` - `sidmassth` - `siextentn` - `siextents` - `sifllatstop` - `sisnconc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sivol` - `tas` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - The `areacello` variable in the file for AWI-CM-1-1-LR is 1-dimensional and does not appear to map to ocean grid cells. I am unsure whether this is expected, or whether this is an issue with the data file I downloaded. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. --- ### BCC-CSM2 [back to top](#highresmip-choices) #### BCC-CSM2-HR [back to top](#highresmip-choices) - Citation of the model - Wu, T., Yu, R., Lu, Y., Jie, W., Fang, Y., Zhang, J., Zhang, L., Xin, X., Li, L., Wang, Z., Liu, Y., Zhang, F., Wu, F., Chu, M., Li, J., Li, W., Zhang, Y., Shi, X., Zhou, W., Yao, J., Liu, X., Zhao, H., Yan, J., Wei, M., Xue, W., Huang, A., Zhang, Y., Zhang, Y., Shu, Q., and Hu, A.: BCC-CSM2-HR: a high-resolution version of the Beijing Climate Center Climate System Model, Geosci. Model Dev., 14, 2977–3006, , 2021. - Institution - Beijing Climate Center (BCC), China - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `siu` - `siv` - `simass` - `sisnthick` - `sitemptop` - `sivol` - `siitdconc` - `sithick` - `tas` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, I don't see any land mask (which would be in gray), so it appears that the model does not resolve the CAA at all. - Additionally, there is a gray line along approximately the 100$^\circ$E line of longitude. This line appears to be an artifact, however it is unclear to me whether this would be an artifact in the model data or an artifact of plotting it in Panoply. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. ![Panoply_map_areacello_Ofx_BCC-CSM2-HR_hist-1950](HighResMIP_choices-img/Panoply_map_areacello_Ofx_BCC-CSM2-HR_hist-1950.png) --- ### BESM [back to top](#highresmip-choices) I do not see this model as available through the ESGF data portal. Here's a citation I found for something related: Veiga, S. F., Nobre, P., Giarolla, E., Capistrano, V., Baptista Jr., M., Marquez, A. L., Figueroa, S. N., Bonatti, J. P., Kubota, P., and Nobre, C. A.: The Brazilian Earth System Model ocean–atmosphere (BESM-OA) version 2.5: evaluation of its CMIP5 historical simulation, Geosci. Model Dev., 12, 1613–1642, , 2019. - Decision - This model is not available through the ESGF data portal, so I will exclude it from the project. --- ### CAM5 [back to top](#highresmip-choices) #### CESM1-CAM5-SE-HR [back to top](#highresmip-choices) - Citation of the model - Hurrel, James; Holland, Marika; Gent, Peter; Ghan, Steven; Kay, Jennifer; Kushner, Paul; Lamarque, Jean-Francois; Large, William G.; Lawrence, David; Lindsay, Keith; Lipscomb, William; Long, Matthew; Mahowald, Natalie M.; Marsh, Daniel; Neale, Richard; Rasch, Philip J.; Vavrus, Stephen J.; Vertenstein, Mariana; Bader, David C.; Collins, William D.; Hack, James J.; Kiehl, Jeff; Marshall, Shawn (2020). NCAR CESM1-CAM5-SE-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - National Center for Atmospheric Research (NCAR), United States - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - Relevant variables available - `realm` = `seaIce` - `sfdsi` - `siage` - `siarean` - `siareas` - `sicompstren` - `siconc` - `sidconcdyn` - `sidconcth` - `sidivvel` - `sidmasstranx` - `sidmasstrany` - `siextentn` - `siextents` - `sifllatstop` - `sifllwdtop` - `sifllwutop` - `siflsenstop` - `siflsensupbot` - `siflswdbot` - `siflswdtop` - `siflswutop` - `siforcecoriolx` - `siforcecorioly` - `siforceintstrx` - `siforceintstry` - `simass` - `sisaltmass` - `sishevel` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitemptop` - `sithick` - `sitimefrac` - `siu` - `siv` - `sivol` - `sivoln` - `sivols` - `siconca` - `tas` - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, the model's land mask (in grey) does not appear to resolve the CAA well. The land mask is missing many islands of the CAA and the coastlines are very blocky and poorly resolved. The Parry Channel is clear, however lacks all the islands along the northern side. - Additionally, there is a gray line along approximately the 110$^\circ$E line of longitude. This line appears to be an artifact, however it is unclear to me whether this would be an artifact in the model data or an artifact of plotting it in Panoply. - Decision - In consideration for inclusion in the project. This model has the necessary variables, but does not resolve the CAA very well. ![Panoply_map_areacello_Ofx_CESM1-CAM5-ES-HR_hist-1950](HighResMIP_choices-img/Panoply_map_areacello_Ofx_CESM1-CAM5-ES-HR_hist-1950.png) #### CESM1-CAM5-SE-LR [back to top](#highresmip-choices) - Citation of the model - Hurrel, James; Holland, Marika; Gent, Peter; Ghan, Steven; Kay, Jennifer; Kushner, Paul; Lamarque, Jean-Francois; Large, William G.; Lawrence, David; Lindsay, Keith; Lipscomb, William; Long, Matthew; Mahowald, Natalie M.; Marsh, Daniel; Neale, Richard; Rasch, Philip J.; Vavrus, Stephen J.; Vertenstein, Mariana; Bader, David C.; Collins, William D.; Hack, James J.; Kiehl, Jeff; Marshall, Shawn (2020). NCAR CESM1-CAM5-SE-LR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - National Center for Atmospheric Research (NCAR), United States - Simulations available (`experiment_id`'s) - `highres-future` - `control-1950` - Relevant variables available - `realm` = `seaIce` - `sfdsi` - `siage` - `siarean` - `siareas` - `sicompstren` - `siconc` - `sidconcdyn` - `sidconcth` - `sidivvel` - `sidmasstranx` - `sidmasstrany` - `siextentn` - `siextents` - `sifllatstop` - `sifllwdtop` - `sifllwutop` - `siflsenstop` - `siflsensupbot` - `siflswdbot` - `siflswdtop` - `siflswutop` - `siforcecoriolx` - `siforcecorioly` - `siforceintstrx` - `siforceintstry` - `simass` - `simassacrossline` - `sisaltmass` - `sishevel` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitemptop` - `sithick` - `sitimefrac` - `siu` - `siv` - `sivol` - `sivoln` - `sivols` - `siconca` - `tas` - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, the model's land mask (in grey) is very low resolution with only a "pole hole" in Greenland. - Decision - Excluded from analysis due to not resolving any islands of the CAA. ![Panoply_map_areacello_Ofx_CESM1-CAM5-ES-LR_control-1950](HighResMIP_choices-img/Panoply_map_areacello_Ofx_CESM1-CAM5-ES-LR_control-1950.png) --- ### CAM6 [back to top](#highresmip-choices) I do not see this model as available through the ESGF data portal. Seems like this might not have been completed yet? The webpage I found for it is out of date: https://ncar.github.io/CAM_SciDoc/doc/build/html/cam6_scientific_summary/index.html#references - Decision - This model is not available through the ESGF data portal, so I will exclude it from the project. --- ### CAMS [back to top](#highresmip-choices) #### CAMS-CSM1-0 [back to top](#highresmip-choices) - Citation of the model - Rong, Xinyao (2019). CAMS CAMS-CSM1.0 model output prepared for CMIP6 ScenarioMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Chinese Academy of Meteorological Sciences (CAMS), China - Simulations available (`experiment_id`'s) - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconca` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). --- ### CMCC [back to top](#highresmip-choices) #### CMCC-CM2-HR4 [back to top](#highresmip-choices) - Citation of the model - Scoccimarro, Enrico; Bellucci, Alessio; Peano, Daniele (2017). CMCC CMCC-CM2-HR4 model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Centro Euro-Mediterraneo sui Cambiamenti Climatici (CMCC), Italy - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `simass` - `sisnmass` - `sitimefrac` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siu`, `siv`, `siage`). #### CMCC-CM2-VHR4 [back to top](#highresmip-choices) - Citation of the model - Scoccimarro, Enrico; Bellucci, Alessio; Peano, Daniele (2017). CMCC CMCC-CM2-VHR4 model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Centro Euro-Mediterraneo sui Cambiamenti Climatici (CMCC), Italy - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `simass` - `sisnmass` - `sitimefrac` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siu`, `siv`, `siage`). --- ### CNRM [back to top](#highresmip-choices) #### CNRM-CM6-1 [back to top](#highresmip-choices) - Citation of the model - Voldoire, A., Saint-Martin, D., Sénési, S., Decharme, B., Alias, A., Chevallier, M., et al. (2019). Evaluation of CMIP6 DECK experiments with CNRM-CM6-1. Journal of Advances in Modeling Earth Systems, 11, 2177–2213. - Institution - Centre Européen de Recherche et de Formation Avancée en Calcul Scientifique (CERFACS), France - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `spinup-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconca` - `siconc` - `sithick` - `siu` - `siv` - `sidconcdyn` - `simass` - `sitemptop` - `sidmasslat` - `siextentn` - `siextents` - `sisnconc` - `sisnthick` - `sispeed` - `sitempsnic` - `sivol` - `sivoln` - `sivols` - `siareaacrossline` - `siarean` - `siareas` - `sidconcth` - `sidmassgrowthbot` - `sidmassmeltbot` - `sidmassmelttop` - `sidmasstranx` - `sidmasstrany` - `sifb` - `sifllatstop` - `sifllwutop` - `siflsensupbot` - `siflswdtop` - `siflswutop` - `simassacrossline` - `sndmassmelt` - `sndmasssi` - `sndmasssnf` - `sfdsi` - `siage` - `sicompstren` - `sidmassth` - `sihc` - `sidmassdyn` - `sisaltmass` - `sisnhc` - `sisnmass` - `sistrxdtop` - `sitimefrac` - `sidivvel` - `sidmassevapsubl` - `sidmassgrowthwat` - `sidmasssi` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `siflswdbot` - `sipr` - `sishevel` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sndmassdyn` - `sndmasssubl` - `snmassacrossline` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - This model does not appear to have `areacello` or any fixed-frequency variables available. Therefore, I have not made a map of the CAA in Panoply for this model. - Decision - In consideration for inclusion in the project. This model has the necessary variables, but I am unsure about how well it resolves the CAA as it does not have `areacello` or any fixed-frequency variables available. #### CNRM-CM6-1-HR [back to top](#highresmip-choices) - Citation of the model - Voldoire, Aurore (2019). CNRM-CERFACS CNRM-CM6-1-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Centre Européen de Recherche et de Formation Avancée en Calcul Scientifique (CERFACS), France - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `siu` - `siv` - `sfdsi` - `sitempsnic` - `sivoln` - `siconca` - `siextentn` - `siextents` - `simass` - `sisnconc` - `sisnthick` - `sispeed` - `sitemptop` - `sivol` - `sivols` - `sidmassdyn` - `sidmassth` - `sihc` - `sisaltmass` - `sisnhc` - `sisnmass` - `sitimefrac` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - This model does not appear to have `areacello` or any fixed-frequency variables available. Therefore, I have not made a map of the CAA in Panoply for this model. - Decision - In consideration for inclusion in the project. This model has the necessary variables, but I am unsure about how well it resolves the CAA as it does not have `areacello` or any fixed-frequency variables available. --- ### EC-Earth [back to top](#highresmip-choices) #### EC-Earth3P [back to top](#highresmip-choices) - Citation of the model - Haarsma, R., Acosta, M., Bakhshi, R., Bretonnière, P.-A., Caron, L.-P., Castrillo, M., Corti, S., Davini, P., Exarchou, E., Fabiano, F., Fladrich, U., Fuentes Franco, R., García-Serrano, J., von Hardenberg, J., Koenigk, T., Levine, X., Meccia, V. L., van Noije, T., van den Oord, G., Palmeiro, F. M., Rodrigo, M., Ruprich-Robert, Y., Le Sager, P., Tourigny, E., Wang, S., van Weele, M., and Wyser, K.: HighResMIP versions of EC-Earth: EC-Earth3P and EC-Earth3P-HR – description, model computational performance and basic validation, Geosci. Model Dev., 13, 3507–3527, , 2020. - Institution - EC-Earth Consortium, Europe - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `spinup-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `siu` - `siv` - `sitemptop` - `sisnthick` - `sispeed` - `siage` - `sicompstren` - `sidmassevapsubl` - `siflswdtop` - `sistrxdtop` - `sistrydtop` - `sivol` - `sisali` - `sidivvel` - `tas` - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `volcello` in Panoply, the model's land mask (in grey) does an okay job of resolving the CAA. The land mask captures the majority of the islands of the CAA, however in many circumstances, groups of individual islands have been grouped together. The Parry Channel is mostly clear, however may be too narrow on the eastern end and lacks several straits along the northern side. - Decision - In consideration for inclusion in the project. This model has the necessary variables, but does not resolve the CAA as well as others. Further investigation needed to determine whether the resolution is high enough. ![Panoply_map_areacello_Ofx_EC-Earth3P_highres_future](HighResMIP_choices-img/Panoply_map_areacello_Ofx_EC-Earth3P_highres_future.png) #### EC-Earth3P-HR [back to top](#highresmip-choices) - Citation of the model - EC-Earth Consortium (EC-Earth) (2018). EC-Earth-Consortium EC-Earth3P-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Haarsma, R., Acosta, M., Bakhshi, R., Bretonnière, P.-A., Caron, L.-P., Castrillo, M., Corti, S., Davini, P., Exarchou, E., Fabiano, F., Fladrich, U., Fuentes Franco, R., García-Serrano, J., von Hardenberg, J., Koenigk, T., Levine, X., Meccia, V. L., van Noije, T., van den Oord, G., Palmeiro, F. M., Rodrigo, M., Ruprich-Robert, Y., Le Sager, P., Tourigny, E., Wang, S., van Weele, M., and Wyser, K.: HighResMIP versions of EC-Earth: EC-Earth3P and EC-Earth3P-HR – description, model computational performance and basic validation, Geosci. Model Dev., 13, 3507–3527, , 2020. - Institution - EC-Earth Consortium, Europe - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `siu` - `siv` - `sitemptop` - `sisnthick` - `sispeed` - `siage` - `sicompstren` - `sidmassevapsubl` - `siflswdtop` - `sistrxdtop` - `sistrydtop` - `sivol` - `sisali` - `tas` - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, the model's land mask (in grey) appears to resolve the CAA well. The land mask matches well both the `Earth.cno` (red dashed line) and `MWDB_Coasts_1.cnob` (black solid line) overlays, which represent the coastlines of the CAA. In particular, the Parry Channel seems to be well-resolved. - Decision - Included in analysis. ![Panoply_map_areacello_Ofx_EC-Earth3P-HR_highres_future](HighResMIP_choices-img/Panoply_map_areacello_Ofx_EC-Earth3P-HR_highres_future.png) --- ### ECMWF-IFS [back to top](#highresmip-choices) #### ECMWF-IFS-HR [back to top](#highresmip-choices) - Citation of the model - Roberts, Christopher David; Senan, Retish; Molteni, Franco; Boussetta, Souhail; Keeley, Sarah (2017). ECMWF ECMWF-IFS-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - European Centre for Medium-Range Weather Forecasts (ECMWF), Europe - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `highresSST-present` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sisnthick` - `sitemptop` - `sithick` - `siu` - `siv` - `sistrxdtop` - `sistrydtop` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `sftlf` in Panoply, the model's representation of where land is does an okay job of resolving the CAA. The land matches both the `Earth.cno` (red dashed line) and `MWDB_Coasts_1.cnob` (black solid line) overlays fairly well for the larger and medium sized islands. The Parry Channel has a point towards the eastern end which seems to have a high percentage of land crossing the channel. - In the plot below of `sftlf` in Panoply, the model's representation of where land is appears to resolve the CAA well. The land matches well both the `Earth.cno` (red dashed line) and `MWDB_Coasts_1.cnob` (black solid line) overlays, which represent the coastlines of the CAA. In particular, the Parry Channel seems to be fairly well-resolved. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. ![Panoply_map_sftlf_fx_ECMWF-IFS-HR_hist_1950](HighResMIP_choices-img/Panoply_map_sftlf_fx_ECMWF-IFS-HR_hist_1950.png) #### ECMWF-IFS-LR [back to top](#highresmip-choices) - Citation of the model - Roberts, Christopher David; Senan, Retish; Molteni, Franco; Boussetta, Souhail; Keeley, Sarah (2017). ECMWF ECMWF-IFS-LR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - European Centre for Medium-Range Weather Forecasts (ECMWF), Europe - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `highresSST-present` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sisnthick` - `sitemptop` - `sithick` - `siu` - `siv` - `sistrxdtop` - `sistrydtop` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `sftlf` in Panoply, the model's representation of where land is does an okay job of resolving the CAA. The land matches both the `Earth.cno` (red dashed line) and `MWDB_Coasts_1.cnob` (black solid line) overlays fairly well for the larger and medium sized islands. The Parry Channel has a point towards the eastern end which seems to have a high percentage of land crossing the channel. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. It may also have issues with resolving the Parry Channel. ![Panoply_map_sftlf_fx_ECMWF-IFS-LR_hist_1950](HighResMIP_choices-img/Panoply_map_sftlf_fx_ECMWF-IFS-LR_hist_1950.png) #### ECMWF-IFS-MR [back to top](#highresmip-choices) - Citation of the model - Roberts, Christopher David; Senan, Retish; Molteni, Franco; Boussetta, Souhail; Keeley, Sarah (2017). ECMWF ECMWF-IFS-LR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - European Centre for Medium-Range Weather Forecasts (ECMWF), Europe - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sisnthick` - `sitemptop` - `sithick` - `siu` - `siv` - `sistrxdtop` - `sistrydtop` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - This model does not appear to have `areacello`, `sftlf`, or any fixed-frequency variables available. Therefore, I have not made a map of the CAA in Panoply for this model. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. --- ### FGOALS [back to top](#highresmip-choices) #### FGOALS-f3-H [back to top](#highresmip-choices) - Citation of the model - BAO, Q., LIU, Y., WU, G., HE, B., LI, J., WANG, L., … ZHANG, X. (2020). CAS FGOALS-f3-H and CAS FGOALS-f3-L outputs for the high-resolution model intercomparison project simulation of CMIP6. Atmospheric and Oceanic Science Letters, 13(6), 576–581. - Institution - Chinese Academy of Sciences (CAS), China - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). #### FGOALS-f3-L [back to top](#highresmip-choices) - Citation of the model - BAO, Q., LIU, Y., WU, G., HE, B., LI, J., WANG, L., … ZHANG, X. (2020). CAS FGOALS-f3-H and CAS FGOALS-f3-L outputs for the high-resolution model intercomparison project simulation of CMIP6. Atmospheric and Oceanic Science Letters, 13(6), 576–581. - Institution - Chinese Academy of Sciences (CAS), China - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). --- ### GFDL [back to top](#highresmip-choices) #### GFDL-CM4C192 [back to top](#highresmip-choices) - Citation of the model - Zhao, Ming; Blanton, Chris; John, Jasmin G; Radhakrishnan, Aparna; Zadeh, Niki T.; McHugh, Colleen; Rand, Kristopher; Vahlenkamp, Hans; Wilson, Chandin; Ginoux, Paul; Malyshev, Sergey; Wyman, Bruce; Guo, Huan; Balaji, V; Held, Isaac M; Dunne, John P.; Winton, Michael; Adcroft, Alistair; Milly, P.C.D; Shevliakova, Elena; Knutson, Thomas; Ploshay, Jeffrey; Zeng, Yujin (2018). NOAA-GFDL GFDL-CM4C192 model output prepared for CMIP6 HighResMIP highresSST-future. Version YYYYMMDD.Earth System Grid Federation. - Institution - National Oceanic and Atmospheric Administration (NOAA), Geophysical Fluid Dynamics Laboratory (GFDL), United States - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `simass` - `sisnconc` - `sisnmass` - `sisnthick` - `sispeed` - `sitemptop` - `sithick` - `sitimefrac` - `sivol` - `siu` - `siv` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - This model does not appear to have `areacello` or any fixed-frequency variables available. Therefore, I have not made a map of the CAA in Panoply for this model. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. --- ### HadGEM3-GC3 [back to top](#highresmip-choices) #### HadGEM3-GC3.1-HH [back to top](#highresmip-choices) - Citation of the model - Roberts, Malcolm (2018). MOHC HadGEM3-GC31-HH model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `siage` - `siconc` - `sidivvel` - `sidmassdyn` - `sidmassmeltbot` - `sidmassmelttop` - `sidmassth` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `sifllatstop` - `siflsensupbot` - `sihc` - `simass` - `sipr` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sitimefrac` - `sivol` - `tas` - Resolution information - "atmos: MetUM-HadGEM3-GA7.1 (N512; 1024 x 768 longitude/latitude; 85 levels; top level 85 km)" - "ocean: NEMO-HadGEM3-GO6.0 (eORCA12 tripolar primarily 1/12 deg; 4320 x 3604 longitude/latitude; 75 levels; top grid cell 0-1 m)" - "seaIce: CICE-HadGEM3-GSI8 (eORCA12 tripolar primarily 1/12 deg; 4320 x 3604 longitude/latitude)" - This is the irregular grid used for `siage`, `siconc`, `sithick`, `siu`, and `siv`. - Dimensions: (`j`: 3604, `i`: 4320) - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, the model's land mask (in grey) appears to resolve the CAA well. The land mask matches well both the `Earth.cno` (red dashed line) and `MWDB_Coasts_1.cnob` (black solid line) overlays, which represent the coastlines of the CAA. In particular, the Parry Channel seems to be well-resolved. - I suspect this might indeed be the same `areacello` as was used for [EC-Earth3P-HR](#ec-earth3p-hr). The only difference I can see is a gray line along approximately the 107$^\circ$E line of longitude. This line appears to be an artifact, however it is unclear to me whether this would be an artifact in the model data or an artifact of plotting it in Panoply. - Decision - Included in analysis. ![Panoply_map_areacello_Ofx_HadGEM3-GC31-HH_control-1950](HighResMIP_choices-img/Panoply_map_areacello_Ofx_HadGEM3-GC31-HH_control-1950.png) #### HadGEM3-GC3.1-HM [back to top](#highresmip-choices) - Citation of the model - Roberts, Malcolm (2017). MOHC HadGEM3-GC31-HM model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `siage` - `siconc` - `sidivvel` - `sidmassdyn` - `sidmassmeltbot` - `sidmassmelttop` - `sidmassth` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `sifllatstop` - `sifllwdtop` - `sifllwutop` - `siflsenstop` - `siflsensupbot` - `siflswdtop` - `siflswutop` - `sihc` - `simass` - `sipr` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sitemptop` - `sitimefrac` - `sivol` - `tas` - Resolution information - "atmos: MetUM-HadGEM3-GA7.1 (N512; 1024 x 768 longitude/latitude; 85 levels; top level 85 km)" - This is the regular grid used for the `siconc` datafiles. - Dimensions: (`lat`: 768, `lon`: 1024) - "ocean: NEMO-HadGEM3-GO6.0 (eORCA025 tripolar primarily 0.25 deg; 1440 x 1205 longitude/latitude; 75 levels; top grid cell 0-1 m)" - "seaIce: CICE-HadGEM3-GSI8 (eORCA025 tripolar primarily 0.25 deg; 1440 x 1205 longitude/latitude)" - This is the irregular grid used for `siage`, `sithick`, `siu`, and `siv`. - Dimensions: (`j`: 1205, `i`: 1440) - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - The `areacello` plot for HadGEM3-GC3.1-HM seems to be identical to the `areacello` plot for [HadGEM3-GC3.1-HH](#hadgem3-gc31-hh), and therefore I won't reproduce it here. - Decision - Included in analysis. #### HadGEM3-GC3.1-LL [back to top](#highresmip-choices) - Citation of the model - Ridley, Jeff; Menary, Matthew; Kuhlbrodt, Till; Andrews, Martin; Andrews, Tim (2019). MOHC HadGEM3-GC31-LL model output prepared for CMIP6 CMIP historical. Version YYYYMMDD.Earth System Grid Federation. - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `siage` - `siconc` - `sidivvel` - `sidmassdyn` - `sidmassmeltbot` - `sidmassmelttop` - `sidmassth` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `sifllatstop` - `sifllwdtop` - `sifllwutop` - `siflsenstop` - `siflsensupbot` - `siflswdtop` - `siflswutop` - `sihc` - `simass` - `sipr` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sitemptop` - `sitimefrac` - `sivol` - `tas` - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `areacello` in Panoply, the model's land mask (in grey) does an okay job of resolving the CAA. The land mask captures the majority of the islands of the CAA, however in many circumstances, groups of individual islands have been grouped together. The Parry Channel is mostly clear, however may be too narrow on the eastern end and lacks several straits along the northern side. - I suspect this might indeed be the same `areacello` as was used for [EC-Earth3P](#ec-earth3p). The only difference I can see is a gray line along approximately the 107$^\circ$E line of longitude. This line appears to be an artifact, however it is unclear to me whether this would be an artifact in the model data or an artifact of plotting it in Panoply. - Decision - In consideration for inclusion in the project. This model has the necessary variables, but does not resolve the CAA as well as others. Further investigation needed to determine whether the resolution is high enough. ![Panoply_map_areacello_Ofx_HadGEM3-GC31-LL_hist-1950](HighResMIP_choices-img/Panoply_map_areacello_Ofx_HadGEM3-GC31-LL_hist-1950.png) #### HadGEM3-GC3.1-LM [back to top](#highresmip-choices) - Citation of the model - None found - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siu`, `siv`, `siage`). #### HadGEM3-GC3.1-MH [back to top](#highresmip-choices) - Citation of the model - None found - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `hist-1950` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `siage` - `siconc` - `sidivvel` - `sidmassdyn` - `sidmassmeltbot` - `sidmassmelttop` - `sidmassth` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `sifllatstop` - `siflsensupbot` - `sihc` - `simass` - `sipr` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sitimefrac` - `sivol` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis as no sea ice variables are available in the `hist-1950` experiment. #### HadGEM3-GC3.1-MM [back to top](#highresmip-choices) - Citation of the model - Ridley, Jeff; Menary, Matthew; Kuhlbrodt, Till; Andrews, Martin; Andrews, Tim (2019). MOHC HadGEM3-GC31-MM model output prepared for CMIP6 CMIP historical. Version YYYYMMDD.Earth System Grid Federation. - Institution - Met Office Hadley Centre, United Kingdom - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - `spinup-1950` - Relevant variables available - `realm` = `seaIce` - `sithick` - `siu` - `siv` - `siage` - `siconc` - `sidivvel` - `sidmassdyn` - `sidmassmeltbot` - `sidmassmelttop` - `sidmassth` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `siflfwdrain` - `sifllatstop` - `sifllwdtop` - `sifllwutop` - `siflsenstop` - `siflsensupbot` - `siflswdtop` - `siflswutop` - `sihc` - `simass` - `sipr` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitempbot` - `sitemptop` - `sitimefrac` - `sivol` - `tas` - Resolution information - "atmos: MetUM-HadGEM3-GA7.1 (N216; 432 x 324 longitude/latitude; 85 levels; top level 85 km)" - This is the regular grid used for the `siconc` datafiles. - Dimensions: (`lat`: 324, `lon`: 432) - "ocean: NEMO-HadGEM3-GO6.0 (eORCA025 tripolar primarily 0.25 deg; 1440 x 1205 longitude/latitude; 75 levels; top grid cell 0-1 m)" - "seaIce: CICE-HadGEM3-GSI8 (eORCA025 tripolar primarily 0.25 deg; 1440 x 1205 longitude/latitude)" - This is the irregular grid used for `siage`, `sithick`, `siu`, and `siv`. - Dimensions: (`j`: 1205, `i`: 1440) - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - The `areacello` plot for HadGEM3-GC3.1-MM seems to be identical to the `areacello` plot for [HadGEM3-GC3.1-HH](#hadgem3-gc31-hh), and therefore I won't reproduce it here. - Decision - Included in analysis. --- ### HiRAM-SIT [back to top](#highresmip-choices) #### HiRAM-SIT-HR [back to top](#highresmip-choices) - Citation of the model - Tu, Chia-Ying (2020). AS-RCEC HiRAM-SIT-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Academia Sinica, Research Center for Environmental Changes (AS-RCEC), Taiwan - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of any sea ice variables. #### HiRAM-SIT-LR [back to top](#highresmip-choices) - Citation of the model - Tu, Chia-Ying (2020). AS-RCEC HiRAM-SIT-LR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Academia Sinica, Research Center for Environmental Changes (AS-RCEC), Taiwan - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of any sea ice variables. --- ### INM-CM [back to top](#highresmip-choices) #### INM-CM5-H [back to top](#highresmip-choices) - Citation of the model - Volodin, Evgeny; Mortikov, Evgeny; Gritsun, Andrey; Lykossov, Vasily; Galin, Vener; Diansky, Nikolay; Gusev, Anatoly; Kostrykin, Sergey; Iakovlev, Nikolay; Shestakova, Anna; Emelina, Svetlana (2019). INM INM-CM5-0 model output prepared for CMIP6 ScenarioMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Institute of Numerical Mathematics, Russian Academy of Sciences, Russia - Simulations available (`experiment_id`'s) - `hist-1950` - `control-1950` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `simass` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siu`, `siv`, `siage`). --- ### IPSL-CM6A [back to top](#highresmip-choices) - This evaluation applies to all of the following models: - IPSL-CM6A-ATM-ICO-LR - IPSL-CM6A-ATM-ICO-MR - IPSL-CM6A-ATM-ICO-HR - IPSL-CM6A-ATM-ICO-VHR - IPSL-CM6A-LR - IPSL-CM6A-ATM-HR - Citation of one of the models (IPSL-CM6A-LR) - Boucher, Olivier; Denvil, Sébastien; Levavasseur, Guillaume; Cozic, Anne; Caubel, Arnaud; Foujols, Marie-Alice; Meurdesoif, Yann; Cadule, Patricia; Devilliers, Marion; Ghattas, Josefine; Lebas, Nicolas; Lurton, Thibaut; Mellul, Lidia; Musat, Ionela; Mignot, Juliette; Cheruy, Frédérique (2018). IPSL IPSL-CM6A-LR model output prepared for CMIP6 CMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Institut Pierre-Simon Laplace (IPSL), France - Simulations available (`experiment_id`'s) - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). --- ### MPAS-CAM [back to top](#highresmip-choices) #### CAM-MPAS-HR [back to top](#highresmip-choices) - Citation of the model - Pacific Northwest National Laboratory (PNNL) (2025). PNNL-WACCEM CAM-MPAS-HR model output prepared for CMIP6 HighResMIP highresSST-future. Version YYYYMMDD.Earth System Grid Federation. - Institution - Pacific Northwest National Laboratory (PNNL), USA - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). #### CAM-MPAS-LR [back to top](#highresmip-choices) - Citation of the model - Pacific Northwest National Laboratory (PNNL) (2025). PNNL-WACCEM CAM-MPAS-LR model output prepared for CMIP6 HighResMIP highresSST-future. Version YYYYMMDD.Earth System Grid Federation. - Institution - Pacific Northwest National Laboratory (PNNL), USA - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - None - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siconc`, `siu`, `siv`, `siage`). --- ### MIROC6-CGCM [back to top](#highresmip-choices) I do not see this model as available through the ESGF data portal. Here's a citation I found for something related: Shiogama, Hideo; Abe, Manabu; Tatebe, Hiroaki (2019). MIROC MIROC6 model output prepared for CMIP6 ScenarioMIP. Version YYYYMMDD.Earth System Grid Federation. - Decision - This model is not available through the ESGF data portal, so I will exclude it from analysis. --- ### NICAM [back to top](#highresmip-choices) #### NICAM16 [back to top](#highresmip-choices) - This evaluation applies to all of the following models: - `NICAM16-7S` - `NICAM16-9S` - `NICAM16-8S` - Citation of one of the models (NICAM16-9S) - Kodama, Chihiro; Ohno, Tomoki; Seiki, Tatsuya; Yashiro, Hisashi; Noda, Akira T.; Nakano, Masuo; Yamada, Yohei; Roh, Woosub; Satoh, Masaki; Nitta, Tomoko; Goto, Daisuke; Miura, Hiroaki; Nasuno, Tomoe; Miyakawa, Tomoki; Chen, Ying-Wen; Sugi, Masato (2019). MIROC NICAM16-9S model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Japan Agency for Marine-Earth Science and Technology (JAMSTEC), Japan - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `siconca` - `simass` - `sisnmass` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - Not evaluated - Decision - Excluded from analysis due to lack of necessary variables (e.g. `siu`, `siv`, `siage`). --- ### MPI-ESM [back to top](#highresmip-choices) #### MPI-ESM1-2-HR [back to top](#highresmip-choices) - Citation of the model - von Storch, Jin-Song; Putrasahan, Dian; Lohmann, Katja; Gutjahr, Oliver; Jungclaus, Johann; Bittner, Matthias; Haak, Helmuth; Wieners, Karl-Hermann; Giorgetta, Marco; Reick, Christian; Esch, Monika; Gayler, Veronika; de Vrese, Philipp; Raddatz, Thomas; Mauritsen, Thorsten; Behrens, Jörg; Brovkin, Victor; Claussen, Martin; Crueger, Traute; Fast, Irina; Fiedler, Stephanie; Hagemann, Stefan; Hohenegger, Cathy; Jahns, Thomas; Kloster, Silvia; Kinne, Stefan; Lasslop, Gitta; Kornblueh, Luis; Marotzke, Jochem; Matei, Daniela; Meraner, Katharina; Mikolajewicz, Uwe; Modali, Kameswarrao; Müller, Wolfgang; Nabel, Julia; Notz, Dirk; Peters-von Gehlen, Karsten; Pincus, Robert; Pohlmann, Holger; Pongratz, Julia; Rast, Sebastian; Schmidt, Hauke; Schnur, Reiner; Schulzweida, Uwe; Six, Katharina; Stevens, Bjorn; Voigt, Aiko; Roeckner, Erich (2017). MPI-M MPIESM1.2-HR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Max Planck Institute for Meteorology (MPI-M), Germany - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `siu` - `siv` - `siarean` - `siareas` - `sidconcdyn` - `sidconcth` - `sidmassdyn` - `sidmassth` - `sidmasstranx` - `sidmasstrany` - `siextentn` - `siextents` - `sifb` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `sihc` - `simass` - `simassacrossline` - `sisaltmass` - `sisnconc` - `sisnhc` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitimefrac` - `sivol` - `sivoln` - `sivols` - `sndmassdyn` - `sndmasssnf` - `sisnmass` - `sisnthick` - `tas` - `areacello` not available, however `volcello` is available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `volcello` in Panoply, the model's land mask (in grey) does an okay job of resolving the CAA. The land mask captures almost all of the islands of the CAA, however in many circumstances, groups of individual islands have been grouped together. The Parry Channel is clear, however lacks several straits along the northern side. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. ![Panoply_map_volcello_Ofx_MPI-ESM1-2-HR-hist-1950](HighResMIP_choices-img/Panoply_map_volcello_Ofx_MPI-ESM1-2-HR-hist-1950.png) #### MPI-ESM1-2-XR [back to top](#highresmip-choices) - Citation of the model - von Storch, Jin-Song; Putrasahan, Dian; Lohmann, Katja; Gutjahr, Oliver; Jungclaus, Johann; Bittner, Matthias; Haak, Helmuth; Wieners, Karl-Hermann; Giorgetta, Marco; Reick, Christian; Esch, Monika; Gayler, Veronika; de Vrese, Philipp; Raddatz, Thomas; Mauritsen, Thorsten; Behrens, Jörg; Brovkin, Victor; Claussen, Martin; Crueger, Traute; Fast, Irina; Fiedler, Stephanie; Hagemann, Stefan; Hohenegger, Cathy; Jahns, Thomas; Kloster, Silvia; Kinne, Stefan; Lasslop, Gitta; Kornblueh, Luis; Marotzke, Jochem; Matei, Daniela; Meraner, Katharina; Mikolajewicz, Uwe; Modali, Kameswarrao; Müller, Wolfgang; Nabel, Julia; Notz, Dirk; Peters-von Gehlen, Karsten; Pincus, Robert; Pohlmann, Holger; Pongratz, Julia; Rast, Sebastian; Schmidt, Hauke; Schnur, Reiner; Schulzweida, Uwe; Six, Katharina; Stevens, Bjorn; Voigt, Aiko; Roeckner, Erich (2017). MPI-M MPI-ESM1.2-XR model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Max Planck Institute for Meteorology (MPI-M), Germany - Simulations available (`experiment_id`'s) - `highres-future` - `hist-1950` - `control-1950` - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `sithick` - `siu` - `siv` - `siarean` - `siareas` - `sidconcdyn` - `sidconcth` - `sidmassdyn` - `sidmassth` - `sidmasstranx` - `sidmasstrany` - `siextentn` - `siextents` - `sifb` - `siflcondbot` - `siflcondtop` - `siflfwbot` - `sihc` - `simass` - `simassacrossline` - `sisaltmass` - `sisnconc` - `sisnhc` - `sisnmass` - `sisnthick` - `sispeed` - `sistrxdtop` - `sistrxubot` - `sistrydtop` - `sistryubot` - `sitimefrac` - `sivol` - `sivoln` - `sivols` - `sndmassdyn` - `sndmasssnf` - `tas` - `areacello` not available, however `volcello` is available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - The `volcello` plot for MPI-ESM1-2-XR seems to be identical to the areacello plot for [MPI-ESM1-2-HR](#mpi-esm1-2-hr), and therefore I won't reproduce it here. - Decision - This model lacks the `siage` variable. For now, I will exclude this model from the project, but I may revisit this decision if `siage` turns out to not be necessary. --- ### MRI-AGCM3 [back to top](#highresmip-choices) #### MRI-AGCM3-2-H [back to top](#highresmip-choices) - Citation of the model - Mizuta, Ryo; Yoshimura, Hiromasa; Ose, Tomoaki; Hosaka, Masahiro; Yukimoto, Seiji (2019). MRI MRI-AGCM3-2-H model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Meteorological Research Institute (MRI), Japan - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `volcello` in Panoply, the model's land mask (in grey) does an okay job of resolving the CAA. The land mask captures almost all of the islands of the CAA, however in many circumstances, groups of individual islands have been grouped together. The Parry Channel is clear, however lacks several straits along the northern side. - Decision - This model lacks the `hist-1950` experiment as well as the variables `siu`, `siv`, and `siage`. Therefore, I will exclude this model from the project. #### MRI-AGCM3-2-S [back to top](#highresmip-choices) - Citation of the model - Mizuta, Ryo; Yoshimura, Hiromasa; Ose, Tomoaki; Hosaka, Masahiro; Yukimoto, Seiji (2019). MRI MRI-AGCM3-2-S model output prepared for CMIP6 HighResMIP. Version YYYYMMDD.Earth System Grid Federation. - Institution - Meteorological Research Institute (MRI), Japan - Simulations available (`experiment_id`'s) - `highresSST-future` - `highresSST-present` - Relevant variables available - `realm` = `seaIce` - `siconc` - `tas` - `areacello` not available - Resolution information - Not evaluated - Evaluation of how well the model reproduces the observed trend in Arctic sea ice area - Not evaluated - Evaluation of how well the model resolves the CAA - In the plot below of `volcello` in Panoply, the model's land mask (in grey) does an okay job of resolving the CAA. The land mask captures almost all of the islands of the CAA, however in many circumstances, groups of individual islands have been grouped together. The Parry Channel is clear, however lacks several straits along the northern side. - Decision - This model lacks the `hist-1950` experiment as well as the variables `siu`, `siv`, and `siage`. Therefore, I will exclude this model from the project. --- ### NorESM [back to top](#highresmip-choices) I do not see this model as available through the ESGF data portal. Here's a citation I found for something related: Bentsen, Mats; Oliviè, Dirk Jan Leo; Seland, Øyvind; Toniazzo, Thomas; Gjermundsen, Ada; Graff, Lise Seland; Debernard, Jens Boldingh; Gupta, Alok Kumar; He, Yanchun; Kirkevåg, Alf; Schwinger, Jörg; Tjiputra, Jerry; Aas, Kjetil Schanke; Bethke, Ingo; Fan, Yuanchao; Griesfeller, Jan; Grini, Alf; Guo, Chuncheng; Ilicak, Mehmet; Karset, Inger Helene Hafsahl; Landgren, Oskar Andreas; Liakka, Johan; Moseid, Kine Onsum; Nummelin, Aleksi; Spensberger, Clemens; Tang, Hui; Zhang, Zhongshi; Heinze, Christoph; Iversen, Trond; Schulz, Michael (2019). NCC NorESM2-MM model output prepared for CMIP6 ScenarioMIP. Version YYYYMMDD.Earth System Grid Federation. - Decision - This model is not available through the ESGF data portal, so I will exclude it from the project. --- ## References [back to top](#highresmip-choices) [^Cook2024]: Cook, A.J., J. Dawson, S.E.L. Howell, J.E. Holloway, M. Brady (2024)), "Sea ice choke points reduce the length of the shipping season in the Northwest Passage", _Communications Earth & Environment_, 5(1):1-11, [^Haarsma2016]: Haarsma, R.J, M.J. Roberts, P.L. Vidale et al. (2016), "High Resolution Model Intercomparison Project (HighResMIP v1.0) for CMIP6", _Geoscientific Model Development_, 9(11):4185-4208, [^Laliberte2018]: Laliberté, F., S. Howell, J-F. Lemieux, F. Dupont, J. Lei (2018), "What historical landfast ice observations tell us about projected ice conditions in Arctic archipelagoes and marginal seas under anthropogenic forcing", _The Cryosphere_, 12(11):3577-3588, [^Roberts2019]: Roberts, M.J., A. Baker, E.W. Blockley, D. Calvert, A. Coward et al. (2019), "Description of the resolution hierarchy of the global coupled HadGEM3-GC3.1 model as used in CMIP6 HighResMIP experiments", _Geoscientific Model Development_, 12:4999-5028, [^Saenko2025]: Saenko, O., N.F. Tandon, S.E.L. Howell (2025), "Large Decreases in Sea Ice Strength and Pressure Along Major Arctic Shipping Routes Projected for the Next Two Decades", _Geophysical Research Letters_, 52(10):e2025GL114831, [^Selivanova2024]: Selivanova, J., D. Iovino, F. Cocetta (2024), "Past and future of the Arctic sea ice in High-Resolution Model Intercomparison Project (HighResMIP) climate models", _The Cryosphere_, 18(6):2739-2763,