Replies: 3 comments 6 replies
-
I took a look at the code and refreshed my memory. So this error, for the euler integrator, has units of kgC/plant. And its testing to see if each organ during the growth flux is on allometry, by evaluating the difference between the actual mass of the organ and the allometry value. |
Beta Was this translation helpful? Give feedback.
-
OK, thanks @rgknox. I'll give that a shot! |
Beta Was this translation helpful? Give feedback.
-
Hi @rgknox |
Beta Was this translation helpful? Give feedback.
-
I recently got an integration error "Plant Growth Integrator could not find a solution in less than 300 tries." Prior issues indicate that you can solve this by increasing the
max_trunc_error
param. In 2018, @rgknox raised themax_trunc_error
parameter from 1 to 1000, but the latest version of the code has it back to 1. Should I try raising this again to 1000 in my version of the code to fix the issue or does doing this cause other issues?Beta Was this translation helpful? Give feedback.
All reactions