HadCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 1995
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rsutcs_Amon_HadCM3_decadal1995_r7i2p1.yaml")
ds=cat.netcdf.read()
Metadata
title | HadCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 1995 |
location | /shared/cmip5/data/decadal1995/atmos/mon/Amon/rsutcs/MOHC.HadCM3/r7i2p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rsutcs_Amon_HadCM3_decadal1995_r7i2p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 73, lon: 96, time: 122) Coordinates: * time (time) float64 15.0 45.0 75.0 ... 3.585e+03 3.615e+03 3.645e+03 * lat (lat) float64 -90.0 -87.5 -85.0 -82.5 ... 82.5 85.0 87.5 90.0 * lon (lon) float64 0.0 3.75 7.5 11.25 15.0 ... 345.0 348.8 352.5 356.2 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 0.0 30.0 30.0 ... 3.63e+03 3.63e+03 3.66e+03 lat_bnds (lat, bnds) float64 -90.0 -88.75 -88.75 ... 88.75 88.75 90.0 lon_bnds (lon, bnds) float64 -1.875 1.875 1.875 ... 354.4 354.4 358.1 rsutcs (time, lat, lon) float32 ... Attributes: institution: Met Office Hadley Centre, Fitzroy Road, Exeter, D... institute_id: MOHC experiment_id: decadal1995 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: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: doug.smith@metoffice.gov.uk, holger.pohlmann@meto... history: MOHC pp to CMOR/NetCDF convertor (version 1.9.2) ... references: Collins, M., S.F.B Tett, and C. Cooper (2001) the... initialization_method: 2 physics_version: 1 tracking_id: 5d564175-bf22-46a5-bea3-7fa767edba2e mo_runid: ajzsg product: output experiment: 10- or 30-year run initialized in year 1995 frequency: mon creation_date: 2011-07-01T16:48:48Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Amon (27 April 2011) a5a1c518f52ae340313ba0... title: HadCM3 model output prepared for CMIP5 10- or 30-... parent_experiment: N/A modeling_realm: atmos realization: 7 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 73
- lon: 96
- time: 122
- time(time)float6415.0 45.0 ... 3.615e+03 3.645e+03
- bounds :
- time_bnds
- units :
- days since 1995-11-01
- calendar :
- 360_day
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15., 45., 75., 105., 135., 165., 195., 225., 255., 285., 315., 345., 375., 405., 435., 465., 495., 525., 555., 585., 615., 645., 675., 705., 735., 765., 795., 825., 855., 885., 915., 945., 975., 1005., 1035., 1065., 1095., 1125., 1155., 1185., 1215., 1245., 1275., 1305., 1335., 1365., 1395., 1425., 1455., 1485., 1515., 1545., 1575., 1605., 1635., 1665., 1695., 1725., 1755., 1785., 1815., 1845., 1875., 1905., 1935., 1965., 1995., 2025., 2055., 2085., 2115., 2145., 2175., 2205., 2235., 2265., 2295., 2325., 2355., 2385., 2415., 2445., 2475., 2505., 2535., 2565., 2595., 2625., 2655., 2685., 2715., 2745., 2775., 2805., 2835., 2865., 2895., 2925., 2955., 2985., 3015., 3045., 3075., 3105., 3135., 3165., 3195., 3225., 3255., 3285., 3315., 3345., 3375., 3405., 3435., 3465., 3495., 3525., 3555., 3585., 3615., 3645.])
- lat(lat)float64-90.0 -87.5 -85.0 ... 87.5 90.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-90. , -87.5, -85. , -82.5, -80. , -77.5, -75. , -72.5, -70. , -67.5, -65. , -62.5, -60. , -57.5, -55. , -52.5, -50. , -47.5, -45. , -42.5, -40. , -37.5, -35. , -32.5, -30. , -27.5, -25. , -22.5, -20. , -17.5, -15. , -12.5, -10. , -7.5, -5. , -2.5, 0. , 2.5, 5. , 7.5, 10. , 12.5, 15. , 17.5, 20. , 22.5, 25. , 27.5, 30. , 32.5, 35. , 37.5, 40. , 42.5, 45. , 47.5, 50. , 52.5, 55. , 57.5, 60. , 62.5, 65. , 67.5, 70. , 72.5, 75. , 77.5, 80. , 82.5, 85. , 87.5, 90. ])
- lon(lon)float640.0 3.75 7.5 ... 348.8 352.5 356.2
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 3.75, 7.5 , 11.25, 15. , 18.75, 22.5 , 26.25, 30. , 33.75, 37.5 , 41.25, 45. , 48.75, 52.5 , 56.25, 60. , 63.75, 67.5 , 71.25, 75. , 78.75, 82.5 , 86.25, 90. , 93.75, 97.5 , 101.25, 105. , 108.75, 112.5 , 116.25, 120. , 123.75, 127.5 , 131.25, 135. , 138.75, 142.5 , 146.25, 150. , 153.75, 157.5 , 161.25, 165. , 168.75, 172.5 , 176.25, 180. , 183.75, 187.5 , 191.25, 195. , 198.75, 202.5 , 206.25, 210. , 213.75, 217.5 , 221.25, 225. , 228.75, 232.5 , 236.25, 240. , 243.75, 247.5 , 251.25, 255. , 258.75, 262.5 , 266.25, 270. , 273.75, 277.5 , 281.25, 285. , 288.75, 292.5 , 296.25, 300. , 303.75, 307.5 , 311.25, 315. , 318.75, 322.5 , 326.25, 330. , 333.75, 337.5 , 341.25, 345. , 348.75, 352.5 , 356.25])
- time_bnds(time, bnds)float64...
array([[ 0., 30.], [ 30., 60.], [ 60., 90.], ..., [3570., 3600.], [3600., 3630.], [3630., 3660.]])
- lat_bnds(lat, bnds)float64...
array([[-90. , -88.75], [-88.75, -86.25], [-86.25, -83.75], [-83.75, -81.25], [-81.25, -78.75], [-78.75, -76.25], [-76.25, -73.75], [-73.75, -71.25], [-71.25, -68.75], [-68.75, -66.25], [-66.25, -63.75], [-63.75, -61.25], [-61.25, -58.75], [-58.75, -56.25], [-56.25, -53.75], [-53.75, -51.25], [-51.25, -48.75], [-48.75, -46.25], [-46.25, -43.75], [-43.75, -41.25], [-41.25, -38.75], [-38.75, -36.25], [-36.25, -33.75], [-33.75, -31.25], [-31.25, -28.75], [-28.75, -26.25], [-26.25, -23.75], [-23.75, -21.25], [-21.25, -18.75], [-18.75, -16.25], [-16.25, -13.75], [-13.75, -11.25], [-11.25, -8.75], [ -8.75, -6.25], [ -6.25, -3.75], [ -3.75, -1.25], [ -1.25, 1.25], [ 1.25, 3.75], [ 3.75, 6.25], [ 6.25, 8.75], [ 8.75, 11.25], [ 11.25, 13.75], [ 13.75, 16.25], [ 16.25, 18.75], [ 18.75, 21.25], [ 21.25, 23.75], [ 23.75, 26.25], [ 26.25, 28.75], [ 28.75, 31.25], [ 31.25, 33.75], [ 33.75, 36.25], [ 36.25, 38.75], [ 38.75, 41.25], [ 41.25, 43.75], [ 43.75, 46.25], [ 46.25, 48.75], [ 48.75, 51.25], [ 51.25, 53.75], [ 53.75, 56.25], [ 56.25, 58.75], [ 58.75, 61.25], [ 61.25, 63.75], [ 63.75, 66.25], [ 66.25, 68.75], [ 68.75, 71.25], [ 71.25, 73.75], [ 73.75, 76.25], [ 76.25, 78.75], [ 78.75, 81.25], [ 81.25, 83.75], [ 83.75, 86.25], [ 86.25, 88.75], [ 88.75, 90. ]])
- lon_bnds(lon, bnds)float64...
array([[ -1.875, 1.875], [ 1.875, 5.625], [ 5.625, 9.375], [ 9.375, 13.125], [ 13.125, 16.875], [ 16.875, 20.625], [ 20.625, 24.375], [ 24.375, 28.125], [ 28.125, 31.875], [ 31.875, 35.625], [ 35.625, 39.375], [ 39.375, 43.125], [ 43.125, 46.875], [ 46.875, 50.625], [ 50.625, 54.375], [ 54.375, 58.125], [ 58.125, 61.875], [ 61.875, 65.625], [ 65.625, 69.375], [ 69.375, 73.125], [ 73.125, 76.875], [ 76.875, 80.625], [ 80.625, 84.375], [ 84.375, 88.125], [ 88.125, 91.875], [ 91.875, 95.625], [ 95.625, 99.375], [ 99.375, 103.125], [103.125, 106.875], [106.875, 110.625], [110.625, 114.375], [114.375, 118.125], [118.125, 121.875], [121.875, 125.625], [125.625, 129.375], [129.375, 133.125], [133.125, 136.875], [136.875, 140.625], [140.625, 144.375], [144.375, 148.125], [148.125, 151.875], [151.875, 155.625], [155.625, 159.375], [159.375, 163.125], [163.125, 166.875], [166.875, 170.625], [170.625, 174.375], [174.375, 178.125], [178.125, 181.875], [181.875, 185.625], [185.625, 189.375], [189.375, 193.125], [193.125, 196.875], [196.875, 200.625], [200.625, 204.375], [204.375, 208.125], [208.125, 211.875], [211.875, 215.625], [215.625, 219.375], [219.375, 223.125], [223.125, 226.875], [226.875, 230.625], [230.625, 234.375], [234.375, 238.125], [238.125, 241.875], [241.875, 245.625], [245.625, 249.375], [249.375, 253.125], [253.125, 256.875], [256.875, 260.625], [260.625, 264.375], [264.375, 268.125], [268.125, 271.875], [271.875, 275.625], [275.625, 279.375], [279.375, 283.125], [283.125, 286.875], [286.875, 290.625], [290.625, 294.375], [294.375, 298.125], [298.125, 301.875], [301.875, 305.625], [305.625, 309.375], [309.375, 313.125], [313.125, 316.875], [316.875, 320.625], [320.625, 324.375], [324.375, 328.125], [328.125, 331.875], [331.875, 335.625], [335.625, 339.375], [339.375, 343.125], [343.125, 346.875], [346.875, 350.625], [350.625, 354.375], [354.375, 358.125]])
- rsutcs(time, lat, lon)float32...
- standard_name :
- toa_outgoing_shortwave_flux_assuming_clear_sky
- long_name :
- TOA Outgoing Clear-Sky Shortwave Radiation
- units :
- W m-2
- original_name :
- mo: m01s01i209
- cell_methods :
- time: mean
- cell_measures :
- area: areacella
- history :
- 2011-07-01T16:48:48Z altered by CMOR: replaced missing value flag (-1.07374e+09) with standard missing value (1e+20). 2011-07-01T16:48:48Z altered by CMOR: Inverted axis: lat.
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_HadCM3_decadal1995_r0i0p0.nc areacella: areacella_fx_HadCM3_decadal1995_r0i0p0.nc
[854976 values with dtype=float32]
- institution :
- Met Office Hadley Centre, Fitzroy Road, Exeter, Devon, EX1 3PB, UK, (http://www.metoffice.gov.uk)
- institute_id :
- MOHC
- experiment_id :
- decadal1995
- 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 :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- doug.smith@metoffice.gov.uk, holger.pohlmann@metoffice.gov.uk
- history :
- MOHC pp to CMOR/NetCDF convertor (version 1.9.2) 2011-07-01T16:48:46Z 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 :
- 2
- physics_version :
- 1
- tracking_id :
- 5d564175-bf22-46a5-bea3-7fa767edba2e
- mo_runid :
- ajzsg
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1995
- frequency :
- mon
- creation_date :
- 2011-07-01T16:48:48Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Amon (27 April 2011) a5a1c518f52ae340313ba0aada03f862
- title :
- HadCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 1995
- parent_experiment :
- N/A
- modeling_realm :
- atmos
- realization :
- 7
- cmor_version :
- 2.7.1