surv_juv_bypass: Juvenile Bypass Survival

View source: R/survival.R

surv_juv_bypassR Documentation

Juvenile Bypass Survival

Description

Calculates the juvenile rearing survival in the bypasses

Usage

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
)

Arguments

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 avg_temp_thresh variable

.high_predation

coefficient for high_predation variable

.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

TRUE FALSE value indicating if model is being run stochastically

Details

See params for details on parameter sources

Source

IP-117068


CVPIA-OSC/lateFallRunDSM documentation built on June 30, 2022, 10:04 p.m.