GISS-E2-H 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/ua_Amon_GISS-E2-H_historical_r3i1p3.yaml")
ds=cat.netcdf.read()
Metadata
title | GISS-E2-H model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/atmos/mon/Amon/ua/NASA-GISS.GISS-E2-H/r3i1p3 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ua_Amon_GISS-E2-H_historical_r3i1p3.yaml |
last updated | 2013-05-26 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 89, lon: 144, plev: 17, time: 1872) Coordinates: * time (time) float64 15.5 45.0 74.5 105.0 ... 2e+04 2.003e+04 2.006e+04 * plev (plev) float64 1e+05 9.25e+04 8.5e+04 7e+04 ... 3e+03 2e+03 1e+03 * lat (lat) float64 -88.0 -86.0 -84.0 -82.0 ... 82.0 84.0 86.0 88.0 * lon (lon) float64 2.5 5.0 7.5 10.0 12.5 ... 352.5 355.0 357.5 360.0 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(612, 2), meta=np.ndarray> lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(612, 89, 2), meta=np.ndarray> lon_bnds (time, lon, bnds) float64 dask.array<chunksize=(612, 144, 2), meta=np.ndarray> ua (time, plev, lat, lon) float32 dask.array<chunksize=(612, 17, 89, 144), meta=np.ndarray> Attributes: institution: NASA/GISS (Goddard Institute for Space Studies) N... institute_id: NASA-GISS experiment_id: historical source: GISS-E2-H-Eh134Tcadif9c Atmosphere: GISS-E2; Ocea... model_id: GISS-E2-H forcing: GHG, LU, Sl, Vl, BC, OC, SA, Oz (also includes or... parent_experiment_id: piControl parent_experiment_rip: r1i1p3 branch_time: 2530.0 contact: Kenneth Lo (cdkkl@giss.nasa.gov) references: http://data.giss.nasa.gov/modelE/ar5 initialization_method: 1 physics_version: 3 tracking_id: 81353a82-9555-4089-92e3-ce055aedd471 product: output experiment: historical frequency: mon creation_date: 2012-03-11T21:22:58Z history: 2012-03-11T21:22:58Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Amon (31 January 2011) 53b766a395ac41696af4... title: GISS-E2-H model output prepared for CMIP5 historical parent_experiment: pre-industrial control modeling_realm: atmos realization: 3 cmor_version: 2.5.7
xarray.Dataset
- bnds: 2
- lat: 89
- lon: 144
- plev: 17
- time: 1872
- time(time)float6415.5 45.0 ... 2.003e+04 2.006e+04
- bounds :
- time_bnds
- calendar :
- 365_day
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.55000e+01, 4.50000e+01, 7.45000e+01, ..., 1.99985e+04, 2.00290e+04, 2.00595e+04])
- plev(plev)float641e+05 9.25e+04 ... 2e+03 1e+03
- units :
- Pa
- axis :
- Z
- positive :
- down
- long_name :
- pressure
- standard_name :
- air_pressure
array([100000., 92500., 85000., 70000., 60000., 50000., 40000., 30000., 25000., 20000., 15000., 10000., 7000., 5000., 3000., 2000., 1000.])
- lat(lat)float64-88.0 -86.0 -84.0 ... 86.0 88.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-88., -86., -84., -82., -80., -78., -76., -74., -72., -70., -68., -66., -64., -62., -60., -58., -56., -54., -52., -50., -48., -46., -44., -42., -40., -38., -36., -34., -32., -30., -28., -26., -24., -22., -20., -18., -16., -14., -12., -10., -8., -6., -4., -2., 0., 2., 4., 6., 8., 10., 12., 14., 16., 18., 20., 22., 24., 26., 28., 30., 32., 34., 36., 38., 40., 42., 44., 46., 48., 50., 52., 54., 56., 58., 60., 62., 64., 66., 68., 70., 72., 74., 76., 78., 80., 82., 84., 86., 88.])
- lon(lon)float642.5 5.0 7.5 ... 355.0 357.5 360.0
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 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. , 92.5, 95. , 97.5, 100. , 102.5, 105. , 107.5, 110. , 112.5, 115. , 117.5, 120. , 122.5, 125. , 127.5, 130. , 132.5, 135. , 137.5, 140. , 142.5, 145. , 147.5, 150. , 152.5, 155. , 157.5, 160. , 162.5, 165. , 167.5, 170. , 172.5, 175. , 177.5, 180. , 182.5, 185. , 187.5, 190. , 192.5, 195. , 197.5, 200. , 202.5, 205. , 207.5, 210. , 212.5, 215. , 217.5, 220. , 222.5, 225. , 227.5, 230. , 232.5, 235. , 237.5, 240. , 242.5, 245. , 247.5, 250. , 252.5, 255. , 257.5, 260. , 262.5, 265. , 267.5, 270. , 272.5, 275. , 277.5, 280. , 282.5, 285. , 287.5, 290. , 292.5, 295. , 297.5, 300. , 302.5, 305. , 307.5, 310. , 312.5, 315. , 317.5, 320. , 322.5, 325. , 327.5, 330. , 332.5, 335. , 337.5, 340. , 342.5, 345. , 347.5, 350. , 352.5, 355. , 357.5, 360. ])
- time_bnds(time, bnds)float64dask.array<chunksize=(612, 2), meta=np.ndarray>
Array Chunk Bytes 29.95 kB 10.56 kB Shape (1872, 2) (660, 2) Count 9 Tasks 3 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(612, 89, 2), meta=np.ndarray>
Array Chunk Bytes 2.67 MB 939.84 kB Shape (1872, 89, 2) (660, 89, 2) Count 12 Tasks 3 Chunks Type float64 numpy.ndarray - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(612, 144, 2), meta=np.ndarray>
Array Chunk Bytes 4.31 MB 1.52 MB Shape (1872, 144, 2) (660, 144, 2) Count 12 Tasks 3 Chunks Type float64 numpy.ndarray - ua(time, plev, lat, lon)float32dask.array<chunksize=(612, 17, 89, 144), meta=np.ndarray>
- standard_name :
- eastward_wind
- long_name :
- Eastward Wind
- units :
- m s-1
- original_name :
- ua
- cell_methods :
- time: mean
- history :
- 2012-03-11T21:22:58Z altered by CMOR: replaced missing value flag (-1e+30) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_GISS-E2-H_historical_r0i0p0.nc
Array Chunk Bytes 1.63 GB 575.18 MB Shape (1872, 17, 89, 144) (660, 17, 89, 144) Count 9 Tasks 3 Chunks Type float32 numpy.ndarray
- institution :
- NASA/GISS (Goddard Institute for Space Studies) New York, NY
- institute_id :
- NASA-GISS
- experiment_id :
- historical
- source :
- GISS-E2-H-Eh134Tcadif9c Atmosphere: GISS-E2; Ocean: H
- model_id :
- GISS-E2-H
- forcing :
- GHG, LU, Sl, Vl, BC, OC, SA, Oz (also includes orbital change - BC on snow - Nitrate aerosols)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p3
- branch_time :
- 2530.0
- contact :
- Kenneth Lo (cdkkl@giss.nasa.gov)
- references :
- http://data.giss.nasa.gov/modelE/ar5
- initialization_method :
- 1
- physics_version :
- 3
- tracking_id :
- 81353a82-9555-4089-92e3-ce055aedd471
- product :
- output
- experiment :
- historical
- frequency :
- mon
- creation_date :
- 2012-03-11T21:22:58Z
- history :
- 2012-03-11T21:22:58Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Amon (31 January 2011) 53b766a395ac41696af40aab76a49ae5
- title :
- GISS-E2-H model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- atmos
- realization :
- 3
- cmor_version :
- 2.5.7