GISS-E2-R 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/hfy_Omon_GISS-E2-R_piControl_r1i1p2.yaml")
ds=cat.netcdf.read()
Metadata
title | GISS-E2-R model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/ocean/mon/Omon/hfy/NASA-GISS.GISS-E2-R/r1i1p2 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/hfy_Omon_GISS-E2-R_piControl_r1i1p2.yaml |
last updated | 2011-08-08 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 180, lon: 288, time: 4812) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 9.048e+03 9.079e+03 9.11e+03 * lat (lat) float64 -90.0 -89.0 -88.0 -87.0 ... 86.0 87.0 88.0 89.0 * lon (lon) float64 0.625 1.875 3.125 4.375 ... 355.6 356.9 358.1 359.4 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(312, 2), meta=np.ndarray> lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(312, 180, 2), meta=np.ndarray> lon_bnds (time, lon, bnds) float64 dask.array<chunksize=(312, 288, 2), meta=np.ndarray> hfy (time, lat, lon) float32 dask.array<chunksize=(312, 180, 288), meta=np.ndarray> Attributes: institution: NASA/GISS (Goddard Institute for Space Studies) N... institute_id: NASA-GISS experiment_id: piControl source: GISS-E2-R-E133TcadF40oQ32 Atmosphere: GISS-E2; Oc... model_id: GISS-E2-R forcing: N/A parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: Kenneth Lo (cdkkl@giss.nasa.gov) references: www.giss.nasa.gov/research/modeling initialization_method: 1 physics_version: 2 tracking_id: 2ec3d979-e44f-444d-a868-597565cb9e00 product: output experiment: pre-industrial control frequency: mon creation_date: 2011-08-03T12:58:55Z history: 2011-08-03T12:58:55Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (31 January 2011) 0e69fc5d1417dfcfbf0a... title: GISS-E2-R model output prepared for CMIP5 pre-ind... parent_experiment: N/A modeling_realm: ocean realization: 1 cmor_version: 2.5.7
xarray.Dataset
- bnds: 2
- lat: 180
- lon: 288
- time: 4812
- time(time)float6415.5 45.0 ... 9.079e+03 9.11e+03
- bounds :
- time_bnds
- calendar :
- 365_day
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15.5, 45. , 74.5, ..., 9048.5, 9079. , 9109.5])
- lat(lat)float64-90.0 -89.0 -88.0 ... 88.0 89.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-90., -89., -88., -87., -86., -85., -84., -83., -82., -81., -80., -79., -78., -77., -76., -75., -74., -73., -72., -71., -70., -69., -68., -67., -66., -65., -64., -63., -62., -61., -60., -59., -58., -57., -56., -55., -54., -53., -52., -51., -50., -49., -48., -47., -46., -45., -44., -43., -42., -41., -40., -39., -38., -37., -36., -35., -34., -33., -32., -31., -30., -29., -28., -27., -26., -25., -24., -23., -22., -21., -20., -19., -18., -17., -16., -15., -14., -13., -12., -11., -10., -9., -8., -7., -6., -5., -4., -3., -2., -1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89.])
- lon(lon)float640.625 1.875 3.125 ... 358.1 359.4
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0.625, 1.875, 3.125, ..., 356.875, 358.125, 359.375])
- time_bnds(time, bnds)float64dask.array<chunksize=(312, 2), meta=np.ndarray>
Array Chunk Bytes 76.99 kB 4.99 kB Shape (4812, 2) (312, 2) Count 48 Tasks 16 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(312, 180, 2), meta=np.ndarray>
Array Chunk Bytes 13.86 MB 898.56 kB Shape (4812, 180, 2) (312, 180, 2) Count 64 Tasks 16 Chunks Type float64 numpy.ndarray - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(312, 288, 2), meta=np.ndarray>
Array Chunk Bytes 22.17 MB 1.44 MB Shape (4812, 288, 2) (312, 288, 2) Count 64 Tasks 16 Chunks Type float64 numpy.ndarray - hfy(time, lat, lon)float32dask.array<chunksize=(312, 180, 288), meta=np.ndarray>
- standard_name :
- ocean_heat_y_transport
- long_name :
- Ocean Heat Y Transport
- units :
- W
- original_name :
- dummy
- cell_methods :
- time: mean
- history :
- 2011-08-03T12:58:55Z 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_ocean_fx_GISS-E2-R_piControl_r0i0p0.nc
Array Chunk Bytes 997.82 MB 64.70 MB Shape (4812, 180, 288) (312, 180, 288) Count 48 Tasks 16 Chunks Type float32 numpy.ndarray
- institution :
- NASA/GISS (Goddard Institute for Space Studies) New York, NY
- institute_id :
- NASA-GISS
- experiment_id :
- piControl
- source :
- GISS-E2-R-E133TcadF40oQ32 Atmosphere: GISS-E2; Ocean: R
- model_id :
- GISS-E2-R
- forcing :
- N/A
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- Kenneth Lo (cdkkl@giss.nasa.gov)
- references :
- www.giss.nasa.gov/research/modeling
- initialization_method :
- 1
- physics_version :
- 2
- tracking_id :
- 2ec3d979-e44f-444d-a868-597565cb9e00
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2011-08-03T12:58:55Z
- history :
- 2011-08-03T12:58:55Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (31 January 2011) 0e69fc5d1417dfcfbf0a6c9867c399d2
- title :
- GISS-E2-R model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.5.7