Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/yield-optimizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const YieldOptimizer = {
// Optimize Temperature based on Quality
// Hard to digest (low score) -> needs slightly higher temp (thermophilic shift)
// Start with a standard mesophilic temperature
let optimalTemp = 37.5;
let optimalTemp = 37.5; // Stable baseline mesophilic temperature (°C) for anaerobic digestion — optimal for moderate-quality organic waste
let recommendation = 'Maintain stable mesophilic conditions (37.5°C).';
let healthStatus = 'Optimal';

Expand Down