Questions about iteration #32
Replies: 1 comment 3 replies
-
Hi, it looks like the screenshot shows the Asset details of a GEE image, and that you used an export scale of 1000 m. Would you mind sharing the asset so we can take a better look? Note that the table shows the approximate min and max band values, so it's not surprising that there are negative values in the min column. Note that you don't need to change the code in For the convergence of L, if you have an improvement for the code based on this idea, you are encouraged to implement and submit a pull request to incorporate it into the code. I am moving this conversation to the discussion section as there is no specific issue to address here. |
Beta Was this translation helpful? Give feedback.
-
When I used this geeet and the TSEB model to calculate the regional ET, I found the obtained results:
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 !
Beta Was this translation helpful? Give feedback.
All reactions