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) 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/).