Calculates egestion, excretion, respiration, and SDA for a single day. Uses existing mid-level functions from other modules.
calculate_daily_metabolism(
consumption_energy,
current_weight,
temperature,
effective_p,
processed_species_params,
diet_proportions = NULL,
indigestible_fractions = NULL,
oxycal = 13560
)List with all metabolic fluxes
Energy consumption (J/g fish/day)
Current weight (g)
Temperature (°C)
Effective p_value for the day
All processed species parameters
Diet proportions for the day
Indigestible fractions for the day
Oxycalorific coefficient (J/g O2)