Skip to content

Commit

Permalink
Precipitation docs adjusted title
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed May 17, 2024
1 parent 04e7ed5 commit 882b458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples_3D.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ using CairoMakie
(; precip_large_scale, precip_convection) = simulation.diagnostic_variables.surface
m2mm = 1000 # convert from [m] to [mm]
heatmap(m2mm*precip_large_scale, title="Large-scale precipiation [mm]: Accumulated since start", colormap=:dense)
heatmap(m2mm*precip_large_scale, title="Large-scale precipiation [mm]: Accumulated over 10 days", colormap=:dense)
save("large-scale_precipitation_acc.png", ans) # hide
nothing # hide
```
Expand Down

0 comments on commit 882b458

Please sign in to comment.