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
From looking at the code, I think this just means changing the nonlinear function calcN_advection!, though some of the diagnostics might also need minor changes depending on how they're calculated.
Happy to help implement this.
The text was updated successfully, but these errors were encountered:
Nice! It might make sense to build this feature as an option to precompute this function and store it in an array. That would be more flexible and also may save computational cost since tanh are relatively expensive.
I suggest adding a new depth parameter, say$\infty$ , giving the current model, or finite.
H
, which can either beIn the finite case, the only change is that the Fourier space operator linking
b
andψ
changes fromto
From looking at the code, I think this just means changing the nonlinear function
calcN_advection!
, though some of the diagnostics might also need minor changes depending on how they're calculated.Happy to help implement this.
The text was updated successfully, but these errors were encountered: