CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1975
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/mrlsl_Lmon_CFSv2-2011_decadal1975_r3i1p2.yaml")
ds=cat.netcdf.read()
Metadata
title | CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1975 |
location | /shared/cmip5/data/decadal1975/land/mon/Lmon/mrlsl/COLA-CFS.CFSv2-2011/r3i1p2 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/mrlsl_Lmon_CFSv2-2011_decadal1975_r3i1p2.yaml |
last updated | 2013-05-26 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, depth: 4, lat: 190, lon: 384, time: 120) Coordinates: * time (time) float64 14.0 43.5 74.5 ... 3.574e+03 3.605e+03 3.636e+03 * depth (depth) float64 0.05 0.25 0.7 1.5 * lat (lat) float64 -89.28 -88.34 -87.4 -86.45 ... 87.4 88.34 89.28 * lon (lon) float64 0.0 0.9375 1.875 2.812 ... 356.2 357.2 358.1 359.1 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 0.0 28.0 28.0 ... 3.62e+03 3.651e+03 depth_bnds (depth, bnds) float64 0.0 0.1 0.1 0.4 0.4 1.0 1.0 2.0 lat_bnds (lat, bnds) float64 -90.0 -88.81 -88.81 ... 88.81 88.81 90.0 lon_bnds (lon, bnds) float64 0.0 0.4688 0.4688 ... 358.6 358.6 360.0 mrlsl (time, depth, lat, lon) float32 ... Attributes: institution: COLA (Center for Ocean-Land-Atmosphere Studies, C... institute_id: COLA-CFS experiment_id: decadal1975 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: 6bd6db03-cbf3-408d-86d8-90dc284889cf product: output experiment: 10- or 30-year run initialized in year 1975 frequency: mon creation_date: 2012-01-02T00:03:40Z history: 2012-01-02T00:03:40Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Lmon (12 November 2010) 4e65f23a1cd47b3cbe7... title: CFSv2-2011 model output prepared for CMIP5 10- or... parent_experiment: N/A modeling_realm: land realization: 3 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- depth: 4
- lat: 190
- lon: 384
- time: 120
- time(time)float6414.0 43.5 ... 3.605e+03 3.636e+03
- bounds :
- time_bnds
- units :
- days since 1975-11-3
- calendar :
- gregorian
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 14. , 43.5, 74.5, 104.5, 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. , 1229.5, 1260. , 1290.5, 1321. , 1351.5, 1382.5, 1413. , 1443.5, 1474. , 1504.5, 1535.5, 1565.5, 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. , 2690.5, 2721. , 2751.5, 2782. , 2812.5, 2843.5, 2874. , 2904.5, 2935. , 2965.5, 2996.5, 3026.5, 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])
- depth(depth)float640.05 0.25 0.7 1.5
- bounds :
- depth_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- depth
- standard_name :
- depth
array([0.05, 0.25, 0.7 , 1.5 ])
- lat(lat)float64-89.28 -88.34 -87.4 ... 88.34 89.28
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89.277 , -88.339996, -87.397003, -86.454002, -85.509003, -84.565002, -83.620003, -82.676003, -81.731003, -80.786003, -79.841003, -78.897003, -77.952003, -77.007004, -76.061996, -75.116997, -74.172997, -73.227997, -72.282997, -71.337997, -70.392998, -69.447998, -68.502998, -67.558998, -66.613998, -65.668999, -64.723999, -63.778999, -62.834 , -61.889 , -60.945 , -60. , -59.055 , -58.110001, -57.165001, -56.220001, -55.275002, -54.330002, -53.386002, -52.441002, -51.495998, -50.550999, -49.605999, -48.660999, -47.716 , -46.771 , -45.827 , -44.882 , -43.937 , -42.992001, -42.047001, -41.102001, -40.157001, -39.212002, -38.268002, -37.323002, -36.377998, -35.432999, -34.487999, -33.542999, -32.598 , -31.653 , -30.709 , -29.764 , -28.819 , -27.874001, -26.929001, -25.983999, -25.039 , -24.094 , -23.15 , -22.205 , -21.26 , -20.315001, -19.370001, -18.424999, -17.48 , -16.535 , -15.59 , -14.646 , -13.701 , -12.756 , -11.811 , -10.866 , -9.921 , -8.976 , -8.031 , -7.087 , -6.142 , -5.197 , -4.252 , -3.307 , -2.362 , -1.417 , -0.472 , 0.472 , 1.417 , 2.362 , 3.307 , 4.252 , 5.197 , 6.142 , 7.087 , 8.031 , 8.976 , 9.921 , 10.866 , 11.811 , 12.756 , 13.701 , 14.646 , 15.59 , 16.535 , 17.48 , 18.424999, 19.370001, 20.315001, 21.26 , 22.205 , 23.15 , 24.094 , 25.039 , 25.983999, 26.929001, 27.874001, 28.819 , 29.764 , 30.709 , 31.653 , 32.598 , 33.542999, 34.487999, 35.432999, 36.377998, 37.323002, 38.268002, 39.212002, 40.157001, 41.102001, 42.047001, 42.992001, 43.937 , 44.882 , 45.827 , 46.771 , 47.716 , 48.660999, 49.605999, 50.550999, 51.495998, 52.441002, 53.386002, 54.330002, 55.275002, 56.220001, 57.165001, 58.110001, 59.055 , 60. , 60.945 , 61.889 , 62.834 , 63.778999, 64.723999, 65.668999, 66.613998, 67.558998, 68.502998, 69.447998, 70.392998, 71.337997, 72.282997, 73.227997, 74.172997, 75.116997, 76.061996, 77.007004, 77.952003, 78.897003, 79.841003, 80.786003, 81.731003, 82.676003, 83.620003, 84.565002, 85.509003, 86.454002, 87.397003, 88.339996, 89.277 ])
- lon(lon)float640.0 0.9375 1.875 ... 358.1 359.1
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 0.9375, 1.875 , ..., 357.1875, 358.125 , 359.0625])
- time_bnds(time, bnds)float64...
array([[ 0., 28.], [ 28., 59.], [ 59., 90.], ..., [3559., 3590.], [3590., 3620.], [3620., 3651.]])
- depth_bnds(depth, bnds)float64...
array([[0. , 0.1], [0.1, 0.4], [0.4, 1. ], [1. , 2. ]])
- lat_bnds(lat, bnds)float64...
array([[-90. , -88.808498], [-88.808498, -87.8685 ], [-87.8685 , -86.925503], ..., [ 86.925503, 87.8685 ], [ 87.8685 , 88.808498], [ 88.808498, 90. ]])
- lon_bnds(lon, bnds)float64...
array([[ 0. , 0.46875], [ 0.46875, 1.40625], [ 1.40625, 2.34375], ..., [356.71875, 357.65625], [357.65625, 358.59375], [358.59375, 360. ]])
- mrlsl(time, depth, lat, lon)float32...
- standard_name :
- moisture_content_of_soil_layer
- long_name :
- Water Content of Soil Layer
- comment :
- in each soil layer, the mass of water in all phases, including ice.
- units :
- kg m-2
- original_name :
- mrlsl
- cell_methods :
- time: mean (interval: 1 month) area: mean where land
- cell_measures :
- area: areacella
- history :
- 2012-01-02T00:03:39Z altered by CMOR: replaced missing value flag (9.999e+20) with standard missing value (1e+20). 2012-01-02T00:03:40Z altered by CMOR: Inverted axis: lat.
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_land_fx_CFSv2-2011_decadal1975_r0i0p0.nc areacella: areacella_fx_CFSv2-2011_decadal1975_r0i0p0.nc
[35020800 values with dtype=float32]
- institution :
- COLA (Center for Ocean-Land-Atmosphere Studies, Calverton, MD)
- institute_id :
- COLA-CFS
- experiment_id :
- decadal1975
- 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 :
- 6bd6db03-cbf3-408d-86d8-90dc284889cf
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1975
- frequency :
- mon
- creation_date :
- 2012-01-02T00:03:40Z
- history :
- 2012-01-02T00:03:40Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Lmon (12 November 2010) 4e65f23a1cd47b3cbe702ff175acc8f6
- title :
- CFSv2-2011 model output prepared for CMIP5 10- or 30-year run initialized in year 1975
- parent_experiment :
- N/A
- modeling_realm :
- land
- realization :
- 3
- cmor_version :
- 2.7.1