ACCESS1-3 model output prepared for CMIP5 pre-industrial control
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/uo_Omon_ACCESS1-3_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | ACCESS1-3 model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/ocean/mon/Omon/uo/CSIRO-BOM.ACCESS1-3/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/uo_Omon_ACCESS1-3_piControl_r1i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 360, j: 300, lev: 50, time: 6000, vertices: 4) Coordinates: * time (time) float64 9.096e+04 9.099e+04 ... 2.735e+05 2.736e+05 * lev (lev) float64 5.0 15.0 25.0 ... 5.166e+03 5.499e+03 5.831e+03 * j (j) int32 0 1 2 3 4 5 6 7 ... 292 293 294 295 296 297 298 299 * i (i) int32 0 1 2 3 4 5 6 7 ... 352 353 354 355 356 357 358 359 lat (j, i) float32 dask.array<chunksize=(300, 360), meta=np.ndarray> lon (j, i) float32 dask.array<chunksize=(300, 360), meta=np.ndarray> Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(60, 2), meta=np.ndarray> lev_bnds (time, lev, bnds) float64 dask.array<chunksize=(60, 50, 2), meta=np.ndarray> lat_vertices (time, j, i, vertices) float32 dask.array<chunksize=(60, 300, 360, 4), meta=np.ndarray> lon_vertices (time, j, i, vertices) float32 dask.array<chunksize=(60, 300, 360, 4), meta=np.ndarray> uo (time, lev, j, i) float32 dask.array<chunksize=(60, 50, 300, 360), meta=np.ndarray> Attributes: institution: CSIRO (Commonwealth Scientific and Industrial Res... institute_id: CSIRO-BOM experiment_id: piControl source: ACCESS1-3 2011. Atmosphere: AGCM v1.0 (N96 grid-p... model_id: ACCESS1.3 forcing: GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4... parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: The ACCESS wiki: http://wiki.csiro.au/confluence/... history: CMIP5 compliant file produced from raw ACCESS mod... references: See http://wiki.csiro.au/confluence/display/ACCES... initialization_method: 1 physics_version: 1 tracking_id: 94035fda-4e6c-4ce0-9bdd-28e2673bba6d version_number: v20120413 product: output experiment: pre-industrial control frequency: mon creation_date: 2012-03-14T01:52:43Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (01 February 2012) 67b7e578e148f9423f7... title: ACCESS1-3 model output prepared for CMIP5 pre-ind... parent_experiment: N/A modeling_realm: ocean realization: 1 cmor_version: 2.8.0
xarray.Dataset
- bnds: 2
- i: 360
- j: 300
- lev: 50
- time: 6000
- vertices: 4
- time(time)float649.096e+04 9.099e+04 ... 2.736e+05
- bounds :
- time_bnds
- units :
- days since 0001-01-01
- calendar :
- proleptic_gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 90960.5, 90990. , 91019.5, ..., 273489.5, 273520. , 273550.5])
- lev(lev)float645.0 15.0 ... 5.499e+03 5.831e+03
- bounds :
- lev_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- ocean depth coordinate
- standard_name :
- depth
array([5.000000e+00, 1.500000e+01, 2.500000e+01, 3.500000e+01, 4.500000e+01, 5.500000e+01, 6.500000e+01, 7.500000e+01, 8.500000e+01, 9.500000e+01, 1.050000e+02, 1.150000e+02, 1.250000e+02, 1.350000e+02, 1.450000e+02, 1.550000e+02, 1.650000e+02, 1.750000e+02, 1.850000e+02, 1.950000e+02, 2.050000e+02, 2.168468e+02, 2.413490e+02, 2.807807e+02, 3.432505e+02, 4.273156e+02, 5.367156e+02, 6.654141e+02, 8.127816e+02, 9.690651e+02, 1.130935e+03, 1.289605e+03, 1.455770e+03, 1.622926e+03, 1.801558e+03, 1.984855e+03, 2.182905e+03, 2.388417e+03, 2.610935e+03, 2.842564e+03, 3.092205e+03, 3.351295e+03, 3.628058e+03, 3.913264e+03, 4.214495e+03, 4.521918e+03, 4.842566e+03, 5.166130e+03, 5.499245e+03, 5.831294e+03])
- j(j)int320 1 2 3 4 5 ... 295 296 297 298 299
- units :
- 1
- long_name :
- cell index along second dimension
array([ 0, 1, 2, ..., 297, 298, 299], dtype=int32)
- i(i)int320 1 2 3 4 5 ... 355 356 357 358 359
- units :
- 1
- long_name :
- cell index along first dimension
array([ 0, 1, 2, ..., 357, 358, 359], dtype=int32)
- lat(j, i)float32dask.array<chunksize=(300, 360), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 432.00 kB 432.00 kB Shape (300, 360) (300, 360) Count 495 Tasks 1 Chunks Type float32 numpy.ndarray - lon(j, i)float32dask.array<chunksize=(300, 360), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 432.00 kB 432.00 kB Shape (300, 360) (300, 360) Count 495 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(60, 2), meta=np.ndarray>
Array Chunk Bytes 96.00 kB 960 B Shape (6000, 2) (60, 2) Count 300 Tasks 100 Chunks Type float64 numpy.ndarray - lev_bnds(time, lev, bnds)float64dask.array<chunksize=(60, 50, 2), meta=np.ndarray>
Array Chunk Bytes 4.80 MB 48.00 kB Shape (6000, 50, 2) (60, 50, 2) Count 400 Tasks 100 Chunks Type float64 numpy.ndarray - lat_vertices(time, j, i, vertices)float32dask.array<chunksize=(60, 300, 360, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 10.37 GB 103.68 MB Shape (6000, 300, 360, 4) (60, 300, 360, 4) Count 400 Tasks 100 Chunks Type float32 numpy.ndarray - lon_vertices(time, j, i, vertices)float32dask.array<chunksize=(60, 300, 360, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 10.37 GB 103.68 MB Shape (6000, 300, 360, 4) (60, 300, 360, 4) Count 400 Tasks 100 Chunks Type float32 numpy.ndarray - uo(time, lev, j, i)float32dask.array<chunksize=(60, 50, 300, 360), meta=np.ndarray>
- standard_name :
- sea_water_x_velocity
- long_name :
- Sea Water X Velocity
- units :
- m s-1
- original_units :
- m/sec
- history :
- 2012-03-14T01:52:41Z altered by CMOR: Converted units from 'm/sec' to 'm s-1'. 2012-03-14T01:52:41Z altered by CMOR: replaced missing value flag (-1e+20) with standard missing value (1e+20).
- cell_methods :
- time: mean
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_ACCESS1-3_piControl_r0i0p0.nc
Array Chunk Bytes 129.60 GB 1.30 GB Shape (6000, 50, 300, 360) (60, 50, 300, 360) Count 300 Tasks 100 Chunks Type float32 numpy.ndarray
- institution :
- CSIRO (Commonwealth Scientific and Industrial Research Organisation, Australia), and BOM (Bureau of Meteorology, Australia)
- institute_id :
- CSIRO-BOM
- experiment_id :
- piControl
- source :
- ACCESS1-3 2011. Atmosphere: AGCM v1.0 (N96 grid-point, 1.875 degrees EW x approx 1.25 degree NS, 38 levels); ocean: NOAA/GFDL MOM4p1 (nominal 1.0 degree EW x 1.0 degrees NS, tripolar north of 65N, equatorial refinement to 1/3 degree from 10S to 10 N, cosine dependent NS south of 25S, 50 levels); sea ice: CICE4.1 (nominal 1.0 degree EW x 1.0 degrees NS, tripolar north of 65N, equatorial refinement to 1/3 degree from 10S to 10 N, cosine dependent NS south of 25S); land: CABLE1.0 (1.875 degree EW x 1.25 degree NS, 6 levels
- model_id :
- ACCESS1.3
- forcing :
- GHG, Oz, SA, Sl, Vl, BC, OC, (GHG = CO2, N2O, CH4, CFC11, CFC12, CFC113, HCFC22, HFC125, HFC134a), (Constant Pre-Industrial (1850) forcings for GHG and aerosols, and the 1844-1856 average value for solar forcing)
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- The ACCESS wiki: http://wiki.csiro.au/confluence/display/ACCESS/Home. Contact Tony.Hirst@csiro.au regarding the ACCESS coupled climate model. Contact Peter.Uhe@csiro.au regarding ACCESS coupled climate model CMIP5 datasets.
- history :
- CMIP5 compliant file produced from raw ACCESS model output using the ACCESS Post-Processor and CMOR2. 2012-03-14T01:52:43Z CMOR rewrote data to comply with CF standards and CMIP5 requirements. Fri Apr 13 12:28:34 2012: corrected model_id from ACCESS1-3 to ACCESS1.3 Fri Apr 13 14:13:21 2012: forcing attribute modified to correct value Mon Jul 2 11:09:58 2012: updated version number to v20120413.
- references :
- See http://wiki.csiro.au/confluence/display/ACCESS/ACCESS+Publications
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 94035fda-4e6c-4ce0-9bdd-28e2673bba6d
- version_number :
- v20120413
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2012-03-14T01:52:43Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (01 February 2012) 67b7e578e148f9423f77c0e16f72bbab
- title :
- ACCESS1-3 model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.8.0