Kenhasteandersen / NUMmodel

Reference implementation of the Nutrient-Unicellular-Multicellular modelling framework
GNU General Public License v3.0
3 stars 7 forks source link

New function: extractResult #52

Open Kenhasteandersen opened 1 month ago

Kenhasteandersen commented 1 month ago

Extract a given time, depth, and space from sim into u, and return derivatives and rates. Should work with all types of simulations (chemostat, water column, and global)

Kenhasteandersen commented 1 month ago

Could perhaps be done better by modifying getRates instead of making a new function