TUL_20m
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/TUL_20m.yaml")
ds=cat.netcdf.read()
Metadata
title | TUL_20m |
location | /shared/land/AMDAR |
tags | hourly,profiles,obs,atm,air,station |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/TUL_20m.yaml |
last updated | 2022-05-24 |
Dataset Contents
<xarray.Dataset> Dimensions: (height: 251, time: 113952) Coordinates: * height (height) float64 0.0 20.0 40.0 60.0 ... 4.96e+03 4.98e+03 5e+03 * time (time) int64 0 1 2 3 4 5 ... 113947 113948 113949 113950 113951 Data variables: t (height, time) float64 ... theta (height, time) float64 ... u (height, time) float64 ... v (height, time) float64 ... sh (height, time) float64 ... rh (height, time) float64 ... pblh (time) float64 ... lat float64 36.2 lon float64 -95.9
xarray.Dataset
- height: 251
- time: 113952
- height(height)float640.0 20.0 40.0 ... 4.98e+03 5e+03
- long_name :
- height above ground
- units :
- m
array([ 0., 20., 40., ..., 4960., 4980., 5000.])
- time(time)int640 1 2 3 ... 113949 113950 113951
- units :
- hours since 2007-01-01 00:00:00
- calendar :
- proleptic_gregorian
array([ 0, 1, 2, ..., 113949, 113950, 113951])
- t(height, time)float64...
- long_name :
- air temperature
- units :
- K
[28601952 values with dtype=float64]
- theta(height, time)float64...
- long_name :
- air potential temperature
- units :
- K
[28601952 values with dtype=float64]
- u(height, time)float64...
- long_name :
- zonal wind speed
- units :
- m/s
[28601952 values with dtype=float64]
- v(height, time)float64...
- long_name :
- meridional wind speed
- units :
- m/s
[28601952 values with dtype=float64]
- sh(height, time)float64...
- long_name :
- specific humidity
- units :
- g/g
[28601952 values with dtype=float64]
- rh(height, time)float64...
- long_name :
- relative humidity
- units :
- %
[28601952 values with dtype=float64]
- pblh(time)float64...
- long_name :
- boundary layer height above ground
- units :
- m
[113952 values with dtype=float64]
- lat()float64...
- long_name :
- airport latitude
- units :
- degree_N
array(36.200001)
- lon()float64...
- long_name :
- airport longitude
- units :
- degree_E
array(-95.900002)