Skip to contents

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

Usage

ACCESS_CM2

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

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

lon

vector: Longitudes (degrees east).

lat

vector: Latitudes (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].

time

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

Note

ACCESS-CM2 data is on hybrid height coordinate.

References

Dix, Martin; Bi, Daohua; Dobrohotoff, Peter; Fiedler, Russell; Harman, Ian; Law, Rachel; Mackallah, Chloe; Marsland, Simon; O'Farrell, Siobhan; Rashid, Harun; Srbinovsky, Jhan; Sullivan, Arnold; Trenham, Claire; Vohralik, Peter; Watterson, Ian; Williams, Gareth; Woodhouse, Matthew; Bodman, Roger; Dias, Fabio Boeira; Domingues, Catia M.; Hannah, Nicholas; Heerdegen, Aidan; Savita, Abhishek; Wales, Scott; Allen, Chris; Druken, Kelsey; Evans, Ben; Richards, Clare; Ridzwan, Syazwan Mohamed; Roberts, Dale; Smillie, Jon; Snow, Kate; Ward, Marshall; Yang, Rui (2023). IPCC DDC: CSIRO-ARCCSS ACCESS-CM2 model output prepared for CMIP6 CMIP historical. World Data Center for Climate (WDCC) at DKRZ doi:10.26050/WDCC/AR6.C6CMCSIACChi .

Examples

# Access specific variables
str(ACCESS_CM2$hus) # Specific humidity
#>  num [1:21, 1:28, 1:85, 1] 0.00533 0.00396 0.00325 0.00323 0.00347 ...
str(ACCESS_CM2$ta) # Air temperature
#>  num [1:21, 1:28, 1:85, 1] 295 292 293 294 294 ...
str(ACCESS_CM2$ps) # Surface pressure
#>  num [1:21, 1:28, 1] 95032 94489 94242 94248 94527 ...