siconc_SImon_CESM2-FV2_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-FV2_piControl_r1i1p1f1_gn.yaml")
ds=cat.netcdf.read()
Metadata
title | siconc_SImon_CESM2-FV2_piControl_r1i1p1f1_gn |
location | /shared/cmip6/data/piControl/seaIce/mon/OImon/siconc/NCAR.CESM2-FV2/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/siconc_SImon_CESM2-FV2_piControl_r1i1p1f1_gn.yaml |
last updated | 2020-09-28 |
Dataset Contents
<xarray.Dataset> Dimensions: (d2: 2, ni: 320, nj: 384, nvertices: 4, time: 6000) Coordinates: lat (nj, ni) float64 dask.array<chunksize=(384, 320), meta=np.ndarray> lon (nj, ni) float64 dask.array<chunksize=(384, 320), 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.824e+05 1.825e+05 1.825e+05 Dimensions without coordinates: d2, nvertices Data variables: siconc (time, nj, ni) float32 dask.array<chunksize=(600, 384, 320), meta=np.ndarray> time_bnds (time, d2) float64 dask.array<chunksize=(600, 2), meta=np.ndarray> lat_bnds (time, nj, ni, nvertices) float32 dask.array<chunksize=(600, 384, 320, 4), meta=np.ndarray> lon_bnds (time, nj, ni, nvertices) float32 dask.array<chunksize=(600, 384, 320, 4), meta=np.ndarray> Attributes: Conventions: CF-1.7 CMIP-6.2 activity_id: CMIP branch_method: standard branch_time_in_child: 10950.0 branch_time_in_parent: 0.0 case_id: 1548 cesm_casename: b.e21.B1850.f19_g17.CMIP6-piControl-2deg.001 contact: cesm_cmip6@ucar.edu creation_date: 2019-08-13T22:27:03Z data_specs_version: 01.00.31 experiment: A pre-industrial control simulation with non-evol... experiment_id: piControl external_variables: areacello forcing_index: 1 frequency: mon further_info_url: https://furtherinfo.es-doc.org/CMIP6.NCAR.CESM2-F... 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: 250 km parent_activity_id: CMIP parent_experiment_id: piControl-spinup parent_mip_era: CMIP6 parent_source_id: CESM2-FV2 parent_time_units: days since 0001-01-01 00:00:00 parent_variant_label: r1i1p1f1 physics_index: 1 product: model-output realization_index: 1 realm: seaIce source: CESM2 (2017): atmosphere: CAM6 (1.9x2.5 finite vo... source_id: CESM2-FV2 source_type: AOGCM BGC AER sub_experiment: none sub_experiment_id: none table_id: SImon tracking_id: hdl:21.14100/3e427b19-a1a9-41b3-8b01-50fe18dcd801 variable_id: siconc variant_info: CMIP6 CESM2-FV2 piControl experiment with CAM6-FV... variant_label: r1i1p1f1
xarray.Dataset
- d2: 2
- ni: 320
- nj: 384
- nvertices: 4
- time: 6000
- lat(nj, ni)float64dask.array<chunksize=(384, 320), 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 983.04 kB 983.04 kB Shape (384, 320) (384, 320) Count 45 Tasks 1 Chunks Type float64 numpy.ndarray - lon(nj, ni)float64dask.array<chunksize=(384, 320), 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 983.04 kB 983.04 kB Shape (384, 320) (384, 320) Count 45 Tasks 1 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.825e+05 1.825e+05
- axis :
- T
- bounds :
- time_bnds
- standard_name :
- time
- title :
- time
- type :
- double
- units :
- days since 0001-01-01 00:00:00
- calendar :
- 365_day
array([1.450000e+01, 4.400000e+01, 7.350000e+01, ..., 1.824225e+05, 1.824530e+05, 1.824835e+05])
- siconc(time, nj, ni)float32dask.array<chunksize=(600, 384, 320), meta=np.ndarray>
- cell_measures :
- area: areacello
- cell_methods :
- area: mean where sea time: mean
- comment :
- aice
- description :
- Percentage 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.95 GB 294.91 MB Shape (6000, 384, 320) (600, 384, 320) Count 30 Tasks 10 Chunks Type float32 numpy.ndarray - time_bnds(time, d2)float64dask.array<chunksize=(600, 2), meta=np.ndarray>
Array Chunk Bytes 96.00 kB 9.60 kB Shape (6000, 2) (600, 2) Count 30 Tasks 10 Chunks Type float64 numpy.ndarray - lat_bnds(time, nj, ni, nvertices)float32dask.array<chunksize=(600, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 11.80 GB 1.18 GB Shape (6000, 384, 320, 4) (600, 384, 320, 4) Count 40 Tasks 10 Chunks Type float32 numpy.ndarray - lon_bnds(time, nj, ni, nvertices)float32dask.array<chunksize=(600, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 11.80 GB 1.18 GB Shape (6000, 384, 320, 4) (600, 384, 320, 4) Count 40 Tasks 10 Chunks Type float32 numpy.ndarray
- Conventions :
- CF-1.7 CMIP-6.2
- activity_id :
- CMIP
- branch_method :
- standard
- branch_time_in_child :
- 10950.0
- branch_time_in_parent :
- 0.0
- case_id :
- 1548
- cesm_casename :
- b.e21.B1850.f19_g17.CMIP6-piControl-2deg.001
- contact :
- cesm_cmip6@ucar.edu
- creation_date :
- 2019-08-13T22:27:03Z
- data_specs_version :
- 01.00.31
- experiment :
- A pre-industrial control simulation with non-evolving pre-industrial conditions. Conditions chosen to be representative of the period prior to the onset of large-scale industrialization, with 1850 being the reference year. The piControl starts after an initial climate spin-up, during which the climate begins to come into balance with the forcing. The recommended minimum length for the piControl is 500 years.
- experiment_id :
- piControl
- external_variables :
- areacello
- forcing_index :
- 1
- frequency :
- mon
- further_info_url :
- https://furtherinfo.es-doc.org/CMIP6.NCAR.CESM2-FV2.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 :
- 250 km
- parent_activity_id :
- CMIP
- parent_experiment_id :
- piControl-spinup
- parent_mip_era :
- CMIP6
- parent_source_id :
- CESM2-FV2
- parent_time_units :
- days since 0001-01-01 00:00:00
- parent_variant_label :
- r1i1p1f1
- physics_index :
- 1
- product :
- model-output
- realization_index :
- 1
- realm :
- seaIce
- source :
- CESM2 (2017): atmosphere: CAM6 (1.9x2.5 finite volume grid; 144 x 96 longitude/latitude; 32 levels; top level 2.25 mb); ocean: POP2 (320x384 longitude/latitude; 60 levels; top grid cell 0-10 m); sea_ice: CICE5.1 (same grid as ocean); land: CLM5 1.9x2.5 finite volume grid; 144 x 96 longitude/latitude; 32 levels; top level 2.25 mb); aerosol: MAM4 (1.9x2.5 finite volume grid; 144 x 96 longitude/latitude; 32 levels; top level 2.25 mb); atmoschem: MAM4 (1.9x2.5 finite volume grid; 144 x 96 longitude/latitude; 32 levels; top level 2.25 mb); landIce: CISM2.1; ocnBgchem: MARBL (320x384 longitude/latitude; 60 levels; top grid cell 0-10 m)
- source_id :
- CESM2-FV2
- source_type :
- AOGCM BGC AER
- sub_experiment :
- none
- sub_experiment_id :
- none
- table_id :
- SImon
- tracking_id :
- hdl:21.14100/3e427b19-a1a9-41b3-8b01-50fe18dcd801
- variable_id :
- siconc
- variant_info :
- CMIP6 CESM2-FV2 piControl experiment with CAM6-FV2 and interactive land CLM5 at 1.9 degree latitude x 2.5 degree longitude, coupled ocean (POP2) with biogeochemistry (MARBL), interactive sea ice (CICE5.1), and non-evolving land ice (CISM2.1).
- variant_label :
- r1i1p1f1