-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define LAI as Input Value #71
Comments
Do you also estimate LAI from a function and few parameters? We could implement it as a new lai-method into the package. Otherwise, you can use the low-level function that calls the model kernel (see below), or adjust the Let me know if that works for you. Best regards,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to be able to initially define LAI for each of the days I am going to analyze, in the same way that I defined SAI, densef, Age, height. However, the code I have found only gives me the option to calculate LAI with the available methods using make_seasLAI.
What function or variable input could I use to define specific LAI values for each of the days I will analyze?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: