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
Should give the item size (8) back. The error is thrown because a view is applied on a Float64 in BMI.get_value_ptr(model, name). For now, decided to not exchange scalar variables through BMI (there are only a few model parameters defined on a scalar grid).
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Wflow version checks
I have checked that this issue has not already been reported.
I have checked that this bug exists on the latest version of Wflow.
Reproducible Example
BMI.get_var_itemsize(model, "lateral.land.alpha_pow")
Current behaviour
Desired behaviour
Should give the item size (8) back. The error is thrown because a
view
is applied on a Float64 inBMI.get_value_ptr(model, name)
. For now, decided to not exchange scalar variables through BMI (there are only a few model parameters defined on a scalar grid).Additional Context
No response
The text was updated successfully, but these errors were encountered: