BIOSPHERE BLUE
a coupled Earth-system simulator
v1.0 · press ? in-game for help
Biosphere Blue is a planet-scale geosim. Simulate a closed Earth-like ecosystem with carbon, water, energy, and biomass cycles — adjust solar input, atmospheric composition, and biome distribution; watch the planet evolve over millennia. Donation-supported, MIT-licensed.
No win condition — sandbox simulation. Set initial conditions (solar input, CO₂, ocean coverage, etc.), then watch climate, biomes, and life evolve. Tweak in mid-run to study how the system responds.
The carbon cycle, hydrological cycle, and energy budget are accurate first-order representations. Biome distribution uses Whittaker climate-biome diagrams. It is not a research-grade GCM (general circulation model).
How sensitive Earth's climate is to small forcing changes; why the ocean is the dominant carbon sink; how runaway feedbacks (ice-albedo, water-vapor) emerge in extreme scenarios.
Yes — drop solar input by 5–10% and watch the ice-albedo feedback take over. Recovery requires CO₂ buildup from volcanism.
Biosphere Blue is a teaching tool, not a research GCM. For research-grade earth-system modeling, see CESM or GFDL's ESM4.
Biosphere Blue is engineer-built, and its climate engine is the reason the planet behaves the way it does. It is an energy-balance-style model, not a Stefan-Boltzmann general-circulation model: rather than solving radiative transfer with σT⁴ at every level, each surface tile relaxes toward an equilibrium temperature set by absorbed sunlight plus an additive greenhouse offset, then diffuses heat to its neighbors. Every quantity below is read directly from the simulation source, and every reservoir is bounded so the planet stays physically plausible even in extreme runs. The clock advances in 100,000-year steps.
For each tile the engine computes an equilibrium temperature from absorbed shortwave radiation and greenhouse forcing:
T_eq = −14 + 60 × insolation × solar × (1 − albedo) + greenhouseFactor (minus an elevation lapse-rate term).
Insolation uses a zonal-mean Legendre-P2 approximation of latitude — poles receive less than the equator. Albedo is surface-dependent: ice reflects ~0.62, open ocean ~0.08, and land takes its biome albedo lowered by up to 40% where vegetation is dense. Tile temperature then relaxes toward T_eq with a ~60,000-year time constant and is smoothed by one neighbor-diffusion pass. This is deliberately "energy-balance-ish" — a linear absorbed-sunlight term plus a greenhouse offset relaxing to equilibrium, rather than a full radiative-convective GCM.
Greenhouse warming is the sum of logarithmic CO₂ and CH₄ forcings, amplified by water vapor:
CO₂ and CH₄ are tracked as separate reservoirs each step:
| Term | Behavior |
|---|---|
| Volcanism | Constant CO₂ source |
| Silicate weathering | Temperature-dependent CO₂ sink (the long-term thermostat), throttled by ice cover |
| Ocean solubility (Henry's law) | Warm oceans outgas, cold oceans absorb (neutral near 15 °C) |
| Plant drawdown | Photosynthetic CO₂ uptake scaling with vegetation |
| Methane | Wetland, permafrost-thaw, and livestock sources; atmospheric oxidation sink |
Two transient pulses ride on top: wildfires and methane oxidation. Methane that oxidizes is converted to CO₂ molecule-for-molecule, so carbon is conserved rather than destroyed. Wildfire ignition is a per-tile probability driven by dryness, heat, and vegetation, gated by atmospheric O₂ — nothing burns below ~13% O₂, and above ~25% even damp biomes combust explosively (the Carboniferous fire regime). Each burned tile dumps a CO₂ pulse, releases CH₄, and consumes O₂. The slow geochemical terms are rate-capped per step, but the fast fire and oxidation pulses deliberately bypass that cap so total carbon stays conserved.
Life is modeled per clade with classic logistic growth toward a fitness-scaled carrying capacity: Δbiomass = r · biomass · (1 − biomass / K), layered with trophic interactions — producers face grazing pressure, consumers starve without producer mass, and carnivores prey on smaller consumers — plus mutation, speciation, and extinction. Vegetation both lowers surface albedo and drives the biological carbon and methane fluxes, coupling the ecosystem back into the climate.
Because it is a playable model rather than a forecasting tool, every reservoir is clamped to a plausible range — CO₂ (60–25,000 ppm), CH₄, O₂ (0–28%), water-vapor multiplier, sea level, ice depth, and per-clade biomass all saturate rather than diverge. That is what keeps a runaway or a snowball dramatic but recoverable. For research-grade earth-system modeling, see CESM or GFDL's ESM4; Biosphere Blue is a teaching sandbox that gets the first-order physics and the tipping-point behavior right.
Sign in with GitHub to share strategies, ask questions, or report a bug.