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/areacello_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/areacello/ICHEC.EC-EARTH/r0i0p0 | 
| tags | gridded,global,model,fx | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/areacello_fx_EC-EARTH_historical_r0i0p0.yaml | 
| last updated | 2015-10-21 | 
Dataset Contents
<xarray.Dataset>
Dimensions:     (nv: 4, x: 362, y: 292)
Dimensions without coordinates: nv, x, y
Data variables:
    lon         (y, x) float32 ...
    lon_bounds  (y, x, nv) float32 ...
    lat         (y, x) float32 ...
    lat_bounds  (y, x, nv) float32 ...
    areacello   (y, x) float64 ...
Attributes:
    CDI:                    Climate Data Interface version 1.4.5 (http://code...
    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:            06ef8fc7-81bb-46b6-853f-6911bc5b98dd
    table_id:               Table fx (27 April 2011) becb0e555e7f575d5973a833...xarray.Dataset
- nv: 4
 - x: 362
 - y: 292
 
- lon(y, x)float32...
- long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - standard_name :
 - longitude
 - _CoordinateAxisType :
 - Lon
 - bounds :
 - lon_bounds
 
[105704 values with dtype=float32]
 - lon_bounds(y, x, nv)float32...
[422816 values with dtype=float32]
 - lat(y, x)float32...
- long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - standard_name :
 - latitude
 - _CoordinateAxisType :
 - Lat
 - bounds :
 - lat_bounds
 
[105704 values with dtype=float32]
 - lat_bounds(y, x, nv)float32...
[422816 values with dtype=float32]
 - areacello(y, x)float64...
- long_name :
 - Areas of grid cell
 - standard_name :
 - area
 - units :
 - m2
 
[105704 values with dtype=float64]
 
- CDI :
 - Climate Data Interface version 1.4.5 (http://code.zmaw.de/projects/cdi)
 - 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 :
 - 06ef8fc7-81bb-46b6-853f-6911bc5b98dd
 - table_id :
 - Table fx (27 April 2011) becb0e555e7f575d5973a833590cdfb1
 
