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
For BMI it seems we should offer one dimensional arrays. I only started doing that when someone pointed me to the best practices in csdms/bmi-example-julia#5. Still I don't get the row/column-major indexing reason, since flattening it does not resolve that.
However, just like the linked PR we can use a Matrix internally, and only towards the BMI offer it in 1D, that vec call is just a different view on the same memory.
These fields are currently initialized as a single long vector and a vector of vector.
Having them as matrix would be nicer.
This should work fine with the BMI as well.
The text was updated successfully, but these errors were encountered: