You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there have been some changes in the C3C4Competition between first implementation and publication to reduce the complexity of the tree cover setup. Look at aligning this implementation to the published method.
Although, in practise C3C4Competition is more of a workflow than a coherent Class. Possibly consider exploding into separate functions/classes that can be swapped rather than a monolithic method that is a hostage to fortune.
The text was updated successfully, but these errors were encountered:
davidorme
changed the title
Check the published implementation of the C3 C4 competition model - specifically changes to tree cover calculation.
Check the published implementation of the C3 C4 competition model
Jan 13, 2025
I think there have been some changes in the
C3C4Competition
between first implementation and publication to reduce the complexity of the tree cover setup. Look at aligning this implementation to the published method.Although, in practise
C3C4Competition
is more of a workflow than a coherent Class. Possibly consider exploding into separate functions/classes that can be swapped rather than a monolithic method that is a hostage to fortune.The text was updated successfully, but these errors were encountered: