You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
I have updated to v4.0.3 (setup.py method) and I want to calculate heat index using the "old" NWS algorithm. In my weewx.conf I have added:
[StdWXCalculate]
[[Algorithms]]
heatindex = old
but this doesn't seem to have any effect. From looking at wxformulas.py I had assume that setting the algorithm value to anything other than "new" would work. Can anyone advise what I need to do to get this working?
Thanks!
gjr80
unread,
Jan 12, 2021, 5:02:03 AM1/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hi,
I presume you meant 4.3.0 since there is no 4.0.3. As per the User Guide have you tried:
[StdWXCalculate]
[[WXXTypes]]
[[[heatindex]]]
algorithm = old
Gary
Peter Cooper-Davis
unread,
Jan 12, 2021, 5:13:51 AM1/12/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Yes - my bad. I meant 4.3.0
Thanks for the link - I'm not sure why I didn't spot that as it is quite obvious. Thanks for pointing it out