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
Recreating the benchmark locally (or a near-equivalent) currently has issues with variables' names having changed.
to_initialize(leaf) returns (photosynthesis = (:aPPFD,), energy_balance = (:Ra_SW_f,)), and some variables in the models are initialised to -Inf. After the simulation has run, some NaN values have propagated here and there. A few adjustments need to be made to obtain a correct output.
The text was updated successfully, but these errors were encountered:
Recreating the benchmark locally (or a near-equivalent) currently has issues with variables' names having changed.
to_initialize(leaf)
returns(photosynthesis = (:aPPFD,), energy_balance = (:Ra_SW_f,))
, and some variables in the models are initialised to-Inf
. After the simulation has run, someNaN
values have propagated here and there. A few adjustments need to be made to obtain a correct output.The text was updated successfully, but these errors were encountered: