MPI-ESM-MR 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/volcello_fx_MPI-ESM-MR_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
        Metadata
| title | MPI-ESM-MR model output prepared for CMIP5 historical | 
| location | /shared/cmip5/data/historical/ocean/fx/fx/volcello/MPI-M.MPI-ESM-MR/r0i0p0 | 
| tags | gridded,global,model,fx | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/volcello_fx_MPI-ESM-MR_historical_r0i0p0.yaml | 
| last updated | 2015-10-21 | 
Dataset Contents
<xarray.Dataset>
Dimensions:       (bnds: 2, i: 802, j: 404, lev: 40, vertices: 4)
Coordinates:
  * lev           (lev) float64 6.0 17.0 27.0 ... 4.67e+03 5.17e+03 5.72e+03
  * j             (j) int32 1 2 3 4 5 6 7 8 ... 397 398 399 400 401 402 403 404
  * i             (i) int32 1 2 3 4 5 6 7 8 ... 795 796 797 798 799 800 801 802
    lat           (j, i) float32 ...
    lon           (j, i) float32 ...
Dimensions without coordinates: bnds, vertices
Data variables:
    lev_bnds      (lev, bnds) float64 0.0 12.0 12.0 ... 5.42e+03 6.02e+03
    lat_vertices  (j, i, vertices) float32 ...
    lon_vertices  (j, i, vertices) float32 ...
    volcello      (lev, j, i) float32 ...
Attributes:
    institution:            Max Planck Institute for Meteorology
    institute_id:           MPI-M
    experiment_id:          historical
    source:                 MPI-ESM-MR 2011; URL: http://svn.zmaw.de/svn/cosm...
    model_id:               MPI-ESM-MR
    forcing:                GHG,Oz,SD,Sl,Vl,LU
    parent_experiment_id:   piControl
    parent_experiment_rip:  r1i1p1
    branch_time:            42368.0
    contact:                cmip5-mpi-esm@dkrz.de
    history:                Model raw output postprocessing with modelling en...
    references:             ECHAM6: n/a; JSBACH: Raddatz et al., 2007. Will t...
    initialization_method:  0
    physics_version:        0
    tracking_id:            931fa213-01b5-421e-aac1-7f8dde6df17a
    product:                output
    experiment:             historical
    frequency:              fx
    creation_date:          2011-11-25T18:45:55Z
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table fx (27 April 2011) 10d4516edb0202bf85e1ae7c...
    title:                  MPI-ESM-MR model output prepared for CMIP5 histor...
    parent_experiment:      pre-industrial control
    modeling_realm:         ocean
    realization:            0
    cmor_version:           2.6.0xarray.Dataset
- bnds: 2
 - i: 802
 - j: 404
 - lev: 40
 - vertices: 4
 
- lev(lev)float646.0 17.0 27.0 ... 5.17e+03 5.72e+03
- bounds :
 - lev_bnds
 - units :
 - m
 - axis :
 - Z
 - positive :
 - down
 - long_name :
 - ocean depth coordinate
 - standard_name :
 - depth
 
array([ 6. , 17. , 27. , 37. , 47. , 57. , 68.5, 82.5, 100. , 122.5, 150. , 182.5, 220. , 262.5, 310. , 362.5, 420. , 485. , 560. , 645. , 740. , 845. , 960. , 1085. , 1220. , 1365. , 1525. , 1700. , 1885. , 2080. , 2290. , 2525. , 2785. , 3070. , 3395. , 3770. , 4195. , 4670. , 5170. , 5720. ]) - j(j)int321 2 3 4 5 6 ... 400 401 402 403 404
- units :
 - 1
 - long_name :
 - cell index along second dimension
 
array([ 1, 2, 3, ..., 402, 403, 404], dtype=int32)
 - i(i)int321 2 3 4 5 6 ... 798 799 800 801 802
- units :
 - 1
 - long_name :
 - cell index along first dimension
 
array([ 1, 2, 3, ..., 800, 801, 802], dtype=int32)
 - lat(j, i)float32...
- standard_name :
 - latitude
 - long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - bounds :
 - lat_vertices
 
