Page 1 of 1

Any Specific variables for month values

Posted: Tue Jan 28, 2025 5:04 pm
by meteosantasusanna
Hello, I need the show in a txt file the folowing weather data but not find the apropiate variable to do it: Can anywhere help me?:

- The Highest Màximum Temperature of the Month and his day
- The Lowest Màximum Temperature of the Month and his day
- The Highest Minimum Temperature of the Month and his day
- The Lowest Màximum Temperature of the Month and his day

- Number of days was the temperatures was higher than of XX degress
- Number of days was the temperatures was lower than of XX degress

- The Highest daily Totalrain of the month and his day

- Number of days on the rain was more than of xx mm

With what variable can i show that data? I can not find that on the tutorial

Thanks in advance

Re: Any Specific variables for month values

Posted: Wed Jan 29, 2025 11:52 am
by Mattk
Most things requiring more than one (1) derivative are typically above what single variable solutions are meant to do. When comparisons over time relative to conditional logic variables then normal template variables are not the solution.

- Highest/Max monthly Temp & day/date [th0temp-mmax], [th0temp-mmaxtime.gh:--] breaks out the specific day/date
- Lowest/Min monthly Temp & day/date [th0temp-mmin], [th0temp-mmintime.gh:--] breaks out the specific day/date

Lowest Max and Highest Min would require logic scripts and determine the value on a sequential conditional daily logic

Number of days higher than or lower than something will require script logic

- Highest daily total month rain & date? Rain being a cumulative value and not using standard selectors doubt a variable can provide this.
[rainototal-mcount:--] will report the number of days in a month with rain/days that it rained

Number of days of rain more than xx mm, nothing a simple variable can handle