I'm tying to figure out how to add average values to certain observations in my NOAA reports. I'd like to have the monthly outdoor temperature maximums and minimums averaged, such that the bottom like summary would have an average max temp, average mean temp, and average low temp. My bottom-of-report line includes this:
$month.outTemp.max.nolabel($Temp,$NONE) $month.outTemp.avg.nolabel($Temp,$NONE) $month.outTemp.min.nolabel($Temp,$NONE) but what I would like is an average high, average mean, and average low. The overall monthly mean is easily defined by $month.outTemp.avg, but what would the equivalent be for monthly average of $month.outTemp.max and $month.outTemp.min? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/e587c5c7-11ca-419c-8d73-9a73160fa18an%40googlegroups.com.
