route | R Documentation |
Determines if juveniles stay in their natal tributary, are detoured to a bypass, or out migrate during a simulated month
route( year, month, juveniles, inchannel_habitat, floodplain_habitat, prop_pulse_flows, .pulse_movement_intercept, .pulse_movement_proportion_pulse, .pulse_movement_medium, .pulse_movement_large, .pulse_movement_vlarge, .pulse_movement_medium_pulse, .pulse_movement_large_pulse, .pulse_movement_very_large_pulse, territory_size, stochastic, ... )
year |
The current simulation year, 1-20 |
month |
The current simulation month, 1-8 |
juveniles |
An n by 4 matrix of juvenile fish by watershed and size class |
inchannel_habitat |
A vector of available habitat in square meters |
floodplain_habitat |
A vector of available floodplain habitat in square meters |
prop_pulse_flows |
The proportion of pulse flows |
.pulse_movement_intercept |
Intercept for |
.pulse_movement_proportion_pulse |
Coefficient for |
.pulse_movement_medium |
Size related intercept for |
.pulse_movement_large |
Size related intercept for |
.pulse_movement_vlarge |
Size related intercept for |
.pulse_movement_medium_pulse |
Additional coefficient for |
.pulse_movement_large_pulse |
Additional coefficient for |
.pulse_movement_very_large_pulse |
Additional coefficient for |
territory_size |
Array of juvenile fish territory requirements for |
stochastic |
|
See params
for details on parameter sources
IP-117068
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.