Skip to content

Commit

Permalink
Update outputs in EBM-Melt page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem12345 authored Dec 4, 2024
1 parent 10d0913 commit fb90e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/ebm_melt/ebm_melt.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ budyko_sellers_halfar_water_composition_diagram = @relation () begin
halfar(A, h, melt)
end
nothing # hide
```

``` @example DEC
Expand All @@ -191,6 +192,7 @@ budyko_sellers_halfar_water = apex(oapply(budyko_sellers_halfar_water_compositio
Open(warming, [:A, :Tₛ]),
Open(melting, [:Tₛ, :h, :melt]),
Open(ice_dynamics, [:stress_A, :dynamics_h, :dynamics_melt])]))
nothing # hide
```

## Define initial conditions
Expand Down Expand Up @@ -313,7 +315,7 @@ Let's visualize the initial conditions for ice height and the ice height after 1
``` @example DEC
f = Figure()
ax = LScene(f[1,1], scenekw=(lights=[],))
msh = mesh!(ax, s_plots, color=soln.u[end].h)
msh = mesh!(ax, s_plots, color=soln.u[begin].h)
Colorbar(f[1,2], msh)
f
```
Expand Down

0 comments on commit fb90e65

Please sign in to comment.