MRI-CGCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 2000
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_MRI-CGCM3_decadal2000_r3i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MRI-CGCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 2000 |
location | /shared/cmip5/data/decadal2000/ocean/mon/Omon/tos/MRI.MRI-CGCM3/r3i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_MRI-CGCM3_decadal2000_r3i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, rlat: 368, rlon: 360, time: 120, vertices: 4) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 3.606e+03 3.636e+03 * 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 ... lon (rlat, rlon) float32 ... Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 0.0 31.0 31.0 ... 3.621e+03 3.652e+03 lat_vertices (rlat, rlon, vertices) float32 ... lon_vertices (rlat, rlon, vertices) float32 ... tos (time, rlat, rlon) float32 ... Attributes: institution: MRI (Meteorological Research Institute, Tsukuba, ... institute_id: MRI experiment_id: decadal2000 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: N/A parent_experiment_rip: N/A branch_time: 0.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: 46fca6d6-c25e-417a-9080-efaa88de71fa product: output experiment: 10- or 30-year run initialized in year 2000 frequency: mon creation_date: 2011-08-16T19:50:53Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (26 July 2011) 25bb94a0408beca44c0f5b6... title: MRI-CGCM3 model output prepared for CMIP5 10- or ... parent_experiment: N/A modeling_realm: ocean realization: 3 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- rlat: 368
- rlon: 360
- time: 120
- vertices: 4
- time(time)float6415.5 45.0 ... 3.606e+03 3.636e+03
- bounds :
- time_bnds
- units :
- days since 2001-01-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15.5, 45. , 74.5, 105. , 135.5, 166. , 196.5, 227.5, 258. , 288.5, 319. , 349.5, 380.5, 410. , 439.5, 470. , 500.5, 531. , 561.5, 592.5, 623. , 653.5, 684. , 714.5, 745.5, 775. , 804.5, 835. , 865.5, 896. , 926.5, 957.5, 988. , 1018.5, 1049. , 1079.5, 1110.5, 1140.5, 1170.5, 1201. , 1231.5, 1262. , 1292.5, 1323.5, 1354. , 1384.5, 1415. , 1445.5, 1476.5, 1506. , 1535.5, 1566. , 1596.5, 1627. , 1657.5, 1688.5, 1719. , 1749.5, 1780. , 1810.5, 1841.5, 1871. , 1900.5, 1931. , 1961.5, 1992. , 2022.5, 2053.5, 2084. , 2114.5, 2145. , 2175.5, 2206.5, 2236. , 2265.5, 2296. , 2326.5, 2357. , 2387.5, 2418.5, 2449. , 2479.5, 2510. , 2540.5, 2571.5, 2601.5, 2631.5, 2662. , 2692.5, 2723. , 2753.5, 2784.5, 2815. , 2845.5, 2876. , 2906.5, 2937.5, 2967. , 2996.5, 3027. , 3057.5, 3088. , 3118.5, 3149.5, 3180. , 3210.5, 3241. , 3271.5, 3302.5, 3332. , 3361.5, 3392. , 3422.5, 3453. , 3483.5, 3514.5, 3545. , 3575.5, 3606. , 3636.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)float32...
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
[132480 values with dtype=float32]
- lon(rlat, rlon)float32...
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
[132480 values with dtype=float32]
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 59.], [ 59., 90.], ..., [3560., 3591.], [3591., 3621.], [3621., 3652.]])
- lat_vertices(rlat, rlon, vertices)float32...
- units :
- degrees_north
[529920 values with dtype=float32]
- lon_vertices(rlat, rlon, vertices)float32...
- units :
- degrees_east
[529920 values with dtype=float32]
- tos(time, rlat, rlon)float32...
- standard_name :
- sea_surface_temperature
- long_name :
- Sea Surface Temperature
- comment :
- "this may differ from ""surface temperature"" in regions of sea ice."
- units :
- K
- original_name :
- tos
- cell_methods :
- time: mean (interval: 20 minutes)
- cell_measures :
- area: areacello
- history :
- 2011-08-16T19:50:53Z 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_decadal2000_r0i0p0.nc areacello: areacello_fx_MRI-CGCM3_decadal2000_r0i0p0.nc
[15897600 values with dtype=float32]
- institution :
- MRI (Meteorological Research Institute, Tsukuba, Japan)
- institute_id :
- MRI
- experiment_id :
- decadal2000
- 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 :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- Seiji Yukimoto (yukimoto@mri-jma.go.jp)
- history :
- Output from /home/cmip5/oc/cgcm3_scup-101122/run-C3_decadal2000_03a/grads/cmip5_tos.ctl 2011-08-16T19:50:53Z 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 :
- 46fca6d6-c25e-417a-9080-efaa88de71fa
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 2000
- frequency :
- mon
- creation_date :
- 2011-08-16T19:50:53Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (26 July 2011) 25bb94a0408beca44c0f5b601258a94e
- title :
- MRI-CGCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 2000
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 3
- cmor_version :
- 2.7.1