Skip to content
Snippets Groups Projects
Commit 83689402 authored by kgao's avatar kgao
Browse files

Added peakwind

parent 42481b39
No related branches found
No related tags found
No related merge requests found
......@@ -795,7 +795,7 @@ AOSS_VARS = OrderedDict({
'descripiton': 'Wind gust over the previous 2 minutes',
'units': 'm/s',
'valid_min': 0,
'valid_max': '50',
'valid_max': 50,
'_type': 'f',
'_shape': ('time',),
},
......@@ -806,18 +806,18 @@ AOSS_VARS = OrderedDict({
'descripiton': 'Wind gust over the previous 2 minutes',
'units': 'm/s',
'valid_min': 0,
'valid_max': '50',
'valid_max': 50,
'_type': 'f',
'_shape': ('time',),
},
'gust_mean':
'peak_wind':
{
'standard_name': 'wind_speed_of_gust',
'descripiton': 'Wind gust over the previous 2 minutes',
'standard_name': 'wind_speed',
'description': 'fastest 5-second wind_speed',
'units': 'm/s',
'valid_min': 0,
'valid_max': '50',
'valid_max': 50,
'_type': 'f',
'_shape': ('time',),
}
......
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