Skip to content
Snippets Groups Projects
Commit 482f282a authored by Kenny Gao's avatar Kenny Gao
Browse files

dewpiont type fixed. Line 117

parent 39edf277
No related branches found
No related tags found
No related merge requests found
from numpy import float32 from numpy import float32
from collections import namedtuple from collections import namedtuple
...@@ -115,7 +114,7 @@ database = dict( ...@@ -115,7 +114,7 @@ database = dict(
'air_temp_6_3m', 'air_temp_6_3m',
'Air temperature 6.3m from tower base', 'Air temperature 6.3m from tower base',
'degC'), 'degC'),
dewpiont=Var( dewpoint=Var(
float32, float32,
'dewpoint_temperature', 'dewpoint_temperature',
'dewpoint', 'dewpoint',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment