CNRM-CM5-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_CNRM-CM5-2_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
        Metadata
| title | CNRM-CM5-2 model output prepared for CMIP5 historical | 
| location | /shared/cmip5/data/historical/ocean/fx/fx/thkcello/CNRM-CERFACS.CNRM-CM5-2/r0i0p0 | 
| tags | gridded,global,model,fx | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/thkcello_fx_CNRM-CM5-2_historical_r0i0p0.yaml | 
| last updated | 2016-04-13 | 
Dataset Contents
<xarray.Dataset>
Dimensions:       (bnds: 2, i: 362, j: 292, lev: 42, vertices: 4)
Coordinates:
  * lev           (lev) float64 5.022 15.08 25.16 ... 5.051e+03 5.35e+03
  * j             (j) int32 1 2 3 4 5 6 7 8 ... 285 286 287 288 289 290 291 292
  * i             (i) int32 1 2 3 4 5 6 7 8 ... 355 356 357 358 359 360 361 362
    lat           (j, i) float32 ...
    lon           (j, i) float32 ...
Dimensions without coordinates: bnds, vertices
Data variables:
    lev_bnds      (lev, bnds) float64 0.0 10.05 10.05 ... 5.201e+03 5.5e+03
    lat_vertices  (j, i, vertices) float32 ...
    lon_vertices  (j, i, vertices) float32 ...
    thkcello      (lev, j, i) float32 ...
