Adjusts mortality based on current fish weight
calculate_weight_dependent_mortality(
current_weight,
base_mortality,
weight_threshold,
starvation_factor,
initial_weight = NULL
)Adjusted mortality rate
Current weight (g)
Base daily mortality rate
Weight threshold below which mortality increases
Multiplication factor for starvation
Initial weight for comparison (optional)