Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/build_desert_farm.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
EXPLORER_N_POINTS = 100

ENERGY_COLORS = {
"Chemical": "#0F793D",
"Radiative": "#FFCC33",
"Thermal": "#CC3333",
"Mechanical": "#336699",
"Chemical": "#7A8C5C", # olive — bonds, reactions, metabolism
"Radiative": "#E5C16E", # warm sand — photons, solar
"Thermal": "#7B3F3F", # deep rust — heat, evaporation, climate
"Mechanical": "#4F6B82", # slate — kinetic, mixing, pumping
}

ENERGY_ORDER = ["Chemical", "Radiative", "Thermal", "Mechanical"]
Expand Down Expand Up @@ -281,7 +281,7 @@ def _hover_display(val_min, val_max, unit):
Stommel diagram. The x-axis is time (seconds to millennia), the
y-axis is the volume of space involved (cubic angstroms to the
atmosphere). Color indicates the dominant energy type:
chemical (green), radiative (gold), thermal (red), mechanical (blue).
chemical (olive), radiative (sand), thermal (rust), mechanical (slate).
Click the legend to toggle energy types on/off.</p>
</div>
{div}
Expand Down
8 changes: 4 additions & 4 deletions docs/desert_farm_stommel.html

Large diffs are not rendered by default.

Loading