NorESM1-M model output prepared for CMIP5 RCP8.5
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rlds_day_NorESM1-M_rcp85_r1i1p1.yaml")
ds=cat.netcdf.read()
        Metadata
| title | NorESM1-M model output prepared for CMIP5 RCP8.5 | 
| location | /shared/cmip5/data/rcp85/atmos/day/day/rlds/NCC.NorESM1-M/r1i1p1 | 
| tags | gridded,global,model,daily | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rlds_day_NorESM1-M_rcp85_r1i1p1.yaml | 
| last updated | 2013-05-31 | 
Dataset Contents
<xarray.Dataset>
Dimensions:    (bnds: 2, lat: 96, lon: 144, time: 34675)
Coordinates:
  * time       (time) float64 0.5 1.5 2.5 3.5 ... 3.467e+04 3.467e+04 3.467e+04
  * lat        (lat) float64 -90.0 -88.11 -86.21 -84.32 ... 86.21 88.11 90.0
  * lon        (lon) float64 0.0 2.5 5.0 7.5 10.0 ... 350.0 352.5 355.0 357.5
Dimensions without coordinates: bnds
Data variables:
    time_bnds  (time, bnds) float64 dask.array<chunksize=(18250, 2), meta=np.ndarray>
    lat_bnds   (time, lat, bnds) float64 dask.array<chunksize=(18250, 96, 2), meta=np.ndarray>
    lon_bnds   (time, lon, bnds) float64 dask.array<chunksize=(18250, 144, 2), meta=np.ndarray>
    rlds       (time, lat, lon) float32 dask.array<chunksize=(18250, 96, 144), meta=np.ndarray>
