Main simulation settings (population, years, landscape, turbines) are in the left sidebar.
Wind turbines are selected in the left sidebar (filtered by landscape).
These parameters control porpoise movement behavior based on the DEPONS CRW model.
Memory decay rates and food replenishment control how porpoises remember food locations.
JASMINE Mode Settings - These parameters are only active when JASMINE mode is selected in the sidebar. JASMINE provides physics-based movement, Dynamic Energy Budget (DEB) modeling, and learned avoidance behavior.
Override individual subsystems independently of the main simulation mode.
Parameters for JASMINE physics-based movement model.
Dynamic Energy Budget parameters for JASMINE mode.
Disturbance memory and avoidance behavior parameters.
Layer Statistics
Download simulation results in CSV format.
Download Results CSVExported Data Includes:
- Tick count and simulation time
- Population size over time
- Birth and death counts
- Energy levels
- Year and day markers
For DEPONS-compatible outputs (Population.txt, PorpoiseStatistics.txt, etc.), use the Python API:
from cenop.core.output_writer import OutputWriter writer = OutputWriter(config) writer.record_tick(sim)