MPI-ESM-P 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_MPI-ESM-P_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MPI-ESM-P model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/ocean/mon/Omon/uo/MPI-M.MPI-ESM-P/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/uo_Omon_MPI-ESM-P_piControl_r1i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 256, j: 220, lev: 40, time: 13872, vertices: 4) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 4.222e+05 4.222e+05 * lev (lev) float64 6.0 17.0 27.0 ... 4.67e+03 5.17e+03 5.72e+03 * j (j) int32 1 2 3 4 5 6 7 8 ... 213 214 215 216 217 218 219 220 * i (i) int32 1 2 3 4 5 6 7 8 ... 249 250 251 252 253 254 255 256 lat (j, i) float32 dask.array<chunksize=(220, 256), meta=np.ndarray> lon (j, i) float32 dask.array<chunksize=(220, 256), meta=np.ndarray> Dimensions without coordinates: bnds, vertices 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_vertices (time, j, i, vertices) float32 dask.array<chunksize=(120, 220, 256, 4), meta=np.ndarray> lon_vertices (time, j, i, vertices) float32 dask.array<chunksize=(120, 220, 256, 4), meta=np.ndarray> uo (time, lev, j, i) float32 dask.array<chunksize=(120, 40, 220, 256), meta=np.ndarray> Attributes: institution: Max Planck Institute for Meteorology institute_id: MPI-M experiment_id: piControl source: MPI-ESM-P 2011; URL: http://svn.zmaw.de/svn/cosmo... model_id: MPI-ESM-P forcing: N/A parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: cmip5-mpi-esm@dkrz.de history: Model raw output postprocessing with modelling en... comment: started from AR4 Ctrl + 1565 years spinup run. references: ECHAM6: n/a; JSBACH: Raddatz et al., 2007. Will t... initialization_method: 1 physics_version: 1 tracking_id: 802a23db-50d4-4824-997d-a7fb528a07a6 product: output experiment: pre-industrial control frequency: mon creation_date: 2011-06-28T23:16:49Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe... title: MPI-ESM-P model output prepared for CMIP5 pre-ind... parent_experiment: N/A modeling_realm: ocean realization: 1 cmor_version: 2.5.9
xarray.Dataset
- bnds: 2
- i: 256
- j: 220
- lev: 40
- time: 13872
- vertices: 4
- time(time)float6415.5 45.0 ... 4.222e+05 4.222e+05
- bounds :
- time_bnds
- units :
- days since 1850-1-1 00:00:00
- calendar :
- proleptic_gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.550000e+01, 4.500000e+01, 7.450000e+01, ..., 4.221435e+05, 4.221740e+05, 4.222045e+05])
- lev(lev)float646.0 17.0 27.0 ... 5.17e+03 5.72e+03
- bounds :
- lev_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- ocean depth coordinate
- standard_name :
- depth
array([ 6. , 17. , 27. , 37. , 47. , 57. , 68.5, 82.5, 100. , 122.5, 150. , 182.5, 220. , 262.5, 310. , 362.5, 420. , 485. , 560. , 645. , 740. , 845. , 960. , 1085. , 1220. , 1365. , 1525. , 1700. , 1885. , 2080. , 2290. , 2525. , 2785. , 3070. , 3395. , 3770. , 4195. , 4670. , 5170. , 5720. ])
- j(j)int321 2 3 4 5 6 ... 216 217 218 219 220
- units :
- 1
- long_name :
- cell index along second dimension
array([ 1, 2, 3, ..., 218, 219, 220], dtype=int32)
- i(i)int321 2 3 4 5 6 ... 252 253 254 255 256
- units :
- 1
- long_name :
- cell index along first dimension
array([ 1, 2, 3, ..., 254, 255, 256], dtype=int32)
- lat(j, i)float32dask.array<chunksize=(220, 256), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 225.28 kB 225.28 kB Shape (220, 256) (220, 256) Count 575 Tasks 1 Chunks Type float32 numpy.ndarray - lon(j, i)float32dask.array<chunksize=(220, 256), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 225.28 kB 225.28 kB Shape (220, 256) (220, 256) Count 575 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(120, 2), meta=np.ndarray>
Array Chunk Bytes 221.95 kB 1.92 kB Shape (13872, 2) (120, 2) Count 348 Tasks 116 Chunks Type float64 numpy.ndarray - lev_bnds(time, lev, bnds)float64dask.array<chunksize=(120, 40, 2), meta=np.ndarray>
Array Chunk Bytes 8.88 MB 76.80 kB Shape (13872, 40, 2) (120, 40, 2) Count 464 Tasks 116 Chunks Type float64 numpy.ndarray - lat_vertices(time, j, i, vertices)float32dask.array<chunksize=(120, 220, 256, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 12.50 GB 108.13 MB Shape (13872, 220, 256, 4) (120, 220, 256, 4) Count 464 Tasks 116 Chunks Type float32 numpy.ndarray - lon_vertices(time, j, i, vertices)float32dask.array<chunksize=(120, 220, 256, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 12.50 GB 108.13 MB Shape (13872, 220, 256, 4) (120, 220, 256, 4) Count 464 Tasks 116 Chunks Type float32 numpy.ndarray - uo(time, lev, j, i)float32dask.array<chunksize=(120, 40, 220, 256), meta=np.ndarray>
- standard_name :
- sea_water_x_velocity
- long_name :
- Sea Water X Velocity
- units :
- m s-1
- cell_methods :
- time: mean
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_MPI-ESM-P_piControl_r0i0p0.nc
Array Chunk Bytes 125.00 GB 1.08 GB Shape (13872, 40, 220, 256) (120, 40, 220, 256) Count 348 Tasks 116 Chunks Type float32 numpy.ndarray
- institution :
- Max Planck Institute for Meteorology
- institute_id :
- MPI-M
- experiment_id :
- piControl
- source :
- MPI-ESM-P 2011; URL: http://svn.zmaw.de/svn/cosmos/branches/releases/mpi-esm-cmip5/src/mod; atmosphere: ECHAM6 (REV: 4415), T63L47; land: JSBACH (REV: 4415); ocean: MPIOM (REV: 4493), GR15L40; sea ice: 4493; marine bgc: HAMOCC (REV: 4493);
- model_id :
- MPI-ESM-P
- forcing :
- N/A
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- cmip5-mpi-esm@dkrz.de
- history :
- Model raw output postprocessing with modelling environment (IMDI) at DKRZ: URL: http://svn-mad.zmaw.de/svn/mad/Model/IMDI/trunk, REV: 3336 2011-06-28T23:16:49Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- comment :
- started from AR4 Ctrl + 1565 years spinup run.
- references :
- ECHAM6: n/a; JSBACH: Raddatz et al., 2007. Will the tropical land biosphere dominate the climate-carbon cycle feedback during the twenty first century? Climate Dynamics, 29, 565-574, doi 10.1007/s00382-007-0247-8; MPIOM: Marsland et al., 2003. The Max-Planck-Institute global ocean/sea ice model with orthogonal curvilinear coordinates. Ocean Modelling, 5, 91-127; HAMOCC: http://www.mpimet.mpg.de/fileadmin/models/MPIOM/HAMOCC5.1_TECHNICAL_REPORT.pdf;
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 802a23db-50d4-4824-997d-a7fb528a07a6
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2011-06-28T23:16:49Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe1345ecbd73
- title :
- MPI-ESM-P model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.5.9