Population
Year
Births
Deaths
Spatial Distribution
Charts
Advanced Setup

Main simulation settings (population, years, landscape, turbines) are in the left sidebar.

Disturbance & Threats

Wind turbines are selected in the left sidebar (filtered by landscape).

Correlated Random Walk (CRW) Parameters

These parameters control porpoise movement behavior based on the DEPONS CRW model.

Dispersal Settings
PSM Parameters (Persistent Spatial Memory)
Energy & Memory Parameters

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.

Subsystem Mode Overrides

Override individual subsystems independently of the main simulation mode.

Physics Parameters

Parameters for JASMINE physics-based movement model.

DEB Energy Parameters

Dynamic Energy Budget parameters for JASMINE mode.

Learned Avoidance Parameters

Disturbance memory and avoidance behavior parameters.

Porpoise Age Distribution (0-30 years)
Energy Level Distribution (0-20)
Landscape Energy Level
Average Porpoise Movement
Vital Statistics
Porpoise Dispersal
Deterrence Events
Noise Exposure Map
Layer Controls

Layer Statistics
Spatial Viewer
Export Simulation Data

Download simulation results in CSV format.

Download Results CSV
Exported 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)