Attributes:
    institution:            CNRM (Centre National de Recherches Meteorologiqu...
    institute_id:           CNRM-CERFACS
    experiment_id:          historical
    source:                 CNRM-CM5-2 2010 Atmosphere: ARPEGE-Climat (V5.2.3...
    model_id:               CNRM-CM5-2
    forcing:                GHG, SA, Sl, Vl, BC, OC
    parent_experiment_id:   piControl
    parent_experiment_rip:  r1i1p1
    branch_time:            0.0
    contact:                contact.CMIP5@meteo.fr - METEO-FRANCE, CNRM/GMGEC...
    comment:                Soil layers depth scheme is specific for mrlsl an...
    references:             This is an updated version of the model used for ...
    initialization_method:  0
    physics_version:        0
    tracking_id:            38e5f587-2180-4edc-84a0-04a2f934fbf7
    product:                output
    experiment:             historical
    frequency:              fx
    creation_date:          2013-03-25T12:58:23Z
    history:                2013-03-25T12:58:23Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table fx (26 July 2011) 491518982c8d8b607a58ba740...
    title:                  CNRM-CM5-2 model output prepared for CMIP5 histor...
    parent_experiment:      pre-industrial control
    modeling_realm:         ocean
    realization:            0
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
 - i: 362
 - j: 292
 - lev: 42
 - vertices: 4
 
- lev(lev)float645.022 15.08 ... 5.051e+03 5.35e+03
- bounds :
 - lev_bnds
 - units :
 - m
 - axis :
 - Z
 - positive :
 - down
 - long_name :
 - ocean depth coordinate
 - standard_name :
 - depth
 
array([5.021590e+00, 1.507854e+01, 2.516046e+01, 3.527829e+01, 4.544776e+01, 5.569149e+01, 6.604198e+01, 7.654591e+01, 8.727029e+01, 9.831118e+01, 1.098062e+02, 1.219519e+02, 1.350285e+02, 1.494337e+02, 1.657285e+02, 1.846975e+02, 2.074254e+02, 2.353862e+02, 2.705341e+02, 3.153741e+02, 3.729655e+02, 4.468009e+02, 5.405022e+02, 6.573229e+02, 7.995496e+02, 9.679958e+02, 1.161806e+03, 1.378661e+03, 1.615291e+03, 1.868071e+03, 2.133517e+03, 2.408583e+03, 2.690780e+03, 2.978166e+03, 3.269278e+03, 3.563041e+03, 3.858676e+03, 4.155628e+03, 4.453502e+03, 4.752021e+03, 5.050990e+03, 5.350272e+03]) - j(j)int321 2 3 4 5 6 ... 288 289 290 291 292
- units :
 - 1
 - long_name :
 - cell index along second dimension
 
array([ 1, 2, 3, ..., 290, 291, 292], dtype=int32)
 - i(i)int321 2 3 4 5 6 ... 358 359 360 361 362
- units :
 - 1
 - long_name :
 - cell index along first dimension
 
array([ 1, 2, 3, ..., 360, 361, 362], dtype=int32)
 - lat(j, i)float32...
- standard_name :
 - latitude
 - long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - bounds :
 - lat_vertices
 
[105704 values with dtype=float32]
 - lon(j, i)float32...
- standard_name :
 - longitude
 - long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - bounds :
 - lon_vertices
 
[105704 values with dtype=float32]
 
- lev_bnds(lev, bnds)float64...
array([[ 0. , 10.047484], [ 10.047484, 20.115788], [ 20.115788, 30.214035], [ 30.214035, 40.355347], [ 40.355347, 50.55859 ], [ 50.55859 , 60.850872], [ 60.850872, 71.271149], [ 71.271149, 81.875343], [ 81.875343, 92.743713], [ 92.743713, 103.991257], [ 103.991257, 115.782486], [ 115.782486, 128.352234], [ 128.352234, 142.03447 ], [ 142.03447 , 157.301926], [ 157.301926, 174.818909], [ 174.818909, 195.509689], [ 195.509689, 220.64183 ], [ 220.64183 , 251.91861 ], [ 251.91861 , 291.563751], [ 291.563751, 342.365143], [ 342.365143, 407.62439 ], [ 407.62439 , 490.949432], [ 490.949432, 595.850098], [ 595.850098, 725.170959], [ 725.170959, 880.510193], [ 880.510193, 1061.845947], [1061.845947, 1267.541992], [1267.541992, 1494.72876 ], [1494.72876 , 1739.887329], [1739.887329, 1999.413452], [1999.413452, 2270.016846], [2270.016846, 2548.924316], [2548.924316, 2833.926025], [2833.926025, 3123.331299], [3123.331299, 3415.882812], [3415.882812, 3710.663574], [3710.663574, 4007.015381], [4007.015381, 4304.469238], [4304.469238, 4602.694824], [4602.694824, 4901.458984], [4901.458984, 5200.598633], [5200.598633, 5499.945312]]) - lat_vertices(j, i, vertices)float32...
- units :
 - degrees_north
 
[422816 values with dtype=float32]
 - lon_vertices(j, i, vertices)float32...
- units :
 - degrees_east
 
[422816 values with dtype=float32]
 - thkcello(lev, j, i)float32...
- standard_name :
 - cell_thickness
 - long_name :
 - Ocean Model Cell Thickness
 - units :
 - m
 - original_name :
 - thkcello
 - cell_methods :
 - time: mean
 - cell_measures :
 - area: areacello volume: volcello
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CNRM-CM5-2_historical_r0i0p0.nc areacello: areacello_fx_CNRM-CM5-2_historical_r0i0p0.nc volcello: volcello_fx_CNRM-CM5-2_historical_r0i0p0.nc
 
[4439568 values with dtype=float32]
 
- institution :
 - CNRM (Centre National de Recherches Meteorologiques, Meteo-France, Toulouse, France) and CERFACS (Centre Europeen de Recherches et de Formation Avancee en Calcul Scientifique, Toulouse, France)
 - institute_id :
 - CNRM-CERFACS
 - experiment_id :
 - historical
 - source :
 - CNRM-CM5-2 2010 Atmosphere: ARPEGE-Climat (V5.2.3i, TL127L31); Ocean: &
 - model_id :
 - CNRM-CM5-2
 - forcing :
 - GHG, SA, Sl, Vl, BC, OC
 - parent_experiment_id :
 - piControl
 - parent_experiment_rip :
 - r1i1p1
 - branch_time :
 - 0.0
 - contact :
 - contact.CMIP5@meteo.fr - METEO-FRANCE, CNRM/GMGEC/ASTER, CNRS URA 1357, 42 Av. Coriolis F-31057 TOULOUSE CEDEX 1
 - comment :
 - Soil layers depth scheme is specific for mrlsl and tsl - see variable-level comments.
 - references :
 - This is an updated version of the model used for CMIP5 and described at http://www.cnrm.meteo.fr/cmip5 ; changes are : i) real salt and water fluxes between SeaIce and Ocean, ii) increased ice depth on permanent ice sheets to avoid complete melt under extreme global warming, iii) using a 2012 version of Szopa et al. prescribed aerosols and iv) solar forcing is no more the TIM-corrected one (i.e. values are around 1365 W/m**2) . A few variants of physics are used, please see the metadata field named comment. Comparing to physics #1 : physics #2 adds melt ponds; physics #3 uses 60 atmospheric levels instead of 31; physics #4 also, and adds a stratospheric chemical scheme ; physics #5 integrates biophysical coupling between phytoplankton and light penetration into the ocean as described in Lengaigne et al;, 2009
 - initialization_method :
 - 0
 - physics_version :
 - 0
 - tracking_id :
 - 38e5f587-2180-4edc-84a0-04a2f934fbf7
 - product :
 - output
 - experiment :
 - historical
 - frequency :
 - fx
 - creation_date :
 - 2013-03-25T12:58:23Z
 - history :
 - 2013-03-25T12:58:23Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table fx (26 July 2011) 491518982c8d8b607a58ba740689ea09
 - title :
 - CNRM-CM5-2 model output prepared for CMIP5 historical
 - parent_experiment :
 - pre-industrial control
 - modeling_realm :
 - ocean
 - realization :
 - 0
 - cmor_version :
 - 2.7.1
 
