CNRM-CM5 model output prepared for CMIP5 10- or 30-year run initialized in year 1965
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_CNRM-CM5_decadal1965_r5i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CNRM-CM5 model output prepared for CMIP5 10- or 30-year run initialized in year 1965 |
location | /shared/cmip5/data/decadal1965/ocean/mon/Omon/tos/CNRM-CERFACS.CNRM-CM5/r5i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_CNRM-CM5_decadal1965_r5i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 362, j: 292, time: 120, vertices: 4) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 3.606e+03 3.636e+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: time_bnds (time, bnds) float64 0.0 31.0 31.0 ... 3.621e+03 3.652e+03 lat_vertices (j, i, vertices) float32 ... lon_vertices (j, i, vertices) float32 ... tos (time, j, i) float32 ... Attributes: institution: CNRM (Centre National de Recherches Meteorologiqu... institute_id: CNRM-CERFACS experiment_id: decadal1965 source: CNRM-CM5 2010 Atmosphere: ARPEGE-Climat (V5.2.1, ... model_id: CNRM-CM5 forcing: GHG, SA, Sl, Vl, BC, OC, Ds, SS parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: for all but decadal predictions : contact.CMIP5@m... references: See http://www.cnrm.meteo.fr/cmip5 - Follow model... initialization_method: 1 physics_version: 1 tracking_id: 82eb9c77-e56a-4da6-98e4-df14b1e8a07e product: output experiment: 10- or 30-year run initialized in year 1965 frequency: mon creation_date: 2011-04-04T13:36:37Z history: 2011-04-04T13:36:37Z altered by CMOR: Converted ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (31 January 2011) d2d6beec2b8fea5bbed3... title: CNRM-CM5 model output prepared for CMIP5 10- or 3... parent_experiment: N/A modeling_realm: ocean realization: 5 cmor_version: 2.5.7
xarray.Dataset
- bnds: 2
- i: 362
- j: 292
- time: 120
- vertices: 4
- time(time)float6415.5 45.0 ... 3.606e+03 3.636e+03
- bounds :
- time_bnds
- units :
- days since 1966-01-01 00:00:00
- calendar :
- gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15.5, 45. , 74.5, 105. , 135.5, 166. , 196.5, 227.5, 258. , 288.5, 319. , 349.5, 380.5, 410. , 439.5, 470. , 500.5, 531. , 561.5, 592.5, 623. , 653.5, 684. , 714.5, 745.5, 775.5, 805.5, 836. , 866.5, 897. , 927.5, 958.5, 989. , 1019.5, 1050. , 1080.5, 1111.5, 1141. , 1170.5, 1201. , 1231.5, 1262. , 1292.5, 1323.5, 1354. , 1384.5, 1415. , 1445.5, 1476.5, 1506. , 1535.5, 1566. , 1596.5, 1627. , 1657.5, 1688.5, 1719. , 1749.5, 1780. , 1810.5, 1841.5, 1871. , 1900.5, 1931. , 1961.5, 1992. , 2022.5, 2053.5, 2084. , 2114.5, 2145. , 2175.5, 2206.5, 2236.5, 2266.5, 2297. , 2327.5, 2358. , 2388.5, 2419.5, 2450. , 2480.5, 2511. , 2541.5, 2572.5, 2602. , 2631.5, 2662. , 2692.5, 2723. , 2753.5, 2784.5, 2815. , 2845.5, 2876. , 2906.5, 2937.5, 2967. , 2996.5, 3027. , 3057.5, 3088. , 3118.5, 3149.5, 3180. , 3210.5, 3241. , 3271.5, 3302.5, 3332. , 3361.5, 3392. , 3422.5, 3453. , 3483.5, 3514.5, 3545. , 3575.5, 3606. , 3636.5])
- 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]
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 59.], [ 59., 90.], ..., [3560., 3591.], [3591., 3621.], [3621., 3652.]])
- 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]
- tos(time, j, i)float32...
- standard_name :
- sea_surface_temperature
- long_name :
- Sea Surface Temperature
- comment :
- "this may differ from ""surface temperature"" in regions of sea ice."
- units :
- K
- original_name :
- tos
- original_units :
- degC
- history :
- 2011-04-04T13:36:37Z altered by CMOR: Converted units from 'degC' to 'K'.
- cell_methods :
- time: mean
- cell_measures :
- area: areacello
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CNRM-CM5_decadal1965_r0i0p0.nc areacello: areacello_fx_CNRM-CM5_decadal1965_r0i0p0.nc
[12684480 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 :
- decadal1965
- source :
- CNRM-CM5 2010 Atmosphere: ARPEGE-Climat (V5.2.1, TL127L31); Ocean: NEMO (nemo3.3.v10.6.6P, ORCA1degL42); Sea Ice: GELATO (V5.30); River Routing: TRIP (v1); Land: SURFEX (v5.1.c); Coupler : OASIS 3
- model_id :
- CNRM-CM5
- forcing :
- GHG, SA, Sl, Vl, BC, OC, Ds, SS
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- for all but decadal predictions : contact.CMIP5@meteo.fr - CNRM/GMGEC/ASTER, 42 AV. Coriolis F-31057 TOULOUSE CEDEX 1 / for decadal predictions : contact.CMIP5@cerfacs.fr, - CERFACS, Climate Modelling And Global Change, attn. Laurent Terray, 42 AV. Coriolis F-31057 TOULOUSE CEDEX 1
- references :
- See http://www.cnrm.meteo.fr/cmip5 - Follow model description link
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 82eb9c77-e56a-4da6-98e4-df14b1e8a07e
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1965
- frequency :
- mon
- creation_date :
- 2011-04-04T13:36:37Z
- history :
- 2011-04-04T13:36:37Z altered by CMOR: Converted units from 'degC' to 'K'. 2011-04-04T13:36:37Z CMOR rewrote data to comply with CF standards and CMIP5 requirements. 2011-08-16T12:10:45Z Fixed lat_bounds and lon_bounds.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (31 January 2011) d2d6beec2b8fea5bbed33920a6e08bbe
- title :
- CNRM-CM5 model output prepared for CMIP5 10- or 30-year run initialized in year 1965
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 5
- cmor_version :
- 2.5.7