CSIRO-Mk3L-1-2 model output prepared for CMIP5 historical
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/thkcello_fx_CSIRO-Mk3L-1-2_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
Metadata
title | CSIRO-Mk3L-1-2 model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/ocean/fx/fx/thkcello/UNSW.CSIRO-Mk3L-1-2/r0i0p0 |
tags | gridded,global,model,fx |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/thkcello_fx_CSIRO-Mk3L-1-2_historical_r0i0p0.yaml |
last updated | 2015-10-21 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 112, lev: 21, lon: 128) Coordinates: * lev (lev) float64 12.5 37.5 65.0 ... 3.475e+03 3.925e+03 4.375e+03 * lat (lat) float64 -88.35 -86.78 -85.2 -83.61 ... 85.2 86.78 88.35 * lon (lon) float64 1.406 4.219 7.031 9.844 ... 350.2 353.0 355.8 358.6 Dimensions without coordinates: bnds Data variables: lev_bnds (lev, bnds) float64 0.0 25.0 25.0 ... 4.15e+03 4.15e+03 4.6e+03 lat_bnds (lat, bnds) float64 -89.13 -87.56 -87.56 ... 87.56 87.56 89.13 lon_bnds (lon, bnds) float64 0.0 2.812 2.812 5.625 ... 357.2 357.2 360.0 thkcello (lev, lat, lon) float32 ... Attributes: institution: UNSW (University of New South Wales, Sydney, Aust... institute_id: UNSW experiment_id: historical source: CSIRO-Mk3L-1-2 2009 atmosphere: R21 L18; ocean: 2... model_id: CSIRO-Mk3L-1-2 forcing: GHG, Sl, Vl (Sl = Wang-Lean-Sheeley, Vl = Crowley) parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 0.0 contact: Steven Phipps (s.phipps@unsw.edu.au) history: Data extracted from years 01851-02005 of experime... comment: Atmosphere and ocean models spun up independently... references: CSIRO Mk3L climate system model version 1.0 descr... initialization_method: 0 physics_version: 0 tracking_id: e8a739ab-257e-49ea-8d63-7cb12a3c98a6 product: output experiment: historical frequency: fx creation_date: 2013-08-06T10:16:11Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table fx (17 July 2013) 3b0d4cb42c006e5b8c33b07e6... title: CSIRO-Mk3L-1-2 model output prepared for CMIP5 hi... parent_experiment: pre-industrial control modeling_realm: ocean realization: 0 cmor_version: 2.8.3
xarray.Dataset
- bnds: 2
- lat: 112
- lev: 21
- lon: 128
- lev(lev)float6412.5 37.5 ... 3.925e+03 4.375e+03
- bounds :
- lev_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- ocean depth coordinate
- standard_name :
- depth
array([ 12.5, 37.5, 65. , 98.5, 138.5, 185. , 240. , 310. , 410. , 545. , 710. , 905. , 1130. , 1395. , 1720. , 2125. , 2575. , 3025. , 3475. , 3925. , 4375. ])
- lat(lat)float64-88.35 -86.78 -85.2 ... 86.78 88.35
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-88.347223, -86.775447, -85.195903, -83.608591, -82.019719, -80.429287, -78.838307, -77.246779, -75.655 , -74.06297 , -72.470804, -70.878503, -69.286121, -67.693658, -66.101144, -64.508577, -62.915975, -61.323338, -59.730675, -58.137987, -56.545281, -54.952557, -53.359819, -51.767066, -50.174303, -48.58153 , -46.988748, -45.395957, -43.80316 , -42.210356, -40.617546, -39.024731, -37.431912, -35.839088, -34.246261, -32.65343 , -31.060596, -29.467759, -27.87492 , -26.282078, -24.689235, -23.096389, -21.503541, -19.910692, -18.317842, -16.72499 , -15.132137, -13.539283, -11.946428, -10.353573, -8.760716, -7.16786 , -5.575002, -3.982145, -2.389287, -0.796429, 0.796429, 2.389287, 3.982145, 5.575002, 7.16786 , 8.760716, 10.353573, 11.946428, 13.539283, 15.132137, 16.72499 , 18.317842, 19.910692, 21.503541, 23.096389, 24.689235, 26.282078, 27.87492 , 29.467759, 31.060596, 32.65343 , 34.246261, 35.839088, 37.431912, 39.024731, 40.617546, 42.210356, 43.80316 , 45.395957, 46.988748, 48.58153 , 50.174303, 51.767066, 53.359819, 54.952557, 56.545281, 58.137987, 59.730675, 61.323338, 62.915975, 64.508577, 66.101144, 67.693658, 69.286121, 70.878503, 72.470804, 74.06297 , 75.655 , 77.246779, 78.838307, 80.429287, 82.019719, 83.608591, 85.195903, 86.775447, 88.347223])
- lon(lon)float641.406 4.219 7.031 ... 355.8 358.6
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 1.40625, 4.21875, 7.03125, 9.84375, 12.65625, 15.46875, 18.28125, 21.09375, 23.90625, 26.71875, 29.53125, 32.34375, 35.15625, 37.96875, 40.78125, 43.59375, 46.40625, 49.21875, 52.03125, 54.84375, 57.65625, 60.46875, 63.28125, 66.09375, 68.90625, 71.71875, 74.53125, 77.34375, 80.15625, 82.96875, 85.78125, 88.59375, 91.40625, 94.21875, 97.03125, 99.84375, 102.65625, 105.46875, 108.28125, 111.09375, 113.90625, 116.71875, 119.53125, 122.34375, 125.15625, 127.96875, 130.78125, 133.59375, 136.40625, 139.21875, 142.03125, 144.84375, 147.65625, 150.46875, 153.28125, 156.09375, 158.90625, 161.71875, 164.53125, 167.34375, 170.15625, 172.96875, 175.78125, 178.59375, 181.40625, 184.21875, 187.03125, 189.84375, 192.65625, 195.46875, 198.28125, 201.09375, 203.90625, 206.71875, 209.53125, 212.34375, 215.15625, 217.96875, 220.78125, 223.59375, 226.40625, 229.21875, 232.03125, 234.84375, 237.65625, 240.46875, 243.28125, 246.09375, 248.90625, 251.71875, 254.53125, 257.34375, 260.15625, 262.96875, 265.78125, 268.59375, 271.40625, 274.21875, 277.03125, 279.84375, 282.65625, 285.46875, 288.28125, 291.09375, 293.90625, 296.71875, 299.53125, 302.34375, 305.15625, 307.96875, 310.78125, 313.59375, 316.40625, 319.21875, 322.03125, 324.84375, 327.65625, 330.46875, 333.28125, 336.09375, 338.90625, 341.71875, 344.53125, 347.34375, 350.15625, 352.96875, 355.78125, 358.59375])
- lev_bnds(lev, bnds)float64...
array([[ 0., 25.], [ 25., 50.], [ 50., 80.], [ 80., 117.], [ 117., 160.], [ 160., 210.], [ 210., 270.], [ 270., 350.], [ 350., 470.], [ 470., 620.], [ 620., 800.], [ 800., 1010.], [1010., 1250.], [1250., 1540.], [1540., 1900.], [1900., 2350.], [2350., 2800.], [2800., 3250.], [3250., 3700.], [3700., 4150.], [4150., 4600.]])
- lat_bnds(lat, bnds)float64...
array([[-89.133111, -87.561335], [-87.561335, -85.98956 ], [-85.98956 , -84.402247], ..., [ 84.402247, 85.98956 ], [ 85.98956 , 87.561335], [ 87.561335, 89.133111]])
- lon_bnds(lon, bnds)float64...
array([[ 0. , 2.8125], [ 2.8125, 5.625 ], [ 5.625 , 8.4375], ..., [351.5625, 354.375 ], [354.375 , 357.1875], [357.1875, 360. ]])
- thkcello(lev, lat, lon)float32...
- standard_name :
- cell_thickness
- long_name :
- Ocean Model Cell Thickness
- units :
- m
- cell_methods :
- time: mean
- cell_measures :
- area: areacello volume: volcello
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CSIRO-Mk3L-1-2_historical_r0i0p0.nc areacello: areacello_fx_CSIRO-Mk3L-1-2_historical_r0i0p0.nc volcello: volcello_fx_CSIRO-Mk3L-1-2_historical_r0i0p0.nc
[301056 values with dtype=float32]
- institution :
- UNSW (University of New South Wales, Sydney, Australia)
- institute_id :
- UNSW
- experiment_id :
- historical
- source :
- CSIRO-Mk3L-1-2 2009 atmosphere: R21 L18; ocean: 2.8x1.6 L21
- model_id :
- CSIRO-Mk3L-1-2
- forcing :
- GHG, Sl, Vl (Sl = Wang-Lean-Sheeley, Vl = Crowley)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 0.0
- contact :
- Steven Phipps (s.phipps@unsw.edu.au)
- history :
- Data extracted from years 01851-02005 of experiment spo04 by Steven Phipps. 2013-08-06T10:16:11Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- comment :
- Atmosphere and ocean models spun up independently for 100 and 7000 years respectively. Coupled model then spun up for 200 years before beginning this experiment. Flux adjustments applied to the fluxes of heat, freshwater and momentum.
- references :
- CSIRO Mk3L climate system model version 1.0 described and evaluated by Phipps, S. J., L. D. Rotstayn, H. B. Gordon, J. L. Roberts, A. C. Hirst and W. F. Budd (2011), The CSIRO Mk3L climate system model version 1.0 - Part 1: Description and evaluation, Geoscientific Model Development, 4(2), 483-509, doi:10.5194/gmd-4-483-2011. Version 1.2 described by Phipps, S. J. (2010), The CSIRO Mk3L climate system model v1.2, Technical Report No. 4, Antarctic Climate & Ecosystems CRC, Hobart, Tasmania, Australia, 122pp., ISBN 978-1-921197-04-8.
- initialization_method :
- 0
- physics_version :
- 0
- tracking_id :
- e8a739ab-257e-49ea-8d63-7cb12a3c98a6
- product :
- output
- experiment :
- historical
- frequency :
- fx
- creation_date :
- 2013-08-06T10:16:11Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table fx (17 July 2013) 3b0d4cb42c006e5b8c33b07e6b313255
- title :
- CSIRO-Mk3L-1-2 model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 0
- cmor_version :
- 2.8.3