Horizontal Mixing

Discussion of how to use ROMS on different regional and basin scale applications.

Moderators: arango, robertson

Post Reply
Message
Author
koesters

Horizontal Mixing

#1 Unread post by koesters »

Dear ROMS users,

I have problems specifying proper values for diffusion and viscosity coefficients (TNU2, VIS2). It seems there is more guess work involved than calculation.

Furthermore, it seems that the advection algorithms have some kind of intrinsic smoothing (at least the default upstream bias), so horizontal mixing values are not really needed. Does anyone have documentation or information on how to calculate these values?

As a beginner, I would appreciate any help.

Regards,

Frank Koesters
Last edited by koesters on Fri Nov 21, 2003 8:38 pm, edited 1 time in total.

dale
Posts: 12
Joined: Mon Apr 28, 2003 5:05 pm
Location: IMCS, Rutgers University

Re: Horizontal Mixing

#2 Unread post by dale »

Hi Frank:

Yes, upstream bias advection carries with it some intrinsic smoothing. A typical choice would be upstream advection of T and S, but little or no explicit harmonic or biharmonic smoothing (weak diffusivity).

By "little or no" I mean relative to the usual values one would use. These would be chosen to give a predetermined viscous time-scale for the shortest-scale (2 delta-x) waves.

Typically, you would want to have the explicit viscosity have a 2dx timescale short enough to be important relative to other dynamics. In practice, this would usually mean a timescale shorter than a day. Therefore, you would want to pick a viscosity something like:

visc2 ~ (delta_x / pi)**2 / timescale

visc4 ~ (delta_x / pi)**4 / timescale

for harmonic and biharmonic mixing where timescale is a fraction of a day (a quarter to a half perhaps).

This ensures that viscosity is working on 2_dx features (which are inaccurate in any case) but not too strongly.

You notice that I have used words like "usually" and "typically" quite frequently. That is because choosing these parameters is more artistry than science. Nonetheless, the abovementioned rules of thumb often work OK.

Regards,

dale
Last edited by dale on Fri Nov 21, 2003 8:40 pm, edited 1 time in total.

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

RE: Horizontal Mixing

#3 Unread post by kate »

There is a bit of trial and error here for the most experienced of us. The North Atlantic DAMEE runs were done with upstream bias advection of velocity and tracer, without explicit horizontal smoothing. If you look for it, you can see residual 2 dx noise, especially in mid-depth vertical velocities. Another variable is how smooth is "smooth enough".

Something in the model is producing numerical 2 dx noise at some unknown rate. The Laplacian smoothing will damp that out on a timescale of

t_damp = (2 dx)^2 / ((2 pi)^2 nu)

or

t_damp = (dx)^2 / (pi^2 nu)

You can work out how long it will take to smooth things at 2 dx from this, also things at larger scales, such as that 8 dx eddy you really want to keep. The corresponding biharmonic formula is:

t_damp = (dx)^4 / (pi^4 nu)

Other decisions are whether to rotate the mixing or not. There is some question about the correctness of the u,v rotation and it is advised not to rotate the viscosity. For diffusion, we like to rotate to z surfaces at least.

Kate Hedström
kate@arsc.edu

Post Reply