Typo in NOAA-monthly-imp.exp
Posted: Sat Mar 02, 2019 6:51 pm
Just a heads up, there's a slight typo in the template for monthly noaa reports (in imperial units).
The daily line reads:
[DD] [th0temp-avg=F.000001: ] [th0temp-max=F.000001: ] [th0temp-maxts.ij: ]:[th0temp-maxts.kl: ] [th0temp-min=F.000001: ] [th0temp-mints.ij: ]:[th0temp-mints.kl: ] [rain0total-sum=in.00002: ] [wind0wind-avg=mph.00001: ] [wind0wind-max=mph.00001: ] [wind0wind-maxts.ij: ]:[wind0wind-maxts.kl: ] [wind0dir-avg.000: ] [thb0seapress-avg=in.000002: ] [th0hum-avg.00: ]
Where it should read:
[DD] [th0temp-avg=F.000001: ] [th0temp-max=F.000001: ] [th0temp-maxts.ij: ]:[th0temp-maxts.kl: ] [th0temp-min=F.000001: ] [th0temp-mints.ij: ]:[th0temp-mints.kl: ] [rain0total-sum=in.00002: ] [wind0wind-avg=mph.00001: ] [wind0wind-max=mph.00001: ] [wind0wind-maxts.ij: ]:[wind0wind-maxts.kl: ] [wind0dir-avg.000: ] [thb0seapress-avg=inhg.000002: ] [th0hum-avg.00: ]
Note the "thb0seapress-avg=in.000002". That's converting mb/hPa to inches (conversion seems to assume the units are mm). So the numbers are wildly off.
I had fixed it myself but seems like a new firmware just dropped and overwrote my fix. Could get this fixed upstream?
Thanks!
The daily line reads:
[DD] [th0temp-avg=F.000001: ] [th0temp-max=F.000001: ] [th0temp-maxts.ij: ]:[th0temp-maxts.kl: ] [th0temp-min=F.000001: ] [th0temp-mints.ij: ]:[th0temp-mints.kl: ] [rain0total-sum=in.00002: ] [wind0wind-avg=mph.00001: ] [wind0wind-max=mph.00001: ] [wind0wind-maxts.ij: ]:[wind0wind-maxts.kl: ] [wind0dir-avg.000: ] [thb0seapress-avg=in.000002: ] [th0hum-avg.00: ]
Where it should read:
[DD] [th0temp-avg=F.000001: ] [th0temp-max=F.000001: ] [th0temp-maxts.ij: ]:[th0temp-maxts.kl: ] [th0temp-min=F.000001: ] [th0temp-mints.ij: ]:[th0temp-mints.kl: ] [rain0total-sum=in.00002: ] [wind0wind-avg=mph.00001: ] [wind0wind-max=mph.00001: ] [wind0wind-maxts.ij: ]:[wind0wind-maxts.kl: ] [wind0dir-avg.000: ] [thb0seapress-avg=inhg.000002: ] [th0hum-avg.00: ]
Note the "thb0seapress-avg=in.000002". That's converting mb/hPa to inches (conversion seems to assume the units are mm). So the numbers are wildly off.
I had fixed it myself but seems like a new firmware just dropped and overwrote my fix. Could get this fixed upstream?
Thanks!