surv_juv_bypass | R Documentation |
Calculates the juvenile rearing survival in the bypasses
surv_juv_bypass( max_temp_thresh, avg_temp_thresh, high_predation, ..surv_juv_bypass_int = lateFallRunDSM::params$..surv_juv_bypass_int, .avg_temp_thresh = lateFallRunDSM::params$.surv_juv_bypass_avg_temp_thresh, .high_predation = lateFallRunDSM::params$.surv_juv_bypass_high_predation, .medium = lateFallRunDSM::params$.surv_juv_bypass_medium, .large = lateFallRunDSM::params$.surv_juv_bypass_large, .floodplain = lateFallRunDSM::params$.surv_juv_bypass_floodplain, min_survival_rate = lateFallRunDSM::params$min_survival_rate, stochastic )
max_temp_thresh |
Variable representing the probability of exceeding the max temp threshold |
avg_temp_thresh |
Variable representing the probability of exceeding the average temperature |
high_predation |
Variable representing an indicator for high predation in watershed |
..surv_juv_bypass_int |
intercept, source: calibration |
.avg_temp_thresh |
coefficient for |
.high_predation |
coefficient for |
.medium |
size related intercept for medium sized fish |
.large |
size related intercept for large sized fish |
.floodplain |
Additional intercept for floodplain rearing benefit |
min_survival_rate |
estimated survival rate if temperature threshold is exceeded |
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.