Once daily OLR (J74-A94)
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/olr.NOAA-UNINTERP.day.mean.yaml")
ds=cat.netcdf.read()
Metadata
title | Once daily OLR (J74-A94) |
location | /shared/subx/verif/rluttoa/daily/orig |
tags | verif,model,daily |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/olr.NOAA-UNINTERP.day.mean.yaml |
last updated | 2020-04-08 |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 73, lon: 144, time: 6671) Coordinates: * time (time) float64 1.754e+07 1.754e+07 1.754e+07 ... 1.77e+07 1.77e+07 * lat (lat) float32 90.0 87.5 85.0 82.5 80.0 ... -82.5 -85.0 -87.5 -90.0 * lon (lon) float32 0.0 2.5 5.0 7.5 10.0 ... 350.0 352.5 355.0 357.5 Data variables: olr (time, lat, lon) float32 ... Attributes: title: Once daily OLR (J74-A94) delta_time: once daily history: Mon Oct 10 12:03:39 2005: ncks -d time,0,1375 olr.day.... description: Data is from NCEP It consists of OLR uninterpolated ... source_data_file: NCEP J1974 to A1994 cdf_source_code: /data/map/OLR/rltime/append_nc create_olr.f cdl_source_file: /data/map/OLR/rltime/append_nc.f olr.cdl platform: Observation Conventions: COARDS References: http://www.esrl.noaa.gov/psd/data/gridded/data.uninter... dataset_title: NOAA Daily Outgoing Longwave Radiation (OLR)
xarray.Dataset
- lat: 73
- lon: 144
- time: 6671
- time(time)float641.754e+07 1.754e+07 ... 1.77e+07
- actual_range :
- [17540448. 17700528.]
- avg_period :
- 0000-00-01 00:00:00
- axis :
- T
- delta_t :
- 0000-00-01 00:00:00
- long_name :
- Time
- standard_name :
- time
- units :
- hours since 1-1-1 00:00:0.0
array([17540448., 17540472., 17540496., ..., 17700480., 17700504., 17700528.])
- lat(lat)float3290.0 87.5 85.0 ... -87.5 -90.0
- units :
- degrees_north
- actual_range :
- [ 90. -90.]
- long_name :
- Latitude
- standard_name :
- latitude
- axis :
- Y
array([ 90. , 87.5, 85. , 82.5, 80. , 77.5, 75. , 72.5, 70. , 67.5, 65. , 62.5, 60. , 57.5, 55. , 52.5, 50. , 47.5, 45. , 42.5, 40. , 37.5, 35. , 32.5, 30. , 27.5, 25. , 22.5, 20. , 17.5, 15. , 12.5, 10. , 7.5, 5. , 2.5, 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. ], dtype=float32)
- lon(lon)float320.0 2.5 5.0 ... 352.5 355.0 357.5
- units :
- degrees_east
- long_name :
- Longitude
- actual_range :
- [ 0. 360.]
- standard_name :
- longitude
- axis :
- X
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], dtype=float32)
- olr(time, lat, lon)float32...
- long_name :
- Daily OLR
- unpacked_valid_range :
- [ 0. 500.]
- actual_range :
- [ 73. 332.]
- units :
- W/m^2
- var_desc :
- Outgoing Longwave Radiation
- precision :
- 2
- dataset :
- NOAA Interpolated OLR
- level_desc :
- Other
- statistic :
- Mean
- parent_stat :
- Individual Obs
- valid_range :
- [-32765 17235]
[70125552 values with dtype=float32]
- title :
- Once daily OLR (J74-A94)
- delta_time :
- once daily
- history :
- Mon Oct 10 12:03:39 2005: ncks -d time,0,1375 olr.day.mean.nc RePairIngOlr.day.mean.nc Wed Mar 30 14:01:37 2005: ncatted -a actual_range,time,o,d,17540448. , 17568624. skel.nc /home/hoop/crdc/oldCRDC2COARDSv3/oldCRDC2COARDS Sat Dec 9 01:36:34 1995 from olr.7494.nc created 08/28/2003 by aro (netCDF2.3)
- description :
- Data is from NCEP It consists of OLR uninterpolated from 2x/day
- source_data_file :
- NCEP J1974 to A1994
- cdf_source_code :
- /data/map/OLR/rltime/append_nc create_olr.f
- cdl_source_file :
- /data/map/OLR/rltime/append_nc.f olr.cdl
- platform :
- Observation
- Conventions :
- COARDS
- References :
- http://www.esrl.noaa.gov/psd/data/gridded/data.uninterp_OLR.html
- dataset_title :
- NOAA Daily Outgoing Longwave Radiation (OLR)