Click any pin below to load a parameter calibration built from the literature metadatabase and adjusted for that site’s climate. Grey pins are seed sites (no reviewed literature values yet); amber pins have partial coverage; green pins have full coverage. Confidence intervals and citation counts appear beside every slider in the Parameters tab after selection.
Upload a multi-year time series (CSV with a header row; any subset of columns
year, A, F, K, D is accepted) and estimate a chosen subset of
model parameters by Nelder-Mead least squares. After fitting, the forecast
regime is classified (stable coexistence, parasitoid-free, outbreak cycles,
or canopy collapse).
Latin Hypercube Sampling with Partial Rank Correlation Coefficients identifies which parameters most strongly influence the dominant eigenvalue ρ* and regime shift probability. This is computationally intensive — please be patient.
Save parameter sets as named scenarios, compare them side-by-side, and explore parameter sensitivity with 1-D sweeps.
No scenarios saved.
AlderIPM-Sim is a browser-based decision-support tool for managing Agelastica alni (alder leaf beetle) outbreaks in European alder (Alnus) forests. It implements a coupled ecoepidemiological model that integrates:
dS/dτ = -β·S·F/(1+h·S) - c_B·B·(S+I)/(1+a_B·(S+I)) - (μ_S + u_C)·S dI/dτ = β·S·F/(1+h·S) - c_B·B·(S+I)/(1+a_B·(S+I)) - (μ_I + δ + u_C)·I dF/dτ = η·δ·I - μ_F·F + u_P dD/dτ = κ·(S + I)
A(t+1) = R_B · σ_A · S(T) / (1 + σ_A · S(T) / K(t)) F(t+1) = σ_F · F(T) K(t+1) = K_0 · exp(-φ · D(T)) D(t+1) = D(T)
As the system approaches a bifurcation (tipping point), critical slowing down causes three measurable changes in state-variable time series:
Each indicator is tested for a monotonic increasing trend using Kendall's τ rank correlation. The traffic-light alert system is: GREEN (no significant trends), AMBER (one indicator significant), RED (both variance and autocorrelation increasing).
This application runs entirely in the browser with no server-side computation. The ODE system is integrated using 4th-order Runge-Kutta (dt = 0.1 days). Equilibria are found via Newton-Raphson with numerical Jacobian computation. All charts are rendered with Plotly.js using the Okabe-Ito colorblind-safe palette. Dark mode and all settings are saved to localStorage.
Source code is available in the alder-ipm-sim-web/ directory
alongside companion R and Python packages.