MRI-CGCM3 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_day_MRI-CGCM3_historical_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MRI-CGCM3 model output prepared for CMIP5 historical |
location | /shared/cmip5/data/historical/ocean/day/day/tos/MRI.MRI-CGCM3/r1i1p1 |
tags | gridded,global,model,daily |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_day_MRI-CGCM3_historical_r1i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, rlat: 368, rlon: 360, time: 38716, vertices: 4) Coordinates: * time (time) float64 1.826e+04 1.826e+04 ... 5.698e+04 5.698e+04 * rlat (rlat) float64 -78.5 -78.0 -77.5 -77.0 ... 154.0 155.1 156.2 * rlon (rlon) float64 0.0 1.0 2.0 3.0 4.0 ... 356.0 357.0 358.0 359.0 lat (rlat, rlon) float32 dask.array<chunksize=(368, 360), meta=np.ndarray> lon (rlat, rlon) float32 dask.array<chunksize=(368, 360), meta=np.ndarray> Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(3652, 2), meta=np.ndarray> lat_vertices (time, rlat, rlon, vertices) float32 dask.array<chunksize=(3652, 368, 360, 4), meta=np.ndarray> lon_vertices (time, rlat, rlon, vertices) float32 dask.array<chunksize=(3652, 368, 360, 4), meta=np.ndarray> tos (time, rlat, rlon) float32 dask.array<chunksize=(3652, 368, 360), meta=np.ndarray> Attributes: institution: MRI (Meteorological Research Institute, Tsukuba, ... institute_id: MRI experiment_id: historical source: MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110112, T... model_id: MRI-CGCM3 forcing: GHG, SA, Oz, LU, Sl, Vl, BC, OC (GHG includes CO2... parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 36159.0 contact: Seiji Yukimoto (yukimoto@mri-jma.go.jp) history: Output from /home/cmip5/oc/cgcm3_scup-101122/run-... references: Model described by Yukimoto et al. (Technical Rep... initialization_method: 1 physics_version: 1 tracking_id: 889fc268-c046-4ba5-8746-cf46cd4a77d2 product: output experiment: historical frequency: day creation_date: 2011-07-21T03:15:51Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table day (27 April 2011) 86d1558d99b6ed1e7a886ab... title: MRI-CGCM3 model output prepared for CMIP5 historical parent_experiment: pre-industrial control modeling_realm: ocean realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- rlat: 368
- rlon: 360
- time: 38716
- vertices: 4
- time(time)float641.826e+04 1.826e+04 ... 5.698e+04
- bounds :
- time_bnds
- units :
- days since 1850-01-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([18262.5, 18263.5, 18264.5, ..., 56975.5, 56976.5, 56977.5])
- rlat(rlat)float64-78.5 -78.0 -77.5 ... 155.1 156.2
- units :
- degrees
- axis :
- Y
- long_name :
- latitude in rotated pole grid
- standard_name :
- grid_latitude
array([-78.5 , -78. , -77.5 , ..., 154. , 155.125, 156.25 ])
- rlon(rlon)float640.0 1.0 2.0 ... 357.0 358.0 359.0
- units :
- degrees
- axis :
- X
- long_name :
- longitude in rotated pole grid
- standard_name :
- grid_longitude
array([ 0., 1., 2., ..., 357., 358., 359.])
- lat(rlat, rlon)float32dask.array<chunksize=(368, 360), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 529.92 kB 529.92 kB Shape (368, 360) (368, 360) Count 50 Tasks 1 Chunks Type float32 numpy.ndarray - lon(rlat, rlon)float32dask.array<chunksize=(368, 360), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 529.92 kB 529.92 kB Shape (368, 360) (368, 360) Count 50 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(3652, 2), meta=np.ndarray>
Array Chunk Bytes 619.46 kB 58.45 kB Shape (38716, 2) (3653, 2) Count 33 Tasks 11 Chunks Type float64 numpy.ndarray - lat_vertices(time, rlat, rlon, vertices)float32dask.array<chunksize=(3652, 368, 360, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 82.07 GB 7.74 GB Shape (38716, 368, 360, 4) (3653, 368, 360, 4) Count 44 Tasks 11 Chunks Type float32 numpy.ndarray - lon_vertices(time, rlat, rlon, vertices)float32dask.array<chunksize=(3652, 368, 360, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 82.07 GB 7.74 GB Shape (38716, 368, 360, 4) (3653, 368, 360, 4) Count 44 Tasks 11 Chunks Type float32 numpy.ndarray - tos(time, rlat, rlon)float32dask.array<chunksize=(3652, 368, 360), meta=np.ndarray>
- standard_name :
- surface_temperature
- long_name :
- Sea Surface Temperature
- comment :
- temperature of liquid ocean. Note that the correct standard_name for this variable is ""sea_surface_temperature"", not ""surface_temperature"", but this was discovered too late to correct. To maintain consistency across CMIP5 models, the wrong standard_name will continue to be used.
- units :
- K
- original_name :
- tos
- cell_methods :
- time: mean (interval: 20 minutes)
- cell_measures :
- area: areacello
- history :
- 2011-07-21T03:15:51Z altered by CMOR: replaced missing value flag (-9.99e+33) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_MRI-CGCM3_historical_r0i0p0.nc areacello: areacello_fx_MRI-CGCM3_historical_r0i0p0.nc
Array Chunk Bytes 20.52 GB 1.94 GB Shape (38716, 368, 360) (3653, 368, 360) Count 33 Tasks 11 Chunks Type float32 numpy.ndarray
- institution :
- MRI (Meteorological Research Institute, Tsukuba, Japan)
- institute_id :
- MRI
- experiment_id :
- historical
- source :
- MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110112, TL159L48); ocean: MRI.COM3 (MRICOM-3_0-20101116, 1x0.5L51); sea ice: MRI.COM3; land: HAL (HAL_cmip5_v0.31_04); aerosol: MASINGAR-mk2 (masingar_mk2-20110111_0203, TL95L48)
- model_id :
- MRI-CGCM3
- forcing :
- GHG, SA, Oz, LU, Sl, Vl, BC, OC (GHG includes CO2, CH4, N2O, CFC-11, CFC-12, and HCFC-22)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 36159.0
- contact :
- Seiji Yukimoto (yukimoto@mri-jma.go.jp)
- history :
- Output from /home/cmip5/oc/cgcm3_scup-101122/run-C3_historical01/grads/cmip5_daily_tos.ctl 2011-07-21T03:15:51Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- references :
- Model described by Yukimoto et al. (Technical Report of the Meteorological Research Institute, 2011, 64, 83pp.)
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 889fc268-c046-4ba5-8746-cf46cd4a77d2
- product :
- output
- experiment :
- historical
- frequency :
- day
- creation_date :
- 2011-07-21T03:15:51Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table day (27 April 2011) 86d1558d99b6ed1e7a886ab3fd717b58
- title :
- MRI-CGCM3 model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.7.1