Attributes:
    institution:            Norwegian Climate Centre
    institute_id:           NCC
    experiment_id:          rcp85
    source:                 NorESM1-M 2011  atmosphere: CAM-Oslo (CAM4-Oslo-n...
    model_id:               NorESM1-M
    forcing:                GHG, SA, Oz, Sl, BC, OC
    parent_experiment_id:   historical
    parent_experiment_rip:  r1i1p1
    branch_time:            56940.0
    contact:                Please send any requests or bug reports to noresm...
    initialization_method:  1
    physics_version:        1
    tracking_id:            46c8e158-38ba-4900-8889-c8635df6ebc4
    product:                output
    experiment:             RCP8.5
    frequency:              day
    creation_date:          2011-06-05T19:30:13Z
    history:                2011-06-05T19:30:13Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table day (27 April 2011) 86d1558d99b6ed1e7a886ab...
    title:                  NorESM1-M model output prepared for CMIP5 RCP8.5
    parent_experiment:      historical
    modeling_realm:         atmos
    realization:            1
    cmor_version:           2.6.0xarray.Dataset
- bnds: 2
 - lat: 96
 - lon: 144
 - time: 34675
 
- time(time)float640.5 1.5 2.5 ... 3.467e+04 3.467e+04
- bounds :
 - time_bnds
 - units :
 - days since 2006-01-01 00:00:00
 - calendar :
 - noleap
 - axis :
 - T
 - long_name :
 - time
 - standard_name :
 - time
 
array([5.00000e-01, 1.50000e+00, 2.50000e+00, ..., 3.46725e+04, 3.46735e+04, 3.46745e+04]) - lat(lat)float64-90.0 -88.11 -86.21 ... 88.11 90.0
- bounds :
 - lat_bnds
 - units :
 - degrees_north
 - axis :
 - Y
 - long_name :
 - latitude
 - standard_name :
 - latitude
 
array([-90. , -88.105263, -86.210526, -84.315789, -82.421053, -80.526316, -78.631579, -76.736842, -74.842105, -72.947368, -71.052632, -69.157895, -67.263158, -65.368421, -63.473684, -61.578947, -59.684211, -57.789474, -55.894737, -54. , -52.105263, -50.210526, -48.315789, -46.421053, -44.526316, -42.631579, -40.736842, -38.842105, -36.947368, -35.052632, -33.157895, -31.263158, -29.368421, -27.473684, -25.578947, -23.684211, -21.789474, -19.894737, -18. , -16.105263, -14.210526, -12.315789, -10.421053, -8.526316, -6.631579, -4.736842, -2.842105, -0.947368, 0.947368, 2.842105, 4.736842, 6.631579, 8.526316, 10.421053, 12.315789, 14.210526, 16.105263, 18. , 19.894737, 21.789474, 23.684211, 25.578947, 27.473684, 29.368421, 31.263158, 33.157895, 35.052632, 36.947368, 38.842105, 40.736842, 42.631579, 44.526316, 46.421053, 48.315789, 50.210526, 52.105263, 54. , 55.894737, 57.789474, 59.684211, 61.578947, 63.473684, 65.368421, 67.263158, 69.157895, 71.052632, 72.947368, 74.842105, 76.736842, 78.631579, 80.526316, 82.421053, 84.315789, 86.210526, 88.105263, 90. ]) - lon(lon)float640.0 2.5 5.0 ... 352.5 355.0 357.5
- bounds :
 - lon_bnds
 - units :
 - degrees_east
 - axis :
 - X
 - long_name :
 - longitude
 - standard_name :
 - longitude
 
array([ 0. , 2.5, 5. , 7.5, 10. , 12.5, 15. , 17.5, 20. , 22.5, 25. , 27.5, 30. , 32.5, 35. , 37.5, 40. , 42.5, 45. , 47.5, 50. , 52.5, 55. , 57.5, 60. , 62.5, 65. , 67.5, 70. , 72.5, 75. , 77.5, 80. , 82.5, 85. , 87.5, 90. , 92.5, 95. , 97.5, 100. , 102.5, 105. , 107.5, 110. , 112.5, 115. , 117.5, 120. , 122.5, 125. , 127.5, 130. , 132.5, 135. , 137.5, 140. , 142.5, 145. , 147.5, 150. , 152.5, 155. , 157.5, 160. , 162.5, 165. , 167.5, 170. , 172.5, 175. , 177.5, 180. , 182.5, 185. , 187.5, 190. , 192.5, 195. , 197.5, 200. , 202.5, 205. , 207.5, 210. , 212.5, 215. , 217.5, 220. , 222.5, 225. , 227.5, 230. , 232.5, 235. , 237.5, 240. , 242.5, 245. , 247.5, 250. , 252.5, 255. , 257.5, 260. , 262.5, 265. , 267.5, 270. , 272.5, 275. , 277.5, 280. , 282.5, 285. , 287.5, 290. , 292.5, 295. , 297.5, 300. , 302.5, 305. , 307.5, 310. , 312.5, 315. , 317.5, 320. , 322.5, 325. , 327.5, 330. , 332.5, 335. , 337.5, 340. , 342.5, 345. , 347.5, 350. , 352.5, 355. , 357.5]) 
- time_bnds(time, bnds)float64dask.array<chunksize=(18250, 2), meta=np.ndarray>
Array Chunk Bytes 554.80 kB 292.00 kB Shape (34675, 2) (18250, 2) Count 6 Tasks 2 Chunks Type float64 numpy.ndarray  - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(18250, 96, 2), meta=np.ndarray>
Array Chunk Bytes 53.26 MB 28.03 MB Shape (34675, 96, 2) (18250, 96, 2) Count 8 Tasks 2 Chunks Type float64 numpy.ndarray  - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(18250, 144, 2), meta=np.ndarray>
Array Chunk Bytes 79.89 MB 42.05 MB Shape (34675, 144, 2) (18250, 144, 2) Count 8 Tasks 2 Chunks Type float64 numpy.ndarray  - rlds(time, lat, lon)float32dask.array<chunksize=(18250, 96, 144), meta=np.ndarray>
- standard_name :
 - surface_downwelling_longwave_flux_in_air
 - long_name :
 - Surface Downwelling Longwave Radiation
 - units :
 - W m-2
 - original_name :
 - FLDS
 - original_units :
 - W/m2
 - history :
 - 2011-06-05T19:30:13Z altered by CMOR: Converted units from 'W/m2' to 'W m-2'. 2011-06-05T19:30:13Z altered by CMOR: Converted type from 'd' to 'f'.
 - cell_methods :
 - time: mean
 - cell_measures :
 - area: areacella
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_NorESM1-M_rcp85_r0i0p0.nc areacella: areacella_fx_NorESM1-M_rcp85_r0i0p0.nc
 
Array Chunk Bytes 1.92 GB 1.01 GB Shape (34675, 96, 144) (18250, 96, 144) Count 6 Tasks 2 Chunks Type float32 numpy.ndarray  
- institution :
 - Norwegian Climate Centre
 - institute_id :
 - NCC
 - experiment_id :
 - rcp85
 - source :
 - NorESM1-M 2011 atmosphere: CAM-Oslo (CAM4-Oslo-noresm-ver1_cmip5-r112, f19L26); ocean: MICOM (MICOM-noresm-ver1_cmip5-r112, gx1v6L53); sea ice: CICE (CICE4-noresm-ver1_cmip5-r112); land: CLM (CLM4-noresm-ver1_cmip5-r112)
 - model_id :
 - NorESM1-M
 - forcing :
 - GHG, SA, Oz, Sl, BC, OC
 - parent_experiment_id :
 - historical
 - parent_experiment_rip :
 - r1i1p1
 - branch_time :
 - 56940.0
 - contact :
 - Please send any requests or bug reports to noresm-ncc@met.no.
 - initialization_method :
 - 1
 - physics_version :
 - 1
 - tracking_id :
 - 46c8e158-38ba-4900-8889-c8635df6ebc4
 - product :
 - output
 - experiment :
 - RCP8.5
 - frequency :
 - day
 - creation_date :
 - 2011-06-05T19:30:13Z
 - history :
 - 2011-06-05T19:30:13Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table day (27 April 2011) 86d1558d99b6ed1e7a886ab3fd717b58
 - title :
 - NorESM1-M model output prepared for CMIP5 RCP8.5
 - parent_experiment :
 - historical
 - modeling_realm :
 - atmos
 - realization :
 - 1
 - cmor_version :
 - 2.6.0
 
