BCC-CSM2-MR 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_BCC-CSM2-MR_piControl_r1i1p1f1_gn.yaml")
ds=cat.netcdf.read()
Metadata
title | BCC-CSM2-MR output prepared for CMIP6 |
location | /shared/cmip6/data/piControl/seaIce/mon/OImon/siconc/BCC-CSM2-MR/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/siconc_SImon_BCC-CSM2-MR_piControl_r1i1p1f1_gn.yaml |
last updated | 2020-09-30 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 232, lon: 360, time: 7200) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 2.189e+05 2.19e+05 2.19e+05 * lat (lat) float64 -81.5 -80.5 -79.5 -78.5 ... 86.5 87.5 88.5 89.5 * lon (lon) float64 0.5 1.5 2.5 3.5 4.5 ... 356.5 357.5 358.5 359.5 latitude (lat, lon) float32 -81.5 -81.5 -81.5 ... 88.04723 87.83092 longitude (lat, lon) float32 0.5 1.5 2.5 ... 63.359528 65.24949 66.76796 type |S7 b'sea_ice' Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 0.0 31.0 31.0 ... 2.19e+05 2.19e+05 2.19e+05 lat_bnds (lat, bnds) float64 -81.5 -81.0 -81.0 -80.0 ... 89.0 89.0 89.5 lon_bnds (lon, bnds) float64 0.0 1.0 1.0 2.0 ... 358.0 359.0 359.0 360.0 siconc (time, lat, lon) 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: 0.0 comment: The coupled model starts from model state after 3... contact: Dr. Tongwen Wu (twwu@cma.gov.cn) creation_date: 2020-02-19T01:10:13Z data_specs_version: 01.00.27 description: DECK: piControl experiment: pre-industrial control experiment_id: piControl external_variables: areacello forcing_index: 1 frequency: mon further_info_url: https://furtherinfo.es-doc.org/CMIP6.BCC.BCC-CSM2... grid: native ocean tri-polar grid grid_label: gn history: 2020-02-19T01:10:13Z ; CMOR rewrote data to be co... initialization_index: 1 institution: Beijing Climate Center, Beijing 100081, China institution_id: BCC mip_era: CMIP6 nominal_resolution: 100 km parent_activity_id: CMIP parent_experiment_id: piControl-spinup parent_mip_era: CMIP6 parent_source_id: BCC-CSM2-MR parent_time_units: days since 1850-01-01 parent_variant_label: r1i1p1f1 physics_index: 1 product: model-output realization_index: 1 realm: seaIce references: Model described by Tongwen Wu et al. (JGR 2013; J... run_variant: forcing: N/A source: BCC-CSM 2 MR (2017): aerosol: none atmos: BCC_... source_id: BCC-CSM2-MR source_type: AOGCM sub_experiment: none sub_experiment_id: none table_id: SImon table_info: Creation Date:(30 July 2018) MD5:e53ff52009d0b97d... title: BCC-CSM2-MR output prepared for CMIP6 tracking_id: hdl:21.14100/7e91dd05-627b-4599-9295-36614a5b3cc5 variable_id: siconc variant_label: r1i1p1f1 license: CMIP6 model data produced by BCC is licensed unde... cmor_version: 3.3.2
xarray.Dataset
- bnds: 2
- lat: 232
- lon: 360
- time: 7200
- time(time)float6415.5 45.0 ... 2.19e+05 2.19e+05
- bounds :
- time_bnds
- units :
- days since 1850-01-01
- calendar :
- 365_day
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.550000e+01, 4.500000e+01, 7.450000e+01, ..., 2.189235e+05, 2.189540e+05, 2.189845e+05])
- lat(lat)float64-81.5 -80.5 -79.5 ... 88.5 89.5
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-81.5, -80.5, -79.5, ..., 87.5, 88.5, 89.5])
- lon(lon)float640.5 1.5 2.5 ... 357.5 358.5 359.5
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- Longitude
- standard_name :
- longitude
array([ 0.5, 1.5, 2.5, ..., 357.5, 358.5, 359.5])
- latitude(lat, lon)float32...
- standard_name :
- latitude
- long_name :
- latitude
- units :
- degrees_north
array([[-81.5 , -81.5 , -81.5 , ..., -81.5 , -81.5 , -81.5 ], [-80.5 , -80.5 , -80.5 , ..., -80.5 , -80.5 , -80.5 ], [-79.5 , -79.5 , -79.5 , ..., -79.5 , -79.5 , -79.5 ], ..., [ 86.58047 , 86.42422 , 86.26085 , ..., 86.996666, 86.867805, 86.72868 ], [ 87.225815, 87.03524 , 86.840004, ..., 87.75915 , 87.589096, 87.41082 ], [ 87.61307 , 87.39397 , 87.17378 , ..., 88.2616 , 88.04723 , 87.83092 ]], dtype=float32)
- longitude(lat, lon)float32...
- standard_name :
- longitude
- long_name :
- longitude
- units :
- degrees_east
array([[ 0.5 , 1.5 , 2.5 , ..., -2.5 , -1.5 , -0.5 ], [ 0.5 , 1.5 , 2.5 , ..., -2.5 , -1.5 , -0.5 ], [ 0.5 , 1.5 , 2.5 , ..., -2.5 , -1.5 , -0.5 ], ..., [33.550873, 36.22115 , 38.67141 , ..., 24.030403, 27.47284 , 30.640976], [47.585346, 49.95292 , 52.038475, ..., 38.205967, 41.781086, 44.88261 ], [68.01373 , 69.05388 , 69.93538 , ..., 63.359528, 65.24949 , 66.76796 ]], dtype=float32)
- 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.18908e+05, 2.18939e+05], [2.18939e+05, 2.18969e+05], [2.18969e+05, 2.19000e+05]])
- lat_bnds(lat, bnds)float64...
array([[-81.5, -81. ], [-81. , -80. ], [-80. , -79. ], ..., [ 87. , 88. ], [ 88. , 89. ], [ 89. , 89.5]])
- lon_bnds(lon, bnds)float64...
array([[ 0., 1.], [ 1., 2.], [ 2., 3.], ..., [357., 358.], [358., 359.], [359., 360.]])
- siconc(time, lat, lon)float32...
- standard_name :
- sea_ice_area_fraction
- long_name :
- Sea Ice Area Fraction (Ocean Grid)
- comment :
- Area fraction of grid cell covered by sea ice
- units :
- %
- original_name :
- CN
- cell_methods :
- area: mean where sea time: mean (interval: 30 minutes)
- cell_measures :
- area: areacello
- history :
- 2020-02-19T01:10:13Z altered by CMOR: Treated scalar dimension: 'type'.
[601344000 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 :
- 0.0
- comment :
- The coupled model starts from model state after 300 yrs spinup
- contact :
- Dr. Tongwen Wu (twwu@cma.gov.cn)
- creation_date :
- 2020-02-19T01:10:13Z
- data_specs_version :
- 01.00.27
- description :
- DECK: piControl
- experiment :
- pre-industrial control
- experiment_id :
- piControl
- external_variables :
- areacello
- forcing_index :
- 1
- frequency :
- mon
- further_info_url :
- https://furtherinfo.es-doc.org/CMIP6.BCC.BCC-CSM2-MR.piControl.none.r1i1p1f1
- grid :
- native ocean tri-polar grid
- grid_label :
- gn
- history :
- 2020-02-19T01:10:13Z ; CMOR rewrote data to be consistent with CMIP6, CF-1.7 CMIP-6.2 and CF standards.
- initialization_index :
- 1
- institution :
- Beijing Climate Center, Beijing 100081, China
- institution_id :
- BCC
- mip_era :
- CMIP6
- nominal_resolution :
- 100 km
- parent_activity_id :
- CMIP
- parent_experiment_id :
- piControl-spinup
- parent_mip_era :
- CMIP6
- parent_source_id :
- BCC-CSM2-MR
- parent_time_units :
- days since 1850-01-01
- parent_variant_label :
- r1i1p1f1
- physics_index :
- 1
- product :
- model-output
- realization_index :
- 1
- realm :
- seaIce
- references :
- Model described by Tongwen Wu et al. (JGR 2013; JMR 2014; submmitted to GMD,2018). Also see http://forecast.bcccsm.ncc-cma.net/htm
- run_variant :
- forcing: N/A
- source :
- BCC-CSM 2 MR (2017): aerosol: none atmos: BCC_AGCM3_MR (T106; 320 x 160 longitude/latitude; 46 levels; top level 1.46 hPa) atmosChem: none land: BCC_AVIM2 landIce: none ocean: MOM4 (1/3 deg 10S-10N, 1/3-1 deg 10-30 N/S, and 1 deg in high latitudes; 360 x 232 longitude/latitude; 40 levels; top grid cell 0-10 m) ocnBgchem: none seaIce: SIS2
- source_id :
- BCC-CSM2-MR
- source_type :
- AOGCM
- sub_experiment :
- none
- sub_experiment_id :
- none
- table_id :
- SImon
- table_info :
- Creation Date:(30 July 2018) MD5:e53ff52009d0b97d9d867dc12b6096c7
- title :
- BCC-CSM2-MR output prepared for CMIP6
- tracking_id :
- hdl:21.14100/7e91dd05-627b-4599-9295-36614a5b3cc5
- variable_id :
- siconc
- variant_label :
- r1i1p1f1
- license :
- CMIP6 model data produced by BCC 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) and at https:///pcmdi.llnl.gov/. 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.3.2