zgrid boundaries in floats output file

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
colberg
Posts: 13
Joined: Mon Feb 16, 2004 4:54 pm
Location: CSIRO

zgrid boundaries in floats output file

#1 Unread post by colberg »

Hi all,
we are running a ROMS simulation with

define FLOATS
define FLOAT_VWALK

we have 30 vertical layers defined and hence values for zgrid should be between 0, 29.
However, the model computes values below zero (up to -400) and greater than 30. This happens mostly in shallow areas related to river channels and coastal points. However, the depth values of affected floats is not unreasonable.

When we

undef FLOAT_VWALK

the zgrid variables behaves as expected. So the vertical random walk appears to be the culprit. Has anyone encountered similar behaviour ?

thanks
Frank

User avatar
wilkin
Posts: 884
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: zgrid boundaries in floats output file

#2 Unread post by wilkin »

What turbulence closure scheme are you using? That affects how Akt is computed that sets the random velocity.

Is FLOAT_STICKY #defined? That affects whether floats reflect from the surface and bottom. You might experiment with setting this to see what happens - it could help diagnose the issue. Around line 973 in step_floats.F you'll see that it appears the extreme zgrid values you report are explicitly prevented.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply