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
Any Specific variables for month values
Moderator: Mattk
-
- Fresh Boarder
- Posts: 9
- Joined: Sun Sep 25, 2022 10:38 am
Re: Any Specific variables for month values
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
- 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