Analyze growth rate sensitivity to temperature and feeding levels
Source:R/15.3-analysis-sensitivity.R
analyze_growth_temperature_sensitivity.RdAnalyzes how growth rates respond to different temperature and feeding level combinations. Uses p-values (proportion of maximum consumption capacity) to simulate feeding scenarios from survival levels (p ~0.2) to maximum capacity (p = 1.0). Parallelized for efficiency.
Arguments
- bio_obj
Bioenergetic object containing species parameters and environmental data
- temperatures
Vector of temperatures to test in °C (default: 8-18°C by 2°C steps)
- p_values
Vector of p-values representing feeding levels as proportion of Cmax (default: 0.3-1.0)
- simulation_days
Number of days to simulate (default: 365)
- oxycal
Oxycalorific coefficient in J/g O2 (default: 13560)
- parallel
Use parallel processing (default: FALSE)
- n_cores
Number of cores for parallel processing (default: detectCores() - 1)
- verbose
Show progress information (default: TRUE)