Skip to contents

A dataset containing climate model outputs from the NorESM2-LM model. This dataset includes atmospheric and surface variables across longitude, latitude, and vertical levels.

Usage

NorESM2_LM

Format

A list with 13 elements:

hus

array: Specific humidity (kg/kg) with dimensions [lon, lat, lev, time].

ta

array: Air temperature (K) with dimensions [lon, lat, lev, time].

ua

array: Zonal wind speed (m/s) with dimensions [lon, lat, lev, time].

va

array: Meridional wind speed (m/s) with dimensions [lon, lat, lev, time].

ps

array: Surface pressure (Pa) with dimensions [lon, lat, time].

orog

array: Surface elevation (orography) (m) with dimensions [lon, lat].

lon

vector: Longitudes [lon] (degrees east).

lat

vector: Latitudes [lat] (degrees north).

a

vector: Vertical coordinate formula term: a(k) [lev].

b

vector: Vertical coordinate formula term: b(k) [lev].

a_bnds

vector: Vertical coordinate formula term: a(k+1/2) [lev+1].

b_bnds

vector: Vertical coordinate formula term: b(k+1/2) [lev+1].

p0

vector: reference pressure.

time

PCICt: Time with attributes for calendar, months, days per year, and time zone.

Note

NorESM2-LM data is on hybrid sigma pressure coordinate.

References

Seland, Øyvind; Bentsen, Mats; Oliviè, Dirk Jan Leo; 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-LM model output prepared for CMIP6 CMIP historical. Version YYYYMMDD[1].Earth System Grid Federation. doi:10.22033/ESGF/CMIP6.8036 .

Examples

# Access specific variables
str(NorESM2_LM$hus) # Specific humidity
#>  num [1:17, 1:18, 1:32, 1] 0.0069 0.00558 0.00429 0.00435 0.0063 ...
str(NorESM2_LM$ta) # Air temperature
#>  num [1:17, 1:18, 1:32, 1] 293 293 292 292 294 ...
str(NorESM2_LM$ps) # Surface pressure
#>  num [1:17, 1:18, 1] 95470 94504 94200 94923 95541 ...