EC-Earth 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/deptho_fx_EC-EARTH_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
Metadata
title | EC-Earth model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/ocean/fx/fx/deptho/ICHEC.EC-EARTH/r0i0p0 |
tags | gridded,global,model,fx |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/deptho_fx_EC-EARTH_historical_r0i0p0.yaml |
last updated | 2015-10-21 |
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 Dimensions without coordinates: vertices Data variables: lat (j, i) float32 ... lon (j, i) float32 ... lat_vertices (j, i, vertices) float32 ... lon_vertices (j, i, vertices) float32 ... deptho (j, i) float32 ... Attributes: Conventions: CF-1.0 CDO: Climate Data Operators version 1.4.5 (http://code... model_id: EC-EARTH source: EC-EARTH: (2011) ; atmosphere: IFS (cy31r1, 100);... title: EC-Earth model output prepared for CMIP5 historical modeling_realm: ocean institution: EC-Earth (European Earth System Model) institute_id: ICHEC comment: U cell area for ORCA1 configuration contact: Alastair McKinstry <alastair.mckinstry@ichec.ie> references: Model described by Hazeleger et al. (Bull. Amer. ... product: output project_id: CMIP5 parent_experiment_id: piControl parent_experiment_rip: r1i1p1 initialization_method: 0 realization: 0 physics_version: 0 frequency: fx experiment_id: historical tracking_id: 6a257e5d-ce93-4b41-95c3-852b348cfe71 table_id: Table fx (27 April 2011) becb0e555e7f575d5973a833... creation_date: 2013-03-13T01:00:02Z forcing: Nat,Ant branch_time: 0.0
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
- CDI :
- Climate Data Interface version 1.4.5 (http://code.zmaw.de/projects/cdi)
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]
- deptho(j, i)float32...
- units :
- meters
- long_name :
- Sea Floor Depth
- standard_name :
- sea_floor_depth_below_geoid
[105704 values with dtype=float32]
- Conventions :
- CF-1.0
- CDO :
- Climate Data Operators version 1.4.5 (http://code.zmaw.de/projects/cdo)
- model_id :
- EC-EARTH
- source :
- EC-EARTH: (2011) ; atmosphere: IFS (cy31r1, 100); ocean: NEMO (v2, ORCA1, 4x8) ; coupler: OASIS3 (v3.3) ; sea ice: LIM2 ; + EC-Earth developments
- title :
- EC-Earth model output prepared for CMIP5 historical
- modeling_realm :
- ocean
- institution :
- EC-Earth (European Earth System Model)
- institute_id :
- ICHEC
- comment :
- U cell area for ORCA1 configuration
- contact :
- Alastair McKinstry <alastair.mckinstry@ichec.ie>
- references :
- Model described by Hazeleger et al. (Bull. Amer. Meteor. Soc., 2010, 91, 1357-1363). Also see http://ecearth.knmi.nl.
- product :
- output
- project_id :
- CMIP5
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- initialization_method :
- 0
- realization :
- 0
- physics_version :
- 0
- frequency :
- fx
- experiment_id :
- historical
- tracking_id :
- 6a257e5d-ce93-4b41-95c3-852b348cfe71
- table_id :
- Table fx (27 April 2011) becb0e555e7f575d5973a833590cdfb1
- creation_date :
- 2013-03-13T01:00:02Z
- forcing :
- Nat,Ant
- branch_time :
- 0.0