Skip to content
Discussion options

You must be logged in to vote

Linear drag can be implemented with a simple Forcing. Here's the docs for that:

https://clima.github.io/OceananigansDocumentation/stable/models/forcing_functions/

Hypoviscosity cannot be easily implemented in a finite volume model --- to do so, you have to solve a Poisson problem every time-step:

$$ \nabla^2 F_u = u / \mu $$

where $F_u$ is the forcing term that would appear in the momentum equation. In principle it is possible to use the Poisson solvers for this, but it will be a bit of a journey.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@peitianyi23-sudo
Comment options

@glwagner
Comment options

@peitianyi23-sudo
Comment options

Answer selected by peitianyi23-sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants