From 6eaf527bc74b8cb5d00d55cfa1d4cbf7c276169a Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 10 Nov 2024 16:40:32 +1100 Subject: [PATCH] fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 891ac5d48..26c0502c5 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ biogeochemistry = NutrientPhytoplanktonZooplanktonDetritus(; grid) model = NonhydrostaticModel(; grid, biogeochemistry, advection = WENO(; grid), - closure = AnisotropicMinimumDissipation(), - buoyancy = SeawaterBuoyancy(constant_salinity = true)) + closure = AnisotropicMinimumDissipation(), + buoyancy = SeawaterBuoyancy(constant_salinity = true)) @inline front(x, z, μ, δ) = μ + δ * tanh((x - 7000 + 4 * z) / 500)