CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1980
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_CFSv2-2011_decadal1980_r2i1p2.yaml")
ds=cat.netcdf.read()
        Metadata
| title | CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1980 | 
| location | /shared/cmip5/data/decadal1980/seaIce/mon/OImon/sic/COLA-CFS.CFSv2-2011/r2i1p2 | 
| tags | gridded,global,model,monthly | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sic_OImon_CFSv2-2011_decadal1980_r2i1p2.yaml | 
| last updated | 2013-05-26 | 
Dataset Contents
<xarray.Dataset>
Dimensions:    (bnds: 2, lat: 360, lon: 720, time: 120)
Coordinates:
  * time       (time) float64 14.5 44.5 75.5 ... 3.574e+03 3.605e+03 3.636e+03
  * lat        (lat) float64 -90.0 -89.5 -89.0 -88.5 ... 88.0 88.5 89.0 89.5
  * lon        (lon) float64 0.25 0.75 1.25 1.75 ... 358.2 358.8 359.2 359.8
Dimensions without coordinates: bnds
Data variables:
    time_bnds  (time, bnds) float64 0.0 29.0 29.0 ... 3.62e+03 3.651e+03
    lat_bnds   (lat, bnds) float64 -90.0 -89.75 -89.75 ... 89.25 89.25 89.75
    lon_bnds   (lon, bnds) float64 0.0 0.5 0.5 1.0 ... 359.0 359.5 359.5 360.0
    sic        (time, lat, lon) float32 ...
Attributes:
    institution:            COLA (Center for Ocean-Land-Atmosphere Studies, C...
    institute_id:           COLA-CFS
    experiment_id:          decadal1980
    source:                 CFSv2-2011: atmosphere: GFS (cfs/gfs, T126L64); o...
    model_id:               CFSv2-2011
    forcing:                Nat,Ant,GHG,SD,Oz,Sl,Vl,SS,Ds,BC,MD,AA
    parent_experiment_id:   N/A
    parent_experiment_rip:  N/A
    branch_time:            0.0
    contact:                Edwin Schneider (schneide@cola.iges.org)
    references:             Model described by the paper: Suranjana Saha, Shr...
    initialization_method:  1
    physics_version:        2
    tracking_id:            e7656bef-a004-4354-b52a-17f7f13927b9
    product:                output
    experiment:             10- or 30-year run initialized in year 1980
    frequency:              mon
    creation_date:          2011-12-18T19:30:46Z
    history:                2011-12-18T19:30:46Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table OImon (26 July 2011) b40ae6f6b2a738f91076c5...
    title:                  CFSv2-2011 model output prepared for CMIP5 10- or...
    parent_experiment:      N/A
    modeling_realm:         seaIce ocean
    realization:            2
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
 - lat: 360
 - lon: 720
 - time: 120
 
- time(time)float6414.5 44.5 ... 3.605e+03 3.636e+03
- bounds :
 - time_bnds
 - units :
 - days since 1980-11-2
 - calendar :
 - gregorian
 - axis :
 - T
 - long_name :
 - time
 - standard_name :
 - time
 
array([ 14.5, 44.5, 75.5, 105. , 134.5, 165. , 195.5, 226. , 256.5, 287.5, 318. , 348.5, 379. , 409.5, 440.5, 470. , 499.5, 530. , 560.5, 591. , 621.5, 652.5, 683. , 713.5, 744. , 774.5, 805.5, 835. , 864.5, 895. , 925.5, 956. , 986.5, 1017.5, 1048. , 1078.5, 1109. , 1139.5, 1170.5, 1200.5, 1230.5, 1261. , 1291.5, 1322. , 1352.5, 1383.5, 1414. , 1444.5, 1475. , 1505.5, 1536.5, 1566. , 1595.5, 1626. , 1656.5, 1687. , 1717.5, 1748.5, 1779. , 1809.5, 1840. , 1870.5, 1901.5, 1931. , 1960.5, 1991. , 2021.5, 2052. , 2082.5, 2113.5, 2144. , 2174.5, 2205. , 2235.5, 2266.5, 2296. , 2325.5, 2356. , 2386.5, 2417. , 2447.5, 2478.5, 2509. , 2539.5, 2570. , 2600.5, 2631.5, 2661.5, 2691.5, 2722. , 2752.5, 2783. , 2813.5, 2844.5, 2875. , 2905.5, 2936. , 2966.5, 2997.5, 3027. , 3056.5, 3087. , 3117.5, 3148. , 3178.5, 3209.5, 3240. , 3270.5, 3301. , 3331.5, 3362.5, 3392. , 3421.5, 3452. , 3482.5, 3513. , 3543.5, 3574.5, 3605. , 3635.5]) - lat(lat)float64-90.0 -89.5 -89.0 ... 89.0 89.5
- bounds :
 - lat_bnds
 - units :
 - degrees_north
 - axis :
 - Y
 - long_name :
 - latitude
 - standard_name :
 - latitude
 
array([-90. , -89.5, -89. , ..., 88.5, 89. , 89.5])
 - lon(lon)float640.25 0.75 1.25 ... 359.2 359.8
- bounds :
 - lon_bnds
 - units :
 - degrees_east
 - axis :
 - X
 - long_name :
 - longitude
 - standard_name :
 - longitude
 
array([2.5000e-01, 7.5000e-01, 1.2500e+00, ..., 3.5875e+02, 3.5925e+02, 3.5975e+02]) 
- time_bnds(time, bnds)float64...
array([[ 0., 29.], [ 29., 60.], [ 60., 91.], ..., [3559., 3590.], [3590., 3620.], [3620., 3651.]]) - lat_bnds(lat, bnds)float64...
array([[-90. , -89.75], [-89.75, -89.25], [-89.25, -88.75], ..., [ 88.25, 88.75], [ 88.75, 89.25], [ 89.25, 89.75]]) - lon_bnds(lon, bnds)float64...
array([[ 0. , 0.5], [ 0.5, 1. ], [ 1. , 1.5], ..., [358.5, 359. ], [359. , 359.5], [359.5, 360. ]]) - sic(time, lat, lon)float32...
- standard_name :
 - sea_ice_area_fraction
 - long_name :
 - Sea Ice Area Fraction
 - comment :
 - fraction of grid cell covered by sea ice.
 - units :
 - %
 - original_name :
 - sic
 - cell_methods :
 - time: mean (interval: 1 month)
 - cell_measures :
 - area: areacello
 - history :
 - 2011-12-18T19:30:38Z altered by CMOR: replaced missing value flag (9.999e+20) with standard missing value (1e+20). 2011-12-18T19:30:46Z altered by CMOR: Inverted axis: lat.
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_seaIce_fx_CFSv2-2011_decadal1980_r0i0p0.nc areacello: areacello_fx_CFSv2-2011_decadal1980_r0i0p0.nc
 
[31104000 values with dtype=float32]
 
- institution :
 - COLA (Center for Ocean-Land-Atmosphere Studies, Calverton, MD)
 - institute_id :
 - COLA-CFS
 - experiment_id :
 - decadal1980
 - source :
 - CFSv2-2011: atmosphere: GFS (cfs/gfs, T126L64); ocean: MOM4 (cfs/mom4, 40 levels .25 deg at eq. .50 deg near poles); sea ice: (cfsv2-seaice, 3 layer on mom4 grid, 5 category using Winton thermodynamics and modified CICE dynamics); land: NOAH (cfs/noah 2009, T126/L4)
 - model_id :
 - CFSv2-2011
 - forcing :
 - Nat,Ant,GHG,SD,Oz,Sl,Vl,SS,Ds,BC,MD,AA
 - parent_experiment_id :
 - N/A
 - parent_experiment_rip :
 - N/A
 - branch_time :
 - 0.0
 - contact :
 - Edwin Schneider (schneide@cola.iges.org)
 - references :
 - Model described by the paper: Suranjana Saha, Shrinivas Moorthi, Xingren Wu, Jiande Wang, Sudhir Nadiga, Patrick Tripp, Hua-Lu Pan, David Behringer, Yu-Tai Hou, Hui-ya Chuang, Mark Iredell, Michael Ek, Jesse Meng, Rongqian Yang, Huug van den Dool, Qin Zhang, Wanqiu Wang, Mingyue Chen, 2011 : The NCEP Climate Forecast System Version 2. (To be submitted to the Journal of Climate.) and also the paper: Saha, Suranjana, and Coauthors, 2010: The NCEP Climate Forecast System Reanalysis. Bull. Amer. Meteor. Soc., 91, 1015.1057. doi: 10.1175/2010BAMS3001.1. Also see http://cfs.ncep.noaa.gov
 - initialization_method :
 - 1
 - physics_version :
 - 2
 - tracking_id :
 - e7656bef-a004-4354-b52a-17f7f13927b9
 - product :
 - output
 - experiment :
 - 10- or 30-year run initialized in year 1980
 - frequency :
 - mon
 - creation_date :
 - 2011-12-18T19:30:46Z
 - history :
 - 2011-12-18T19:30:46Z 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 :
 - CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1980
 - parent_experiment :
 - N/A
 - modeling_realm :
 - seaIce ocean
 - realization :
 - 2
 - cmor_version :
 - 2.7.1
 
