All ERA5 datasets have been migrated to Zarr v3 with improved chunking. Previous dataset versions are still available, but we recommend using the new ones.
Future updates will only apply to Zarr v3 datasets, including ERA5 monthly updates.

CMIP6 Climate Projections, model NorESM2-MM (NCC)

This dataset features a selection of future climate projections variables generated by the NorESM2-MM Earth system model as part of the Coupled Model Intercomparison Project Phase 6 (CMIP6).

The data covers the future simulation period 2015–2100 and includes three Shared Socioeconomic Pathways (SSPs):

SSP1-2.6: A low-emission "Sustainability" scenario emphasizing inclusive development and environmental stewardship, representing a pathway compatible with keeping global warming below 2°C.

SSP2-4.5: A "Middle-of-the-Road" scenario representing intermediate greenhouse gas emissions and historical patterns of development, with medium challenges to mitigation and adaptation.

SSP3-7.0: A high-emission "Regional Rivalry" scenario driven by resurgent nationalism and regional conflicts, resulting in slow economic growth and high challenges to both mitigation and adaptation.

The data is distributed in a compressed Zarr format with near-zero precision loss. It features a daily temporal resolution and is structurally optimized for high-throughput regional assessments and time-series analysis.

How to download the data

This Python snippet includes the token directly in the URL.

1import xarray as xr
2
3xr.open_dataset(
4    "https://edh:<your API key>@data.earthdatahub.destine.eu/cmip6/NCC-NorESM2-MM-ScenarioMIP-r1i1p1f1-day-gn-v0.zarr",
5    chunks={},
6    engine="zarr",
7)

Variables

Short NameUnitsDescription
clt
%

Total Cloud Cover Percentage

hfls
W m-2

Surface Upward Latent Heat Flux

hfss
W m-2

Surface Upward Sensible Heat Flux

hurs
%

Near-Surface Relative Humidity

huss
1

Near-Surface Specific Humidity

pr
kg m-2 s-1

Precipitation

prc
kg m-2 s-1

Convective Precipitation

psl
Pa

Sea Level Pressure

rlds
W m-2

Surface Downwelling Longwave Radiation

rlus
W m-2

Surface Upwelling Longwave Radiation

rsds
W m-2

Surface Downwelling Shortwave Radiation

rsus
W m-2

Surface Upwelling Shortwave Radiation

sfcWind
m s-1

Daily-Mean Near-Surface Wind Speed

tas
K

Near-Surface Air Temperature

tasmax
K

Daily Maximum Near-Surface Air Temperature

tasmin
K

Daily Minimum Near-Surface Air Temperature

DestinE platform