CNRM-CM5 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/areacello_fx_CNRM-CM5_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
Metadata
title | CNRM-CM5 model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/ocean/fx/fx/areacello/CNRM-CERFACS.CNRM-CM5/r0i0p0 |
tags | gridded,global,model,fx |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/areacello_fx_CNRM-CM5_historical_r0i0p0.yaml |
last updated | 2016-04-13 |
Dataset Contents
<xarray.Dataset> Dimensions: (i: 362, j: 292, vertices: 4) Coordinates: * 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: vertices Data variables: lat_vertices (j, i, vertices) float32 ... lon_vertices (j, i, vertices) float32 ... areacello (j, i) float32 ... Attributes: institution: CNRM (Centre National de Recherches Meteorologiqu... institute_id: CNRM-CERFACS experiment_id: historical source: CNRM-CM5 2010 Atmosphere: ARPEGE-Climat (V5.2.1, ... model_id: CNRM-CM5 forcing: GHG, SA, Sl, Vl, BC, OC parent_experiment_id: piControl parent_experiment_rip: r8i1p1 branch_time: 0.0 contact: for all but decadal predictions : contact.CMIP5@m... comment: Soil layers depth scheme is specific for mrlsl an... references: See http://www.cnrm.meteo.fr/cmip5 - Follow model... initialization_method: 0 physics_version: 0 tracking_id: 72c08b17-2443-42ae-b390-3c4175dc88be product: output experiment: historical frequency: fx creation_date: 2013-08-07T14:06:04Z history: 2013-08-07T14:06:04Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table fx (26 July 2011) 491518982c8d8b607a58ba740... title: CNRM-CM5 model output prepared for CMIP5 historical parent_experiment: pre-industrial control modeling_realm: ocean realization: 0 cmor_version: 2.7.1
xarray.Dataset
- i: 362
- j: 292
- vertices: 4
- 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]
- 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]
- areacello(j, i)float32...
- standard_name :
- cell_area
- long_name :
- Ocean Grid-Cell Area
- units :
- m2
- original_name :
- areacello
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CNRM-CM5_historical_r0i0p0.nc
[105704 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 2010 Atmosphere: ARPEGE-Climat (V5.2.1, TL127L31); Ocean: &
- model_id :
- CNRM-CM5
- forcing :
- GHG, SA, Sl, Vl, BC, OC
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r8i1p1
- branch_time :
- 0.0
- contact :
- for all but decadal predictions : 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 :
- See http://www.cnrm.meteo.fr/cmip5 - Follow model description link
- initialization_method :
- 0
- physics_version :
- 0
- tracking_id :
- 72c08b17-2443-42ae-b390-3c4175dc88be
- product :
- output
- experiment :
- historical
- frequency :
- fx
- creation_date :
- 2013-08-07T14:06:04Z
- history :
- 2013-08-07T14:06:04Z 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 model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 0
- cmor_version :
- 2.7.1