surv_juv_delta.RdCalculates the juvenile rearing survival in the deltas
surv_juv_delta(
avg_temp,
max_temp_thresh,
avg_temp_thresh,
high_predation,
contact_points,
prop_diverted,
total_diverted,
..surv_juv_delta_int = winterRunDSM::params$..surv_juv_delta_int,
.avg_temp_thresh = winterRunDSM::params$.surv_juv_delta_avg_temp_thresh,
.high_predation = winterRunDSM::params$.surv_juv_delta_high_predation,
.surv_juv_delta_contact_points = winterRunDSM::params$.surv_juv_delta_contact_points,
..surv_juv_delta_contact_points = winterRunDSM::params$..surv_juv_delta_contact_points,
.prop_diverted = winterRunDSM::params$.surv_juv_delta_prop_diverted,
.surv_juv_delta_total_diverted = winterRunDSM::params$.surv_juv_delta_total_diverted,
..surv_juv_delta_total_diverted = winterRunDSM::params$..surv_juv_delta_total_diverted,
.medium = winterRunDSM::params$.surv_juv_delta_medium,
.large = winterRunDSM::params$.surv_juv_delta_large,
min_survival_rate = winterRunDSM::params$min_survival_rate,
stochastic
)IP-117068
Variable representing average temperature in the delta
Variable representing the probability of exceeding the max temperature
Variable representing the probability of exceeding the average temperature
Variable representing an indicator for high predation in delta
Variable representing the number of contact points in watershed
Variable representing the proportion of water diverted
Variable representing the total diversions
intercept, source: calibration
Coefficient for avg_temp_thresh variable
Coefficient for high_predation variable
Coefficient for contact_points variable
Calibrated coefficient for contact_points variable
Coefficient for prop_diversions variable
Coefficient for total_diversions variable
Calibrated coefficient for total_diversions variable
Size related intercept for medium sized fish
Size related intercept for large sized fish
Estimated survival rate if temperature threshold is exceeded
TRUE FALSE value indicating if model is being run stochastically
See params for details on parameter sources