Vegetation Modeling
Status: Beta — Core engine complete, model development ongoing
Vegetation Modeling is an orchestration layer around the josh simulation engine. It takes fire severity boundaries from Disturbance Severity as external data, runs josh simulations to project vegetation recovery trajectories, and structures the output to help managers understand fire impacts over time.
josh itself is a standalone, open-source tool that can be used independently of the Disturbance Toolbox. Vegetation Modeling simply provides a streamlined workflow for applying josh to post-fire recovery scenarios.

Why Process-Based Modeling?
Empirical models (regressions trained on observed data) require data that are both spatially and temporally rich at the taxonomic resolution of interest. To model Joshua tree recovery specifically, we would need decades of repeated measurements across the landscape—data that don’t exist and likely never will.
Process-based models sidestep this limitation by building from ecological literature: how fast do seedlings grow? What conditions trigger germination? How does competition affect survival? These parameters can be estimated from targeted studies even without landscape-scale monitoring data.
What is josh?
josh is an open-source, spatially explicit simulation engine developed by DSE. It uses a domain-specific language (DSL) with friendly syntax inspired by HyperTalk, making stochastic, spatial, and stateful operations accessible without requiring deep software engineering knowledge.
Key features:
- Domain-specific language for specifying organisms, life stages, demographic rates, and environmental interactions
- Scalable execution from browser-based prototyping (via WebAssembly) to distributed cloud computing on hundreds of machines—with minimal or no code changes
- Cloud-native geospatial formats including GeoTIFF and netCDF for seamless integration with fire severity rasters
- Transparent models that ecologists can inspect, critique, and modify
- Open source under a permissive BSD license
josh was originally conceived during a cross-disciplinary workshop to address challenges in ecological modeling: the need for landscape-scale, stochastic, spatial simulations without requiring systems-level programming expertise.
josh is a standalone tool that can be used independently of the Disturbance Toolbox.
Integration with Other Tools
In the context of this toolbox:
- Inputs: Severity rasters from Disturbance Severity, plus climate scenarios and model parameters
- Outputs: Spatiotemporal projections of vegetation recovery (occupancy, abundance, community composition over time)
- Downstream: Outputs feed into Resource Optimization for comparing intervention strategies
A josh model must be parameterized and validated before a fire event occurs. The model knows how to respond to fire effects (mortality, reduced competition, seed bank impacts) and management interventions (seeding, planting, invasive removal), but these responses need to be built in ahead of time.
