siconc_SImon_CESM2-WACCM_piControl_r1i1p1f1_gn
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_CESM2-WACCM_piControl_r1i1p1f1_gn.yaml")
ds=cat.netcdf.read()
Metadata
title | siconc_SImon_CESM2-WACCM_piControl_r1i1p1f1_gn |
location | /shared/cmip6/data/piControl/seaIce/mon/OImon/siconc/NCAR.CESM2-WACCM/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/siconc_SImon_CESM2-WACCM_piControl_r1i1p1f1_gn.yaml |
last updated | 2020-10-05 |
Dataset Contents
<xarray.Dataset> Dimensions: (d2: 2, ni: 320, nj: 384, nvertices: 4, time: 5988) Coordinates: lat (time, nj, ni) float64 dask.array<chunksize=(198, 192, 160), meta=np.ndarray> lon (time, nj, ni) float64 dask.array<chunksize=(198, 192, 160), meta=np.ndarray> * ni (ni) int32 1 2 3 4 5 6 7 8 9 ... 313 314 315 316 317 318 319 320 * nj (nj) int32 1 2 3 4 5 6 7 8 9 ... 377 378 379 380 381 382 383 384 * time (time) float64 14.5 44.0 73.5 ... 1.821e+05 1.821e+05 1.821e+05 Dimensions without coordinates: d2, nvertices Data variables: siconc (time, nj, ni) float32 dask.array<chunksize=(1188, 384, 320), meta=np.ndarray> time_bnds (time, d2) float64 dask.array<chunksize=(1188, 2), meta=np.ndarray> lat_bnds (time, nj, ni, nvertices) float32 dask.array<chunksize=(1188, 384, 320, 4), meta=np.ndarray> lon_bnds (time, nj, ni, nvertices) float32 dask.array<chunksize=(1188, 384, 320, 4), meta=np.ndarray> Attributes: Conventions: CF-1.7 CMIP-6.2 activity_id: CMIP case_id: 1 cesm_casename: b.e21.BW1850.f09_g17.CMIP6-piControl.001 contact: cesm_cmip6@ucar.edu creation_date: 2019-01-29T19:09:41Z data_specs_version: 01.00.29 experiment: pre-industrial control experiment_id: piControl external_variables: areacello forcing_index: 1 frequency: mon further_info_url: https://furtherinfo.es-doc.org/CMIP6.NCAR.CESM2-W... grid: native gx1v7 displaced pole grid (384x320 latxlon) grid_label: gn initialization_index: 1 institution: National Center for Atmospheric Research, Climate... institution_id: NCAR license: CMIP6 model data produced by <The National Center... mip_era: CMIP6 model_doi_url: https://doi.org/10.5065/D67H1H0V nominal_resolution: 100 km parent_mip_era: CMIP6 parent_source_id: CESM2-WACCM parent_time_units: days since 0001-01-01 00:00:00 physics_index: 1 product: model-output realization_index: 1 realm: seaIce source: CESM2 (2017): atmosphere: CAM6 (0.9x1.25 finite v... source_id: CESM2-WACCM source_type: AOGCM BGC CHEM AER sub_experiment: none sub_experiment_id: none table_id: SImon tracking_id: hdl:21.14100/a4884003-a702-4988-aa83-0bd9d33d3f7f variable_id: siconc variant_info: CMIP6 CESM2 piControl experiment with high-top at... variant_label: r1i1p1f1 parent_experiment_id: piControl-spinup parent_activity_id: CMIP parent_variant_label: r1i1p1f1 branch_time_in_parent: 48545.0 branch_time_in_child: 0.0 branch_method: standard
xarray.Dataset
- d2: 2
- ni: 320
- nj: 384
- nvertices: 4
- time: 5988
- lat(time, nj, ni)float64dask.array<chunksize=(198, 192, 160), meta=np.ndarray>
- axis :
- Y
- bounds :
- lat_bnds
- standard_name :
- latitude
- title :
- Latitude
- type :
- double
- units :
- degrees_north
- valid_max :
- 90.0
- valid_min :
- -90.0
Array Chunk Bytes 5.89 GB 147.46 MB Shape (5988, 384, 320) (600, 192, 160) Count 180 Tasks 88 Chunks Type float64 numpy.ndarray - lon(time, nj, ni)float64dask.array<chunksize=(198, 192, 160), meta=np.ndarray>
- axis :
- X
- bounds :
- lon_bnds
- standard_name :
- longitude
- title :
- Longitude
- type :
- double
- units :
- degrees_east
- valid_max :
- 360.0
- valid_min :
- 0.0
Array Chunk Bytes 5.89 GB 147.46 MB Shape (5988, 384, 320) (600, 192, 160) Count 180 Tasks 88 Chunks Type float64 numpy.ndarray - ni(ni)int321 2 3 4 5 6 ... 316 317 318 319 320
- long_name :
- cell index along second dimension
- units :
- 1
array([ 1, 2, 3, ..., 318, 319, 320], dtype=int32)
- nj(nj)int321 2 3 4 5 6 ... 380 381 382 383 384
- long_name :
- cell index along first dimension
- units :
- 1
array([ 1, 2, 3, ..., 382, 383, 384], dtype=int32)
- time(time)float6414.5 44.0 ... 1.821e+05 1.821e+05
- axis :
- T
- bounds :
- time_bnds
- standard_name :
- time
- title :
- time
- type :
- double
- units :
- days since 0001-01-01 00:00:00
- calendar :
- noleap
array([1.450000e+01, 4.400000e+01, 7.350000e+01, ..., 1.820575e+05, 1.820880e+05, 1.821185e+05])
- siconc(time, nj, ni)float32dask.array<chunksize=(1188, 384, 320), meta=np.ndarray>
- cell_measures :
- area: areacello
- cell_methods :
- area: mean where sea time: mean
- comment :
- Area fraction of grid cell covered by sea ice
- description :
- Area fraction of grid cell covered by sea ice
- frequency :
- mon
- id :
- siconc
- long_name :
- Sea-ice Area Percentage (Ocean Grid)
- mipTable :
- SImon
- out_name :
- siconc
- prov :
- SIMIP [seaicemon]
- realm :
- seaIce
- standard_name :
- sea_ice_area_fraction
- time :
- time
- time_label :
- time-mean
- time_title :
- Temporal mean
- title :
- Sea-ice Area Percentage (Ocean Grid)
- type :
- real
- units :
- %
- variable_id :
- siconc
Array Chunk Bytes 2.94 GB 589.82 MB Shape (5988, 384, 320) (1200, 384, 320) Count 21 Tasks 7 Chunks Type float32 numpy.ndarray - time_bnds(time, d2)float64dask.array<chunksize=(1188, 2), meta=np.ndarray>
Array Chunk Bytes 95.81 kB 19.20 kB Shape (5988, 2) (1200, 2) Count 21 Tasks 7 Chunks Type float64 numpy.ndarray - lat_bnds(time, nj, ni, nvertices)float32dask.array<chunksize=(1188, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 11.77 GB 2.36 GB Shape (5988, 384, 320, 4) (1200, 384, 320, 4) Count 28 Tasks 7 Chunks Type float32 numpy.ndarray - lon_bnds(time, nj, ni, nvertices)float32dask.array<chunksize=(1188, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 11.77 GB 2.36 GB Shape (5988, 384, 320, 4) (1200, 384, 320, 4) Count 28 Tasks 7 Chunks Type float32 numpy.ndarray
- Conventions :
- CF-1.7 CMIP-6.2
- activity_id :
- CMIP
- case_id :
- 1
- cesm_casename :
- b.e21.BW1850.f09_g17.CMIP6-piControl.001
- contact :
- cesm_cmip6@ucar.edu
- creation_date :
- 2019-01-29T19:09:41Z
- data_specs_version :
- 01.00.29
- experiment :
- pre-industrial control
- experiment_id :
- piControl
- external_variables :
- areacello
- forcing_index :
- 1
- frequency :
- mon
- further_info_url :
- https://furtherinfo.es-doc.org/CMIP6.NCAR.CESM2-WACCM.piControl.none.r1i1p1f1
- grid :
- native gx1v7 displaced pole grid (384x320 latxlon)
- grid_label :
- gn
- initialization_index :
- 1
- institution :
- National Center for Atmospheric Research, Climate and Global Dynamics Laboratory, 1850 Table Mesa Drive, Boulder, CO 80305, USA
- institution_id :
- NCAR
- license :
- CMIP6 model data produced by <The National Center for Atmospheric Research> 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.
- mip_era :
- CMIP6
- model_doi_url :
- https://doi.org/10.5065/D67H1H0V
- nominal_resolution :
- 100 km
- parent_mip_era :
- CMIP6
- parent_source_id :
- CESM2-WACCM
- parent_time_units :
- days since 0001-01-01 00:00:00
- physics_index :
- 1
- product :
- model-output
- realization_index :
- 1
- realm :
- seaIce
- source :
- CESM2 (2017): atmosphere: CAM6 (0.9x1.25 finite volume grid; 288 x 192 longitude/latitude; 70 levels; top level 4.5e-6 mb); ocean: POP2 (320x384 longitude/latitude; 60 levels; top grid cell 0-10 m); sea_ice: CICE5.1 (same grid as ocean); land: CLM5 0.9x1.25 finite volume grid; 288 x 192 longitude/latitude; 70 levels; top level 4.5e-6 mb); aerosol: MAM4 (0.9x1.25 finite volume grid; 288 x 192 longitude/latitude; 70 levels; top level 4.5e-6 mb); atmosChem: WACCM (0.9x1.25 finite volume grid; 288 x 192 longitude/latitude; 70 levels; top level 4.5e-6 mb; landIce: CISM2.1; ocnBgchem: MARBL (320x384 longitude/latitude; 60 levels; top grid cell 0-10 m)
- source_id :
- CESM2-WACCM
- source_type :
- AOGCM BGC CHEM AER
- sub_experiment :
- none
- sub_experiment_id :
- none
- table_id :
- SImon
- tracking_id :
- hdl:21.14100/a4884003-a702-4988-aa83-0bd9d33d3f7f
- variable_id :
- siconc
- variant_info :
- CMIP6 CESM2 piControl experiment with high-top atmosphere (WACCM6) with interactive chemistry (TSMLT1), interactive land (CLM5), coupled ocean (POP2) with biogeochemistry (MARBL), interactive sea ice (CICE5.1), and non-evolving land ice (CISM2.1)
- variant_label :
- r1i1p1f1
- parent_experiment_id :
- piControl-spinup
- parent_activity_id :
- CMIP
- parent_variant_label :
- r1i1p1f1
- branch_time_in_parent :
- 48545.0
- branch_time_in_child :
- 0.0
- branch_method :
- standard