CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 2000
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sit_OImon_CFSv2-2011_decadal2000_r4i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 2000 |
location | /shared/cmip5/data/decadal2000/seaIce/mon/OImon/sit/COLA-CFS.CFSv2-2011/r4i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sit_OImon_CFSv2-2011_decadal2000_r4i1p1.yaml |
last updated | 2013-05-26 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 360, lon: 720, time: 120) Coordinates: * time (time) float64 13.5 42.5 73.5 ... 3.572e+03 3.603e+03 3.634e+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 27.0 27.0 ... 3.618e+03 3.649e+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 sit (time, lat, lon) float32 ... Attributes: institution: COLA (Center for Ocean-Land-Atmosphere Studies, C... institute_id: COLA-CFS experiment_id: decadal2000 source: CFSv2-2011: atmosphere: GFS (cfs/gfs, T126L64); o... model_id: CFSv2-2011 forcing: Nat,Ant,GHG,SD,Oz,Sl,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: 1 tracking_id: 888337da-58c9-4cd1-8271-5400823b9cdf product: output experiment: 10- or 30-year run initialized in year 2000 frequency: mon creation_date: 2011-12-17T22:57:11Z history: 2011-12-17T22:57:11Z 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: 4 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 360
- lon: 720
- time: 120
- time(time)float6413.5 42.5 ... 3.603e+03 3.634e+03
- bounds :
- time_bnds
- units :
- days since 2000-11-4
- calendar :
- gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 13.5, 42.5, 73.5, 103. , 132.5, 163. , 193.5, 224. , 254.5, 285.5, 316. , 346.5, 377. , 407.5, 438.5, 468. , 497.5, 528. , 558.5, 589. , 619.5, 650.5, 681. , 711.5, 742. , 772.5, 803.5, 833. , 862.5, 893. , 923.5, 954. , 984.5, 1015.5, 1046. , 1076.5, 1107. , 1137.5, 1168.5, 1198.5, 1228.5, 1259. , 1289.5, 1320. , 1350.5, 1381.5, 1412. , 1442.5, 1473. , 1503.5, 1534.5, 1564. , 1593.5, 1624. , 1654.5, 1685. , 1715.5, 1746.5, 1777. , 1807.5, 1838. , 1868.5, 1899.5, 1929. , 1958.5, 1989. , 2019.5, 2050. , 2080.5, 2111.5, 2142. , 2172.5, 2203. , 2233.5, 2264.5, 2294. , 2323.5, 2354. , 2384.5, 2415. , 2445.5, 2476.5, 2507. , 2537.5, 2568. , 2598.5, 2629.5, 2659.5, 2689.5, 2720. , 2750.5, 2781. , 2811.5, 2842.5, 2873. , 2903.5, 2934. , 2964.5, 2995.5, 3025. , 3054.5, 3085. , 3115.5, 3146. , 3176.5, 3207.5, 3238. , 3268.5, 3299. , 3329.5, 3360.5, 3390. , 3419.5, 3450. , 3480.5, 3511. , 3541.5, 3572.5, 3603. , 3633.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., 27.], [ 27., 58.], [ 58., 89.], ..., [3557., 3588.], [3588., 3618.], [3618., 3649.]])
- 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. ]])
- sit(time, lat, lon)float32...
- standard_name :
- sea_ice_thickness
- long_name :
- Sea Ice Thickness
- comment :
- the mean thickness of sea ice in the ocean portion of the grid cell (averaging over the entire ocean portion, including the ice-free fraction). Reported as 0.0 in regions free of sea ice.
- units :
- m
- original_name :
- sit
- cell_methods :
- time: mean (interval: 1 month) area: mean where sea
- cell_measures :
- area: areacello
- history :
- 2011-12-17T22:57:10Z altered by CMOR: replaced missing value flag (9.999e+20) with standard missing value (1e+20). 2011-12-17T22:57:11Z altered by CMOR: Inverted axis: lat.
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_seaIce_fx_CFSv2-2011_decadal2000_r0i0p0.nc areacello: areacello_fx_CFSv2-2011_decadal2000_r0i0p0.nc
[31104000 values with dtype=float32]
- institution :
- COLA (Center for Ocean-Land-Atmosphere Studies, Calverton, MD)
- institute_id :
- COLA-CFS
- experiment_id :
- decadal2000
- 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,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 :
- 1
- tracking_id :
- 888337da-58c9-4cd1-8271-5400823b9cdf
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 2000
- frequency :
- mon
- creation_date :
- 2011-12-17T22:57:11Z
- history :
- 2011-12-17T22:57:11Z 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 2000
- parent_experiment :
- N/A
- modeling_realm :
- seaIce ocean
- realization :
- 4
- cmor_version :
- 2.7.1