-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi all,
As I start to migrate the list of items in #13 to individual issues, I've found it useful to better define the functionality
for VEL.jl to better plan how the interface between the two will work. This issue mostly relates to my plan to implement
different types of Measurements
As far as I can tell, all this would require from EcoSISTEM to integrate is shifting how storage works storage
in simulate_record!(storage::AbstractArray...)
.
Right now this is filled via,storage[:, :, i] = eco.abundances.matrix
Would it be possible to shift the abundance matrix type in Ecosystem
to something that stores an arbitrarily long list of matrices (parameterized by data type) corresponding to different measurements (e.g. abundance and a trait unrelated to the traits being selected on in the EcoSISTEM trait-relationship)?