MRI-ESM2-0 output prepared for CMIP6
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/siconc_SImon_MRI-ESM2-0_piControl_r1i1p1f1_gn.yaml")
ds=cat.netcdf.read()
Metadata
title | MRI-ESM2-0 output prepared for CMIP6 |
location | /shared/cmip6/data/piControl/seaIce/mon/OImon/siconc/MRI-ESM2-0/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/siconc_SImon_MRI-ESM2-0_piControl_r1i1p1f1_gn.yaml |
last updated | 2020-10-22 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, time: 8412, vertices: 4, x: 360, y: 363) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 2.56e+05 2.56e+05 * y (y) float64 -78.0 -77.5 -77.0 ... 149.7 151.8 154.0 * x (x) float64 0.0 1.0 2.0 3.0 ... 356.0 357.0 358.0 359.0 latitude (y, x) float64 ... longitude (y, x) float64 ... type |S7 b'sea_ice' Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 0.0 31.0 31.0 ... 2.56e+05 2.56e+05 y_bnds (y, bnds) float64 -78.25 -77.75 -77.75 ... 152.9 155.1 x_bnds (x, bnds) float64 -0.5 0.5 0.5 1.5 ... 358.5 358.5 359.5 vertices_latitude (y, x, vertices) float64 ... vertices_longitude (y, x, vertices) float64 ... siconc (time, y, x) float32 ... Attributes: Conventions: CF-1.7 CMIP-6.2 activity_id: CMIP branch_method: standard branch_time_in_child: 0.0 branch_time_in_parent: 365243.0 creation_date: 2019-09-03T08:52:28Z data_specs_version: 01.00.31 experiment: pre-industrial control experiment_id: piControl external_variables: areacello forcing_index: 1 frequency: mon further_info_url: https://furtherinfo.es-doc.org/CMIP6.MRI.MRI-ESM2... grid: native ocean tri-polar grid with 360x363 ocean cells grid_label: gn history: 2019-09-03T08:52:28Z ; CMOR rewrote data to be co... initialization_index: 1 institution: Meteorological Research Institute, Tsukuba, Ibara... institution_id: MRI mip_era: CMIP6 nominal_resolution: 100 km parent_activity_id: CMIP parent_experiment_id: piControl-spinup parent_mip_era: CMIP6 parent_source_id: MRI-ESM2-0 parent_time_units: days since 1850-01-01 parent_variant_label: r1i1p1f1 physics_index: 1 product: model-output realization_index: 1 realm: seaIce source: MRI-ESM2.0 (2017): aerosol: MASINGAR mk2r4 (TL9... source_id: MRI-ESM2-0 source_type: AOGCM AER CHEM sub_experiment: none sub_experiment_id: none table_id: SImon table_info: Creation Date:(24 July 2019) MD5:1d2f5276ed1d6eae... title: MRI-ESM2-0 output prepared for CMIP6 tracking_id: hdl:21.14100/1168aa42-60ef-4873-bbe2-04aa1861883e variable_id: siconc variant_label: r1i1p1f1 license: CMIP6 model data produced by MRI is licensed unde... cmor_version: 3.5.0
xarray.Dataset
- bnds: 2
- time: 8412
- vertices: 4
- x: 360
- y: 363
- time(time)float6415.5 45.0 ... 2.56e+05 2.56e+05
- bounds :
- time_bnds
- units :
- days since 1850-01-01
- calendar :
- proleptic_gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.550000e+01, 4.500000e+01, 7.450000e+01, ..., 2.559585e+05, 2.559890e+05, 2.560195e+05])
- y(y)float64-78.0 -77.5 -77.0 ... 151.8 154.0
- bounds :
- y_bnds
- units :
- degrees
- axis :
- Y
- long_name :
- y coordinate of projection
- standard_name :
- projection_y_coordinate
array([-78. , -77.5 , -77. , ..., 149.670841, 151.834689, 154. ])
- x(x)float640.0 1.0 2.0 ... 357.0 358.0 359.0
- bounds :
- x_bnds
- units :
- degrees
- axis :
- X
- long_name :
- x coordinate of projection
- standard_name :
- projection_x_coordinate
array([ 0., 1., 2., ..., 357., 358., 359.])
- latitude(y, x)float64...
- standard_name :
- latitude
- long_name :
- latitude
- units :
- degrees_north
- bounds :
- vertices_latitude
[130680 values with dtype=float64]
- longitude(y, x)float64...
- standard_name :
- longitude
- long_name :
- longitude
- units :
- degrees_east
- bounds :
- vertices_longitude
[130680 values with dtype=float64]
- type()|S7...
- long_name :
- Sea Ice area type
- standard_name :
- area_type
array(b'sea_ice', dtype='|S7')
- time_bnds(time, bnds)float64...
array([[0.00000e+00, 3.10000e+01], [3.10000e+01, 5.90000e+01], [5.90000e+01, 9.00000e+01], ..., [2.55943e+05, 2.55974e+05], [2.55974e+05, 2.56004e+05], [2.56004e+05, 2.56035e+05]])
- y_bnds(y, bnds)float64...
array([[-78.25 , -77.75 ], [-77.75 , -77.25 ], [-77.25 , -76.75 ], ..., [148.589465, 150.752217], [150.752217, 152.917162], [152.917162, 155.082838]])
- x_bnds(x, bnds)float64...
array([[ -0.5, 0.5], [ 0.5, 1.5], [ 1.5, 2.5], ..., [356.5, 357.5], [357.5, 358.5], [358.5, 359.5]])
- vertices_latitude(y, x, vertices)float64...
- units :
- degrees_north
[522720 values with dtype=float64]
- vertices_longitude(y, x, vertices)float64...
- units :
- degrees_east
[522720 values with dtype=float64]
- siconc(time, y, x)float32...
- standard_name :
- sea_ice_area_fraction
- long_name :
- Sea-Ice Area Percentage (Ocean Grid)
- comment :
- Percentage of grid cell covered by sea ice
- units :
- %
- cell_methods :
- area: mean where sea time: mean
- cell_measures :
- area: areacello
- history :
- 2019-09-03T08:42:50Z altered by CMOR: Treated scalar dimension: 'type'. 2019-09-03T08:42:50Z altered by CMOR: replaced missing value flag (-9.99e+33) and corresponding data with standard missing value (1e+20).
[1099280160 values with dtype=float32]
- Conventions :
- CF-1.7 CMIP-6.2
- activity_id :
- CMIP
- branch_method :
- standard
- branch_time_in_child :
- 0.0
- branch_time_in_parent :
- 365243.0
- creation_date :
- 2019-09-03T08:52:28Z
- data_specs_version :
- 01.00.31
- experiment :
- pre-industrial control
- experiment_id :
- piControl
- external_variables :
- areacello
- forcing_index :
- 1
- frequency :
- mon
- further_info_url :
- https://furtherinfo.es-doc.org/CMIP6.MRI.MRI-ESM2-0.piControl.none.r1i1p1f1
- grid :
- native ocean tri-polar grid with 360x363 ocean cells
- grid_label :
- gn
- history :
- 2019-09-03T08:52:28Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
- initialization_index :
- 1
- institution :
- Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan
- institution_id :
- MRI
- mip_era :
- CMIP6
- nominal_resolution :
- 100 km
- parent_activity_id :
- CMIP
- parent_experiment_id :
- piControl-spinup
- parent_mip_era :
- CMIP6
- parent_source_id :
- MRI-ESM2-0
- parent_time_units :
- days since 1850-01-01
- parent_variant_label :
- r1i1p1f1
- physics_index :
- 1
- product :
- model-output
- realization_index :
- 1
- realm :
- seaIce
- source :
- MRI-ESM2.0 (2017): aerosol: MASINGAR mk2r4 (TL95; 192 x 96 longitude/latitude; 80 levels; top level 0.01 hPa) atmos: MRI-AGCM3.5 (TL159; 320 x 160 longitude/latitude; 80 levels; top level 0.01 hPa) atmosChem: MRI-CCM2.1 (T42; 128 x 64 longitude/latitude; 80 levels; top level 0.01 hPa) land: HAL 1.0 landIce: none ocean: MRI.COM4.4 (tripolar primarily 0.5 deg latitude/1 deg longitude with meridional refinement down to 0.3 deg within 10 degrees north and south of the equator; 360 x 364 longitude/latitude; 61 levels; top grid cell 0-2 m) ocnBgchem: MRI.COM4.4 seaIce: MRI.COM4.4
- source_id :
- MRI-ESM2-0
- source_type :
- AOGCM AER CHEM
- sub_experiment :
- none
- sub_experiment_id :
- none
- table_id :
- SImon
- table_info :
- Creation Date:(24 July 2019) MD5:1d2f5276ed1d6eae9a552d62527b9fb7
- title :
- MRI-ESM2-0 output prepared for CMIP6
- tracking_id :
- hdl:21.14100/1168aa42-60ef-4873-bbe2-04aa1861883e
- variable_id :
- siconc
- variant_label :
- r1i1p1f1
- license :
- CMIP6 model data produced by MRI is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Consult https://pcmdi.llnl.gov/CMIP6/TermsOfUse for terms of use governing CMIP6 output, including citation requirements and proper acknowledgment. Further information about this data, including some limitations, can be found via the further_info_url (recorded as a global attribute in this file). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.
- cmor_version :
- 3.5.0