You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@warn("Split barotropic-baroclinic time stepping with SplitRungeKutta3TimeStepper is not tested and experimental.\n"*
56
-
"Use at own risk, and report any issues encountered.")
61
+
"Use at own risk, and report any issues encountered at [https://github.com/CliMA/Oceananigans.jl/issues](https://github.com/CliMA/Oceananigans.jl/issues).")
57
62
58
63
!isnothing(implicit_solver) &&
59
64
@warn("Implicit-explicit time-stepping with SplitRungeKutta3TimeStepper is not tested. "*
@@ -70,7 +75,6 @@ function SplitRungeKutta3TimeStepper(grid, prognostic_fields, args...;
Copy file name to clipboardExpand all lines: src/TurbulenceClosures/turbulence_closure_implementations/TKEBasedVerticalDiffusivities/catke_vertical_diffusivity.jl
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,9 @@ Turbulent Kinetic Energy (TKE).
58
58
!!! note "CATKE vertical diffusivity"
59
59
`CATKEVerticalDiffusivity` is a new turbulence closure diffusivity. The default
60
60
values for its free parameters are obtained from calibration against large eddy
61
-
simulations. For more details please refer to [Wagner25catke](@cite).
61
+
simulations. For more details please refer to [Wagner25catke](@citet).
62
62
63
-
Use with caution and report any issues with the physics at https://github.com/CliMA/Oceananigans.jl/issues.
63
+
Use with caution and report any issues with the physics at [https://github.com/CliMA/Oceananigans.jl/issues](https://github.com/CliMA/Oceananigans.jl/issues).
64
64
65
65
Arguments
66
66
=========
@@ -77,18 +77,19 @@ Keyword arguments
77
77
78
78
- `turbulent_kinetic_energy_equation`: The TKE equation; default: `CATKEEquation()`.
79
79
80
-
- `maximum_tracer_diffusivity`: Maximum value for tracer diffusivity. CATKE-predicted tracer diffusivities that are larger
81
-
than `maximum_tracer_diffusivity` are clipped. Default: `Inf`.
80
+
- `maximum_tracer_diffusivity`: Maximum value for tracer diffusivity. CATKE-predicted tracer
81
+
diffusivities that are larger than `maximum_tracer_diffusivity`
82
+
are clipped. Default: `Inf`.
82
83
83
-
- `maximum_tke_diffusivity`: Maximum value for TKE diffusivity. CATKE-predicted diffusivities for TKE that are larger
84
-
than `maximum_tke_diffusivity` are clipped. Default: `Inf`.
84
+
- `maximum_tke_diffusivity`: Maximum value for TKE diffusivity. CATKE-predicted diffusivities
85
+
for TKE that are larger than `maximum_tke_diffusivity` are clipped.
86
+
Default: `Inf`.
85
87
86
-
- `maximum_viscosity`: Maximum value for momentum diffusivity. CATKE-predicted momentum diffusivities that are larger
87
-
than `maximum_viscosity` are clipped. Default: `Inf`.
88
+
- `maximum_viscosity`: Maximum value for momentum diffusivity. CATKE-predicted momentum diffusivities
89
+
that are larger than `maximum_viscosity` are clipped. Default: `Inf`.
88
90
89
-
- `minimum_tke`: Minimum value for the turbulent kinetic energy.
90
-
Can be used to model the presence "background" TKE
91
-
levels due to, for example, mixing by breaking internal waves.
91
+
- `minimum_tke`: Minimum value for the turbulent kinetic energy. Can be used to model the presence
92
+
"background" TKE levels due to, for example, mixing by breaking internal waves.
92
93
Default: 1e-9.
93
94
94
95
- `minimum_convective_buoyancy_flux` Minimum value for the convective buoyancy flux. Default: 1e-11.
@@ -99,6 +100,7 @@ Keyword arguments
99
100
100
101
References
101
102
==========
103
+
102
104
Wagner, G. L., Hillier, A., Constantinou, N. C., Silvestri, S., Souza, A., Burns, K., Hill,
103
105
C., Campin, J.-M., Marshall, J., and Ferrari, R. (2025). "Formulation and calibration of CATKE,
104
106
a one-equation parameterization for microscale ocean mixing." J. Adv. Model. Earth Sy., 17, e2024MS004522.
0 commit comments