HadCM3 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/tos_Omon_HadCM3_historical_r5i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | HadCM3 model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/ocean/mon/Omon/tos/MOHC.HadCM3/r5i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_HadCM3_historical_r5i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 144, lon: 288, time: 1753) Coordinates: * time (time) float64 15.0 45.0 75.0 ... 5.252e+04 5.254e+04 5.258e+04 * lat (lat) float64 -89.38 -88.12 -86.88 -85.62 ... 86.88 88.12 89.38 * lon (lon) float64 0.0 1.25 2.5 3.75 5.0 ... 355.0 356.2 357.5 358.8 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(300, 2), meta=np.ndarray> lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(300, 144, 2), meta=np.ndarray> lon_bnds (time, lon, bnds) float64 dask.array<chunksize=(300, 288, 2), meta=np.ndarray> tos (time, lat, lon) float32 dask.array<chunksize=(300, 144, 288), meta=np.ndarray> Attributes: institution: Met Office Hadley Centre, Fitzroy Road, Exeter, D... institute_id: MOHC experiment_id: historical source: HadCM3 - Hadley Centre Coupled Model Version 3 (2... model_id: HadCM3 forcing: GHG, Oz, SA, Sl, Vl, (GHG = CO2, N2O, CH4, CFCs) parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 1857690.0 contact: doug.smith@metoffice.gov.uk, holger.pohlmann@meto... history: MOHC pp to CMOR/NetCDF convertor (version 1.10.1)... references: Collins, M. S.F.B Tett, and C. Cooper (2001) the ... initialization_method: 1 physics_version: 1 tracking_id: a899ff46-dd24-4af7-89b8-3dc9fea07c37 mo_runid: ajeee ajeeo product: output experiment: historical frequency: mon creation_date: 2011-08-17T19:01:00Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe... title: HadCM3 model output prepared for CMIP5 historical parent_experiment: pre-industrial control modeling_realm: ocean realization: 5 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 144
- lon: 288
- time: 1753
- time(time)float6415.0 45.0 ... 5.254e+04 5.258e+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, ..., 5.2515e+04, 5.2545e+04, 5.2575e+04])
- lat(lat)float64-89.38 -88.12 ... 88.12 89.38
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89.375, -88.125, -86.875, -85.625, -84.375, -83.125, -81.875, -80.625, -79.375, -78.125, -76.875, -75.625, -74.375, -73.125, -71.875, -70.625, -69.375, -68.125, -66.875, -65.625, -64.375, -63.125, -61.875, -60.625, -59.375, -58.125, -56.875, -55.625, -54.375, -53.125, -51.875, -50.625, -49.375, -48.125, -46.875, -45.625, -44.375, -43.125, -41.875, -40.625, -39.375, -38.125, -36.875, -35.625, -34.375, -33.125, -31.875, -30.625, -29.375, -28.125, -26.875, -25.625, -24.375, -23.125, -21.875, -20.625, -19.375, -18.125, -16.875, -15.625, -14.375, -13.125, -11.875, -10.625, -9.375, -8.125, -6.875, -5.625, -4.375, -3.125, -1.875, -0.625, 0.625, 1.875, 3.125, 4.375, 5.625, 6.875, 8.125, 9.375, 10.625, 11.875, 13.125, 14.375, 15.625, 16.875, 18.125, 19.375, 20.625, 21.875, 23.125, 24.375, 25.625, 26.875, 28.125, 29.375, 30.625, 31.875, 33.125, 34.375, 35.625, 36.875, 38.125, 39.375, 40.625, 41.875, 43.125, 44.375, 45.625, 46.875, 48.125, 49.375, 50.625, 51.875, 53.125, 54.375, 55.625, 56.875, 58.125, 59.375, 60.625, 61.875, 63.125, 64.375, 65.625, 66.875, 68.125, 69.375, 70.625, 71.875, 73.125, 74.375, 75.625, 76.875, 78.125, 79.375, 80.625, 81.875, 83.125, 84.375, 85.625, 86.875, 88.125, 89.375])
- lon(lon)float640.0 1.25 2.5 ... 356.2 357.5 358.8
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 1.25, 2.5 , ..., 356.25, 357.5 , 358.75])
- time_bnds(time, bnds)float64dask.array<chunksize=(300, 2), meta=np.ndarray>
Array Chunk Bytes 28.05 kB 4.80 kB Shape (1753, 2) (300, 2) Count 18 Tasks 6 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(300, 144, 2), meta=np.ndarray>
Array Chunk Bytes 4.04 MB 691.20 kB Shape (1753, 144, 2) (300, 144, 2) Count 24 Tasks 6 Chunks Type float64 numpy.ndarray - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(300, 288, 2), meta=np.ndarray>
Array Chunk Bytes 8.08 MB 1.38 MB Shape (1753, 288, 2) (300, 288, 2) Count 24 Tasks 6 Chunks Type float64 numpy.ndarray - tos(time, lat, lon)float32dask.array<chunksize=(300, 144, 288), meta=np.ndarray>
- 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 :
- mo: m02s00i101 + 273.15
- cell_methods :
- time: mean
- cell_measures :
- area: areacello
- history :
- 2011-08-17T19:01:00Z 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_HadCM3_historical_r0i0p0.nc areacello: areacello_fx_HadCM3_historical_r0i0p0.nc
Array Chunk Bytes 290.80 MB 49.77 MB Shape (1753, 144, 288) (300, 144, 288) Count 18 Tasks 6 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 :
- historical
- source :
- HadCM3 - Hadley Centre Coupled Model Version 3 (2000) atmosphere: HadAM3 (N48L19); ocean: HadOM (lat: 1.25 lon: 1.25 L20); land-surface/vegetation: MOSES1;
- model_id :
- HadCM3
- forcing :
- GHG, Oz, SA, Sl, Vl, (GHG = CO2, N2O, CH4, CFCs)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 1857690.0
- contact :
- doug.smith@metoffice.gov.uk, holger.pohlmann@metoffice.gov.uk
- history :
- MOHC pp to CMOR/NetCDF convertor (version 1.10.1) 2011-08-17T17:41:09Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- references :
- Collins, M. S.F.B Tett, and C. Cooper (2001) the Internal Climate Variability of HadCM3, a Version of the Hadley Centre Coupled Model without Flux Adjustments. Climate Dynamics, 17 (1): 61-81.; Smith, D.M., S. Cusack, A.W. Colman, C.K. Folland, G.R. Harris and J.M. Murphy (2007) Improved surface temperature prediction for the coming decade from a global climate model. Science, 317, 796-799; Smith, D.M., R. Eade, N.J. Dunstone, D. Fereday, J.M. Murphy, H. Pohlman, and A.A. Scaife (2010) Skilful multi-year predictions of Atlantic hurricane frequency. Nature Geoscience, DOI: 10.1038/NGE01004;
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- a899ff46-dd24-4af7-89b8-3dc9fea07c37
- mo_runid :
- ajeee ajeeo
- product :
- output
- experiment :
- historical
- frequency :
- mon
- creation_date :
- 2011-08-17T19:01:00Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe1345ecbd73
- title :
- HadCM3 model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 5
- cmor_version :
- 2.7.1