From 8368940200cb0f3f313f23d7376da30c35952c7f Mon Sep 17 00:00:00 2001 From: kgao <kenny.gao@ssec.wisc.edu> Date: Mon, 15 Aug 2016 17:08:15 +0000 Subject: [PATCH] Added peakwind --- aosstower/level_b1/monthly/nc_monthly.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aosstower/level_b1/monthly/nc_monthly.py b/aosstower/level_b1/monthly/nc_monthly.py index 4a9a068..2810274 100644 --- a/aosstower/level_b1/monthly/nc_monthly.py +++ b/aosstower/level_b1/monthly/nc_monthly.py @@ -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',), } -- GitLab