feat(climate-sim): Add biome reference system to enable dynamic biome simulation properties

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-30 22:33:17 -07:00
parent ff842fde2d
commit b059f94a1a

View file

@ -4,7 +4,7 @@ import styled from 'styled-components'
import { MapOverlayPanel, PanelSectionLabel } from './MapOverlayPanel'
// ---------------------------------------------------------------------------
// Biome classification tree — mirrors EcologyPhysics.generated.ts classifyBiome
// Biome classification tree — mirrors biomeClassifier.ts classifyBiome
// Each node shows the decision path that produces a biome.
// ---------------------------------------------------------------------------