danStich / shadia

shadia: dam passage performance standard models for R
https://shadia-ui.github.io/index.html
GNU General Public License v3.0
6 stars 1 forks source link

Generalize application of moveC and delayC #34

Closed danStich closed 3 years ago

danStich commented 4 years ago

I want to generalize the application of the individual-based upstream migration model (moveC) and delay calculations (delayC) based on the number of routes (nRoutes). Right now, we use logical queries based on river name, but several of the routines are identical based on number of routes.

danStich commented 4 years ago

Can also generalize spawn_X data in innerLoopSampling based on variables like nDam and the like.

danStich commented 4 years ago

I think we can also generalize postSpawnMortality by nRoutes, as well.

danStich commented 3 years ago

Done, done, and others also generalized in #49