CCSM4 model output prepared for CMIP5 pre-industrial control
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sic_OImon_CCSM4_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CCSM4 model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/seaIce/mon/OImon/sic/NCAR.CCSM4/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sic_OImon_CCSM4_piControl_r1i1p1.yaml |
last updated | 2013-05-27 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 320, j: 384, time: 6012, vertices: 4) Coordinates: * time (time) float64 2.92e+05 2.92e+05 ... 4.748e+05 4.748e+05 * j (j) int32 1 2 3 4 5 6 7 8 ... 377 378 379 380 381 382 383 384 * i (i) int32 1 2 3 4 5 6 7 8 ... 313 314 315 316 317 318 319 320 lat (j, i) float32 dask.array<chunksize=(384, 320), meta=np.ndarray> lon (j, i) float32 dask.array<chunksize=(384, 320), meta=np.ndarray> Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(3000, 2), meta=np.ndarray> lat_vertices (time, j, i, vertices) float32 dask.array<chunksize=(3000, 384, 320, 4), meta=np.ndarray> lon_vertices (time, j, i, vertices) float32 dask.array<chunksize=(3000, 384, 320, 4), meta=np.ndarray> sic (time, j, i) float32 dask.array<chunksize=(3000, 384, 320), meta=np.ndarray> Attributes: institution: NCAR (National Center for Atmospheric Resea... institute_id: NCAR experiment_id: piControl source: CCSM4 model_id: CCSM4 forcing: Sl GHG Vl SS Ds SA BC MD OC Oz AA parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: cesm_data@ucar.edu references: Gent P. R., et.al. 2011: The Community Clim... initialization_method: 1 physics_version: 1 tracking_id: 5657b74b-1250-4949-b9dc-41de9ea78273 acknowledgements: The CESM project is supported by the Nation... cesm_casename: b40.1850.track1.1deg.006 cesm_repotag: ccsm4_0_beta23 cesm_compset: B1850TR1CN resolution: f09_g16 (0.9x1.25_gx1v6) forcing_note: Additional information on the external forc... processed_by: strandwg on copper.cgd.ucar.edu at 20111128... processing_code_information: Last Changed Rev: 467 Last Changed Date: 20... product: output experiment: pre-industrial control frequency: mon creation_date: 2011-11-28T17:45:24Z history: 2011-11-28T17:45:24Z CMOR rewrote data to c... Conventions: CF-1.4 project_id: CMIP5 table_id: Table OImon (26 July 2011) b40ae6f6b2a738f9... title: CCSM4 model output prepared for CMIP5 pre-i... parent_experiment: N/A modeling_realm: seaIce ocean realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- i: 320
- j: 384
- time: 6012
- vertices: 4
- time(time)float642.92e+05 2.92e+05 ... 4.748e+05
- bounds :
- time_bnds
- units :
- days since 0000-01-01 00:00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([292015.5, 292045. , 292074.5, ..., 474788.5, 474819. , 474849.5])
- j(j)int321 2 3 4 5 6 ... 380 381 382 383 384
- units :
- 1
- long_name :
- cell index along second dimension
array([ 1, 2, 3, ..., 382, 383, 384], dtype=int32)
- i(i)int321 2 3 4 5 6 ... 316 317 318 319 320
- units :
- 1
- long_name :
- cell index along first dimension
array([ 1, 2, 3, ..., 318, 319, 320], dtype=int32)
- lat(j, i)float32dask.array<chunksize=(384, 320), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 491.52 kB 491.52 kB Shape (384, 320) (384, 320) Count 5 Tasks 1 Chunks Type float32 numpy.ndarray - lon(j, i)float32dask.array<chunksize=(384, 320), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 491.52 kB 491.52 kB Shape (384, 320) (384, 320) Count 5 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(3000, 2), meta=np.ndarray>
Array Chunk Bytes 96.19 kB 48.19 kB Shape (6012, 2) (3012, 2) Count 6 Tasks 2 Chunks Type float64 numpy.ndarray - lat_vertices(time, j, i, vertices)float32dask.array<chunksize=(3000, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 11.82 GB 5.92 GB Shape (6012, 384, 320, 4) (3012, 384, 320, 4) Count 8 Tasks 2 Chunks Type float32 numpy.ndarray - lon_vertices(time, j, i, vertices)float32dask.array<chunksize=(3000, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 11.82 GB 5.92 GB Shape (6012, 384, 320, 4) (3012, 384, 320, 4) Count 8 Tasks 2 Chunks Type float32 numpy.ndarray - sic(time, j, i)float32dask.array<chunksize=(3000, 384, 320), meta=np.ndarray>
- standard_name :
- sea_ice_area_fraction
- long_name :
- Sea Ice Area Fraction
- comment :
- aice, CMIP5_table_comment: fraction of grid cell covered by sea ice.
- units :
- %
- original_name :
- aice
- cell_methods :
- time: mean (interval: 30 days)
- cell_measures :
- area: areacello
- history :
- 2011-11-28T17:45:24Z altered by CMOR: replaced missing value flag (1e+30) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_seaIce_fx_CCSM4_piControl_r0i0p0.nc areacello: areacello_fx_CCSM4_piControl_r0i0p0.nc
Array Chunk Bytes 2.96 GB 1.48 GB Shape (6012, 384, 320) (3012, 384, 320) Count 6 Tasks 2 Chunks Type float32 numpy.ndarray
- institution :
- NCAR (National Center for Atmospheric Research) Boulder, CO, USA
- institute_id :
- NCAR
- experiment_id :
- piControl
- source :
- CCSM4
- model_id :
- CCSM4
- forcing :
- Sl GHG Vl SS Ds SA BC MD OC Oz AA
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- cesm_data@ucar.edu
- references :
- Gent P. R., et.al. 2011: The Community Climate System Model version 4. J. Climate, doi: 10.1175/2011JCLI4083.1
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 5657b74b-1250-4949-b9dc-41de9ea78273
- acknowledgements :
- The CESM project is supported by the National Science Foundation and the Office of Science (BER) of the U.S. Department of Energy. NCAR is sponsored by the National Science Foundation. Computing resources were provided by the Climate Simulation Laboratory at the NCAR Computational and Information Systems Laboratory (CISL), sponsored by the National Science Foundation and other agencies.
- cesm_casename :
- b40.1850.track1.1deg.006
- cesm_repotag :
- ccsm4_0_beta23
- cesm_compset :
- B1850TR1CN
- resolution :
- f09_g16 (0.9x1.25_gx1v6)
- forcing_note :
- Additional information on the external forcings used in this experiment can be found at http://www.cesm.ucar.edu/CMIP5/forcing_information
- processed_by :
- strandwg on copper.cgd.ucar.edu at 20111128 -104524.874
- processing_code_information :
- Last Changed Rev: 467 Last Changed Date: 2011-11-28 10:00:55 -0700 (Mon, 28 Nov 2011) Repository UUID: d2181dbe-5796-6825-dc7f-cbd98591f93d
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2011-11-28T17:45:24Z
- history :
- 2011-11-28T17:45:24Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table OImon (26 July 2011) b40ae6f6b2a738f91076c512dcfee1a5
- title :
- CCSM4 model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- seaIce ocean
- realization :
- 1
- cmor_version :
- 2.7.1