HadGEM2-CC model output prepared for CMIP5 pre-industrial control
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/uo_Omon_HadGEM2-CC_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | HadGEM2-CC model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/ocean/mon/Omon/uo/MOHC.HadGEM2-CC/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/uo_Omon_HadGEM2-CC_piControl_r1i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 215, lev: 40, lon: 360, time: 2881) Coordinates: * time (time) float64 15.0 45.0 75.0 ... 8.636e+04 8.638e+04 8.642e+04 * lev (lev) float64 5.0 15.0 25.0 ... 4.638e+03 4.982e+03 5.328e+03 * lat (lat) float64 -89.5 -88.5 -87.5 -86.5 ... 86.5 87.5 88.5 89.5 * lon (lon) float64 0.5 1.5 2.5 3.5 4.5 ... 356.5 357.5 358.5 359.5 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(120, 2), meta=np.ndarray> lev_bnds (time, lev, bnds) float64 dask.array<chunksize=(120, 40, 2), meta=np.ndarray> lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(120, 215, 2), meta=np.ndarray> lon_bnds (time, lon, bnds) float64 dask.array<chunksize=(120, 360, 2), meta=np.ndarray> uo (time, lev, lat, lon) float32 dask.array<chunksize=(120, 40, 215, 360), meta=np.ndarray> Attributes: institution: Met Office Hadley Centre, Fitzroy Road, Exeter, D... institute_id: MOHC experiment_id: piControl source: HadGEM2-CC (2011) atmosphere: HadGAM2(N96L60); oc... model_id: HadGEM2-CC forcing: N/A parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: chris.d.jones@metoffice.gov.uk, steven.hardiman@m... history: MOHC pp to CMOR/NetCDF convertor (version 1.10.3)... references: Jones, C.D. et al. (2011) The HadGEM2-ES implemen... initialization_method: 1 physics_version: 1 tracking_id: 14e22c7f-5437-4635-ac31-c5eba3af1002 mo_runid: akgie product: output experiment: pre-industrial control frequency: mon creation_date: 2011-10-24T16:19:56Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (26 July 2011) 25bb94a0408beca44c0f5b6... title: HadGEM2-CC model output prepared for CMIP5 pre-in... parent_experiment: N/A modeling_realm: ocean realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 215
- lev: 40
- lon: 360
- time: 2881
- time(time)float6415.0 45.0 ... 8.638e+04 8.642e+04
- bounds :
- time_bnds
- units :
- days since 1859-12-01
- calendar :
- 360_day
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.5000e+01, 4.5000e+01, 7.5000e+01, ..., 8.6355e+04, 8.6385e+04, 8.6415e+04])
- lev(lev)float645.0 15.0 ... 4.982e+03 5.328e+03
- bounds :
- lev_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- ocean depth coordinate
- standard_name :
- depth
array([5.00000e+00, 1.50000e+01, 2.50000e+01, 3.50000e+01, 4.50000e+01, 5.50000e+01, 6.50000e+01, 7.50000e+01, 8.50000e+01, 9.50000e+01, 1.05000e+02, 1.15000e+02, 1.25000e+02, 1.35600e+02, 1.48500e+02, 1.65950e+02, 1.90250e+02, 2.23600e+02, 2.68100e+02, 3.25800e+02, 3.98600e+02, 4.88250e+02, 5.96400e+02, 7.24500e+02, 8.73850e+02, 1.04560e+03, 1.24070e+03, 1.45990e+03, 1.70370e+03, 1.97240e+03, 2.26580e+03, 2.58175e+03, 2.91495e+03, 3.25750e+03, 3.60250e+03, 3.94750e+03, 4.29250e+03, 4.63750e+03, 4.98250e+03, 5.32750e+03])
- lat(lat)float64-89.5 -88.5 -87.5 ... 88.5 89.5
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89.5 , -88.5 , -87.5 , ..., 87.500008, 88.500008, 89.500008])
- lon(lon)float640.5 1.5 2.5 ... 357.5 358.5 359.5
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0.5, 1.5, 2.5, ..., 357.5, 358.5, 359.5])
- time_bnds(time, bnds)float64dask.array<chunksize=(120, 2), meta=np.ndarray>
Array Chunk Bytes 46.10 kB 1.92 kB Shape (2881, 2) (120, 2) Count 75 Tasks 25 Chunks Type float64 numpy.ndarray - lev_bnds(time, lev, bnds)float64dask.array<chunksize=(120, 40, 2), meta=np.ndarray>
Array Chunk Bytes 1.84 MB 76.80 kB Shape (2881, 40, 2) (120, 40, 2) Count 100 Tasks 25 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(120, 215, 2), meta=np.ndarray>
Array Chunk Bytes 9.91 MB 412.80 kB Shape (2881, 215, 2) (120, 215, 2) Count 100 Tasks 25 Chunks Type float64 numpy.ndarray - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(120, 360, 2), meta=np.ndarray>
Array Chunk Bytes 16.59 MB 691.20 kB Shape (2881, 360, 2) (120, 360, 2) Count 100 Tasks 25 Chunks Type float64 numpy.ndarray - uo(time, lev, lat, lon)float32dask.array<chunksize=(120, 40, 215, 360), meta=np.ndarray>
- standard_name :
- sea_water_x_velocity
- long_name :
- Sea Water X Velocity
- units :
- m s-1
- original_name :
- mo: m02s30i320 * 0.01
- cell_methods :
- time: mean
- history :
- 2011-10-24T16:19:56Z altered by CMOR: replaced missing value flag (-1.07374e+09) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_HadGEM2-CC_piControl_r0i0p0.nc
Array Chunk Bytes 35.68 GB 1.49 GB Shape (2881, 40, 215, 360) (120, 40, 215, 360) Count 75 Tasks 25 Chunks Type float32 numpy.ndarray
- institution :
- Met Office Hadley Centre, Fitzroy Road, Exeter, Devon, EX1 3PB, UK, (http://www.metoffice.gov.uk)
- institute_id :
- MOHC
- experiment_id :
- piControl
- source :
- HadGEM2-CC (2011) atmosphere: HadGAM2(N96L60); ocean: HadGOM2 (lat: 1.0-0.3 lon: 1.0 L40); land-surface/vegetation: MOSES2 and TRIFFID; ocean biogeochemistry: diat-HadOCC
- model_id :
- HadGEM2-CC
- forcing :
- N/A
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- chris.d.jones@metoffice.gov.uk, steven.hardiman@metoffice.gov.uk
- history :
- MOHC pp to CMOR/NetCDF convertor (version 1.10.3) 2011-10-24T16:18:00Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- references :
- Jones, C.D. et al. (2011) The HadGEM2-ES implementation of CMIP5 centennial simulations. Geosci. Model Dev., 4, 543-570, http://www.geosci-model-dev.net/4/543/2011/gmd-4-543-2011.html; Martin G.M. et al. (2011) The HadGEM2 family of Met Office Unified Model climate configurations, Geosci. Model Dev., 4, 723-757, http://www.geosci-model-dev.net/4/723/2011/gmd-4-723-2011.html; Collins, W.J. et al. (2011) Development and evaluation of an Earth-system model - HadGEM2, Geosci. Model Dev. Discuss., 4, 997-1062, http://www.geosci-model-dev-discuss.net/4/997/2011/gmdd-4-997-2011.html
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 14e22c7f-5437-4635-ac31-c5eba3af1002
- mo_runid :
- akgie
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2011-10-24T16:19:56Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (26 July 2011) 25bb94a0408beca44c0f5b601258a94e
- title :
- HadGEM2-CC model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.7.1