From 6eaf527bc74b8cb5d00d55cfa1d4cbf7c276169a Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 10 Nov 2024 16:40:32 +1100 Subject: [PATCH 1/2] 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) From 26f9f68bb262dc71ea3deda2a82dc6a07d3ed915 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 10 Nov 2024 16:42:02 +1100 Subject: [PATCH 2/2] fix indentation --- docs/src/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 13f607772..cf453d095 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -43,8 +43,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) @@ -158,7 +158,6 @@ If you use OceanBioME as part of your research, teaching, or other activities, w } ``` - ## Funding OceanBioME.jl is supported through grants from the [Center for Climate Repair at Cambridge](https://www.climaterepair.cam.ac.uk/) and the [Gordon and Betty Moore Foundation](https://www.moore.org/).