MRI-CGCM3 model output prepared for CMIP5 abrupt 4XCO2
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_abrupt4xCO2_r13i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MRI-CGCM3 model output prepared for CMIP5 abrupt 4XCO2 |
location | /shared/cmip5/data/abrupt4xCO2/ocean/mon/Omon/tos/MRI.MRI-CGCM3/r13i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_MRI-CGCM3_abrupt4xCO2_r13i1p1.yaml |
last updated | 2017-07-24 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, rlat: 368, rlon: 360, time: 71, vertices: 4) Coordinates: * time (time) float64 14.0 43.5 74.0 ... 2.115e+03 2.146e+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 28.0 28.0 ... 2.13e+03 2.161e+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: abrupt4xCO2 source: MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110120p_c... model_id: MRI-CGCM3 forcing: GHG (CO2 only) parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 14641.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: 1bb29cfd-72c9-42c3-98b5-f39c2ccb086a product: output experiment: abrupt 4XCO2 frequency: mon creation_date: 2012-05-09T07:53:31Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (01 February 2012) 526fcd1ec53ee040039... title: MRI-CGCM3 model output prepared for CMIP5 abrupt ... parent_experiment: pre-industrial control modeling_realm: ocean realization: 13 cmor_version: 2.8.1
xarray.Dataset
- bnds: 2
- rlat: 368
- rlon: 360
- time: 71
- vertices: 4
- time(time)float6414.0 43.5 ... 2.115e+03 2.146e+03
- bounds :
- time_bnds
- units :
- days since 1851-02-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 14. , 43.5, 74. , 104.5, 135. , 165.5, 196.5, 227. , 257.5, 288. , 318.5, 349.5, 379.5, 409.5, 440. , 470.5, 501. , 531.5, 562.5, 593. , 623.5, 654. , 684.5, 715.5, 745. , 774.5, 805. , 835.5, 866. , 896.5, 927.5, 958. , 988.5, 1019. , 1049.5, 1080.5, 1110. , 1139.5, 1170. , 1200.5, 1231. , 1261.5, 1292.5, 1323. , 1353.5, 1384. , 1414.5, 1445.5, 1475. , 1504.5, 1535. , 1565.5, 1596. , 1626.5, 1657.5, 1688. , 1718.5, 1749. , 1779.5, 1810.5, 1840.5, 1870.5, 1901. , 1931.5, 1962. , 1992.5, 2023.5, 2054. , 2084.5, 2115. , 2145.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., 28.], [ 28., 59.], [ 59., 89.], [ 89., 120.], [ 120., 150.], [ 150., 181.], [ 181., 212.], [ 212., 242.], [ 242., 273.], [ 273., 303.], [ 303., 334.], [ 334., 365.], [ 365., 394.], [ 394., 425.], [ 425., 455.], [ 455., 486.], [ 486., 516.], [ 516., 547.], [ 547., 578.], [ 578., 608.], [ 608., 639.], [ 639., 669.], [ 669., 700.], [ 700., 731.], [ 731., 759.], [ 759., 790.], [ 790., 820.], [ 820., 851.], [ 851., 881.], [ 881., 912.], [ 912., 943.], [ 943., 973.], [ 973., 1004.], [1004., 1034.], [1034., 1065.], [1065., 1096.], [1096., 1124.], [1124., 1155.], [1155., 1185.], [1185., 1216.], [1216., 1246.], [1246., 1277.], [1277., 1308.], [1308., 1338.], [1338., 1369.], [1369., 1399.], [1399., 1430.], [1430., 1461.], [1461., 1489.], [1489., 1520.], [1520., 1550.], [1550., 1581.], [1581., 1611.], [1611., 1642.], [1642., 1673.], [1673., 1703.], [1703., 1734.], [1734., 1764.], [1764., 1795.], [1795., 1826.], [1826., 1855.], [1855., 1886.], [1886., 1916.], [1916., 1947.], [1947., 1977.], [1977., 2008.], [2008., 2039.], [2039., 2069.], [2069., 2100.], [2100., 2130.], [2130., 2161.]])
- 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 :
- 2012-05-09T07:53:31Z 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_abrupt4xCO2_r0i0p0.nc areacello: areacello_fx_MRI-CGCM3_abrupt4xCO2_r0i0p0.nc
[9406080 values with dtype=float32]
- institution :
- MRI (Meteorological Research Institute, Tsukuba, Japan)
- institute_id :
- MRI
- experiment_id :
- abrupt4xCO2
- source :
- MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110120p_cosp110519, 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-20101111, TL95L48)
- model_id :
- MRI-CGCM3
- forcing :
- GHG (CO2 only)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 14641.0
- contact :
- Seiji Yukimoto (yukimoto@mri-jma.go.jp)
- history :
- Output from /home/cmip5/oc/cgcm3_scup-101122/run-C_abrupt4xCO2_13/grads/cmip5_tos.ctl 2012-05-09T07:53:31Z 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 :
- 1bb29cfd-72c9-42c3-98b5-f39c2ccb086a
- product :
- output
- experiment :
- abrupt 4XCO2
- frequency :
- mon
- creation_date :
- 2012-05-09T07:53:31Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (01 February 2012) 526fcd1ec53ee040039b66c564ff1a9b
- title :
- MRI-CGCM3 model output prepared for CMIP5 abrupt 4XCO2
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 13
- cmor_version :
- 2.8.1