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_r15i1p1.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/r15i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_MRI-CGCM3_abrupt4xCO2_r15i1p1.yaml |
last updated | 2017-07-24 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, rlat: 368, rlon: 360, time: 69, vertices: 4) Coordinates: * time (time) float64 15.0 45.5 76.0 ... 2.056e+03 2.086e+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 30.0 30.0 ... 2.071e+03 2.102e+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: 14700.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: 4466b464-9c0a-48cc-8f6d-a1f8a06fc9dd product: output experiment: abrupt 4XCO2 frequency: mon creation_date: 2012-05-09T09:26:33Z 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: 15 cmor_version: 2.8.1
xarray.Dataset
- bnds: 2
- rlat: 368
- rlon: 360
- time: 69
- vertices: 4
- time(time)float6415.0 45.5 ... 2.056e+03 2.086e+03
- bounds :
- time_bnds
- units :
- days since 1851-04-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15. , 45.5, 76. , 106.5, 137.5, 168. , 198.5, 229. , 259.5, 290.5, 320.5, 350.5, 381. , 411.5, 442. , 472.5, 503.5, 534. , 564.5, 595. , 625.5, 656.5, 686. , 715.5, 746. , 776.5, 807. , 837.5, 868.5, 899. , 929.5, 960. , 990.5, 1021.5, 1051. , 1080.5, 1111. , 1141.5, 1172. , 1202.5, 1233.5, 1264. , 1294.5, 1325. , 1355.5, 1386.5, 1416. , 1445.5, 1476. , 1506.5, 1537. , 1567.5, 1598.5, 1629. , 1659.5, 1690. , 1720.5, 1751.5, 1781.5, 1811.5, 1842. , 1872.5, 1903. , 1933.5, 1964.5, 1995. , 2025.5, 2056. , 2086.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., 30.], [ 30., 61.], [ 61., 91.], [ 91., 122.], [ 122., 153.], [ 153., 183.], [ 183., 214.], [ 214., 244.], [ 244., 275.], [ 275., 306.], [ 306., 335.], [ 335., 366.], [ 366., 396.], [ 396., 427.], [ 427., 457.], [ 457., 488.], [ 488., 519.], [ 519., 549.], [ 549., 580.], [ 580., 610.], [ 610., 641.], [ 641., 672.], [ 672., 700.], [ 700., 731.], [ 731., 761.], [ 761., 792.], [ 792., 822.], [ 822., 853.], [ 853., 884.], [ 884., 914.], [ 914., 945.], [ 945., 975.], [ 975., 1006.], [1006., 1037.], [1037., 1065.], [1065., 1096.], [1096., 1126.], [1126., 1157.], [1157., 1187.], [1187., 1218.], [1218., 1249.], [1249., 1279.], [1279., 1310.], [1310., 1340.], [1340., 1371.], [1371., 1402.], [1402., 1430.], [1430., 1461.], [1461., 1491.], [1491., 1522.], [1522., 1552.], [1552., 1583.], [1583., 1614.], [1614., 1644.], [1644., 1675.], [1675., 1705.], [1705., 1736.], [1736., 1767.], [1767., 1796.], [1796., 1827.], [1827., 1857.], [1857., 1888.], [1888., 1918.], [1918., 1949.], [1949., 1980.], [1980., 2010.], [2010., 2041.], [2041., 2071.], [2071., 2102.]])
- 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-09T09:26:33Z 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
[9141120 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 :
- 14700.0
- contact :
- Seiji Yukimoto (yukimoto@mri-jma.go.jp)
- history :
- Output from /home/cmip5/oc/cgcm3_scup-101122/run-C_abrupt4xCO2_15/grads/cmip5_tos.ctl 2012-05-09T09:26:33Z 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 :
- 4466b464-9c0a-48cc-8f6d-a1f8a06fc9dd
- product :
- output
- experiment :
- abrupt 4XCO2
- frequency :
- mon
- creation_date :
- 2012-05-09T09:26:33Z
- 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 :
- 15
- cmor_version :
- 2.8.1