[324008 values with dtype=float32]
 - lon(j, i)float32...
- standard_name :
 - longitude
 - long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - bounds :
 - lon_vertices
 
[324008 values with dtype=float32]
 
- lev_bnds(lev, bnds)float64...
array([[ 0., 12.], [ 12., 22.], [ 22., 32.], [ 32., 42.], [ 42., 52.], [ 52., 62.], [ 62., 75.], [ 75., 90.], [ 90., 110.], [ 110., 135.], [ 135., 165.], [ 165., 200.], [ 200., 240.], [ 240., 285.], [ 285., 335.], [ 335., 390.], [ 390., 450.], [ 450., 520.], [ 520., 600.], [ 600., 690.], [ 690., 790.], [ 790., 900.], [ 900., 1020.], [1020., 1150.], [1150., 1290.], [1290., 1440.], [1440., 1610.], [1610., 1790.], [1790., 1980.], [1980., 2180.], [2180., 2400.], [2400., 2650.], [2650., 2920.], [2920., 3220.], [3220., 3570.], [3570., 3970.], [3970., 4420.], [4420., 4920.], [4920., 5420.], [5420., 6020.]]) - lat_vertices(j, i, vertices)float32...
- units :
 - degrees_north
 
[1296032 values with dtype=float32]
 - lon_vertices(j, i, vertices)float32...
- units :
 - degrees_east
 
[1296032 values with dtype=float32]
 - volcello(lev, j, i)float32...
- standard_name :
 - ocean_volume
 - long_name :
 - Ocean Grid-Cell Volume
 - comment :
 - grid-cell volume ca. 2000.
 - units :
 - m3
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_MPI-ESM-MR_historical_r0i0p0.nc
 
[12960320 values with dtype=float32]
 
- institution :
 - Max Planck Institute for Meteorology
 - institute_id :
 - MPI-M
 - experiment_id :
 - historical
 - source :
 - MPI-ESM-MR 2011; URL: http://svn.zmaw.de/svn/cosmos/branches/releases/mpi-esm-cmip5/src/mod; atmosphere: ECHAM6 (REV: 5051), T63L47; land: JSBACH (REV: 5051); ocean: MPIOM (REV: 5051), GR15L40; sea ice: 5051; marine bgc: HAMOCC (REV: 5051);
 - model_id :
 - MPI-ESM-MR
 - forcing :
 - GHG,Oz,SD,Sl,Vl,LU
 - parent_experiment_id :
 - piControl
 - parent_experiment_rip :
 - r1i1p1
 - branch_time :
 - 42368.0
 - contact :
 - cmip5-mpi-esm@dkrz.de
 - history :
 - Model raw output postprocessing with modelling environment (IMDI) at DKRZ: URL: http://svn-mad.zmaw.de/svn/mad/Model/IMDI/trunk, REV: 3998 2011-11-25T18:45:55Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - references :
 - ECHAM6: n/a; JSBACH: Raddatz et al., 2007. Will the tropical land biosphere dominate the climate-carbon cycle feedback during the twenty first century? Climate Dynamics, 29, 565-574, doi 10.1007/s00382-007-0247-8; MPIOM: Marsland et al., 2003. The Max-Planck-Institute global ocean/sea ice model with orthogonal curvilinear coordinates. Ocean Modelling, 5, 91-127; HAMOCC: Technical Documentation, http://www.mpimet.mpg.de/fileadmin/models/MPIOM/HAMOCC5.1_TECHNICAL_REPORT.pdf;
 - initialization_method :
 - 0
 - physics_version :
 - 0
 - tracking_id :
 - 931fa213-01b5-421e-aac1-7f8dde6df17a
 - product :
 - output
 - experiment :
 - historical
 - frequency :
 - fx
 - creation_date :
 - 2011-11-25T18:45:55Z
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table fx (27 April 2011) 10d4516edb0202bf85e1ae7cf0b86691
 - title :
 - MPI-ESM-MR model output prepared for CMIP5 historical
 - parent_experiment :
 - pre-industrial control
 - modeling_realm :
 - ocean
 - realization :
 - 0
 - cmor_version :
 - 2.6.0
 
