Results 203 comments of James Adams

Please submit this in a PR. Thanks for your help!

This issue has been resolved by commit ed7c8f0. The syntax error on line 314 (formerly 316) in `eto.py` has been corrected: **Before:** ```python if daily_tmin_celsius.size != daily_tmax_celsius != daily_tmean_celsius: ```...

I burned a few AI tokens on this and came up with the following plan and script, in case it's useful: [20260102_issue_408_plan.md](https://github.com/user-attachments/files/24411681/20260102_issue_408_plan.md) [reproduce_issue_408.py](https://github.com/user-attachments/files/24411682/reproduce_issue_408.py)