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/zg_Amon_CFSv2-2011_decadal1980_r1i1p2.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/atmos/mon/Amon/zg/COLA-CFS.CFSv2-2011/r1i1p2 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/zg_Amon_CFSv2-2011_decadal1980_r1i1p2.yaml |
last updated | 2013-05-26 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 180, lon: 360, plev: 17, time: 120) Coordinates: * time (time) float64 15.0 45.5 76.5 ... 3.576e+03 3.606e+03 3.636e+03 * plev (plev) float64 1e+05 9.25e+04 8.5e+04 7e+04 ... 3e+03 2e+03 1e+03 * lat (lat) float64 -89.0 -88.0 -87.0 -86.0 ... 87.0 88.0 89.0 90.0 * lon (lon) float64 0.0 1.0 2.0 3.0 4.0 ... 356.0 357.0 358.0 359.0 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 0.0 30.0 30.0 ... 3.621e+03 3.652e+03 lat_bnds (lat, bnds) float64 -90.0 -88.5 -88.5 -87.5 ... 89.5 89.5 90.0 lon_bnds (lon, bnds) float64 0.0 0.5 0.5 1.5 ... 357.5 358.5 358.5 360.0 zg (time, plev, 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: 2e3bb0ec-d5d1-41a3-9607-a35686ec3fe9 product: output experiment: 10- or 30-year run initialized in year 1980 frequency: mon creation_date: 2011-12-17T04:45:40Z history: 2011-12-17T04:45:40Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Amon (12 November 2010) 6e535ddfacb41fb7a25... title: CFSv2-2011 model output prepared for CMIP5 10- or... parent_experiment: N/A modeling_realm: atmos realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 180
- lon: 360
- plev: 17
- time: 120
- time(time)float6415.0 45.5 ... 3.606e+03 3.636e+03
- bounds :
- time_bnds
- units :
- days since 1980-11-1
- calendar :
- gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 15. , 45.5, 76.5, 106. , 135.5, 166. , 196.5, 227. , 257.5, 288.5, 319. , 349.5, 380. , 410.5, 441.5, 471. , 500.5, 531. , 561.5, 592. , 622.5, 653.5, 684. , 714.5, 745. , 775.5, 806.5, 836. , 865.5, 896. , 926.5, 957. , 987.5, 1018.5, 1049. , 1079.5, 1110. , 1140.5, 1171.5, 1201.5, 1231.5, 1262. , 1292.5, 1323. , 1353.5, 1384.5, 1415. , 1445.5, 1476. , 1506.5, 1537.5, 1567. , 1596.5, 1627. , 1657.5, 1688. , 1718.5, 1749.5, 1780. , 1810.5, 1841. , 1871.5, 1902.5, 1932. , 1961.5, 1992. , 2022.5, 2053. , 2083.5, 2114.5, 2145. , 2175.5, 2206. , 2236.5, 2267.5, 2297. , 2326.5, 2357. , 2387.5, 2418. , 2448.5, 2479.5, 2510. , 2540.5, 2571. , 2601.5, 2632.5, 2662.5, 2692.5, 2723. , 2753.5, 2784. , 2814.5, 2845.5, 2876. , 2906.5, 2937. , 2967.5, 2998.5, 3028. , 3057.5, 3088. , 3118.5, 3149. , 3179.5, 3210.5, 3241. , 3271.5, 3302. , 3332.5, 3363.5, 3393. , 3422.5, 3453. , 3483.5, 3514. , 3544.5, 3575.5, 3606. , 3636.5])
- plev(plev)float641e+05 9.25e+04 ... 2e+03 1e+03
- units :
- Pa
- axis :
- Z
- positive :
- down
- long_name :
- pressure
- standard_name :
- air_pressure
array([100000., 92500., 85000., 70000., 60000., 50000., 40000., 30000., 25000., 20000., 15000., 10000., 7000., 5000., 3000., 2000., 1000.])
- lat(lat)float64-89.0 -88.0 -87.0 ... 89.0 90.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89., -88., -87., -86., -85., -84., -83., -82., -81., -80., -79., -78., -77., -76., -75., -74., -73., -72., -71., -70., -69., -68., -67., -66., -65., -64., -63., -62., -61., -60., -59., -58., -57., -56., -55., -54., -53., -52., -51., -50., -49., -48., -47., -46., -45., -44., -43., -42., -41., -40., -39., -38., -37., -36., -35., -34., -33., -32., -31., -30., -29., -28., -27., -26., -25., -24., -23., -22., -21., -20., -19., -18., -17., -16., -15., -14., -13., -12., -11., -10., -9., -8., -7., -6., -5., -4., -3., -2., -1., 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 42., 43., 44., 45., 46., 47., 48., 49., 50., 51., 52., 53., 54., 55., 56., 57., 58., 59., 60., 61., 62., 63., 64., 65., 66., 67., 68., 69., 70., 71., 72., 73., 74., 75., 76., 77., 78., 79., 80., 81., 82., 83., 84., 85., 86., 87., 88., 89., 90.])
- lon(lon)float640.0 1.0 2.0 ... 357.0 358.0 359.0
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0., 1., 2., ..., 357., 358., 359.])
- time_bnds(time, bnds)float64...
array([[ 0., 30.], [ 30., 61.], [ 61., 92.], ..., [3560., 3591.], [3591., 3621.], [3621., 3652.]])
- lat_bnds(lat, bnds)float64...
array([[-90. , -88.5], [-88.5, -87.5], [-87.5, -86.5], ..., [ 87.5, 88.5], [ 88.5, 89.5], [ 89.5, 90. ]])
- lon_bnds(lon, bnds)float64...
array([[ 0. , 0.5], [ 0.5, 1.5], [ 1.5, 2.5], ..., [356.5, 357.5], [357.5, 358.5], [358.5, 360. ]])
- zg(time, plev, lat, lon)float32...
- standard_name :
- geopotential_height
- long_name :
- Geopotential Height
- units :
- m
- original_name :
- zg
- cell_methods :
- time: mean (interval: 1 month)
- cell_measures :
- area: areacella
- history :
- 2011-12-17T04:45:36Z altered by CMOR: replaced missing value flag (9.999e+20) with standard missing value (1e+20). 2011-12-17T04:45:40Z altered by CMOR: Inverted axis: lat.
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_CFSv2-2011_decadal1980_r0i0p0.nc areacella: areacella_fx_CFSv2-2011_decadal1980_r0i0p0.nc
[132192000 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 :
- 2e3bb0ec-d5d1-41a3-9607-a35686ec3fe9
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1980
- frequency :
- mon
- creation_date :
- 2011-12-17T04:45:40Z
- history :
- 2011-12-17T04:45:40Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Amon (12 November 2010) 6e535ddfacb41fb7a252f4862fdc5766
- title :
- CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1980
- parent_experiment :
- N/A
- modeling_realm :
- atmos
- realization :
- 1
- cmor_version :
- 2.7.1