From 882b45824d377de920068432d17e7bf27f6fa9bd Mon Sep 17 00:00:00 2001 From: Milan Date: Fri, 17 May 2024 13:15:24 -0400 Subject: [PATCH] Precipitation docs adjusted title --- docs/src/examples_3D.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/examples_3D.md b/docs/src/examples_3D.md index 8ad3e60a3..3fc556c61 100644 --- a/docs/src/examples_3D.md +++ b/docs/src/examples_3D.md @@ -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 ```