Questions about iteration
Closed this issue · 0 comments
dingjy0714 commented
When I used this geeet and the TSEB model to calculate the regional ET, I found the obtained results:
- Tc=Ts
- the minimum value of LEc and LEs was negative.
- the minimum value of ETd was also negative.
Then I checked the code and found that you had set the maximum number of iterations to be 5. But after 5 iterations my results were not satisfactory. So I changed the code in tseb.py so that max_iterations = 5, which ensures that PT is positive, which ensures that alphaPT is positive. But when I run it again, the result is the same as before. How can I solve it ?
In addition, in this geeet, the condition to stop the iteration is that LEs is positive. Should we add a condition that L converges to a stable value ?
Looking forward to your reply !