Land boundary for ROMS online floats

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
jxiong
Posts: 2
Joined: Wed Feb 10, 2021 8:06 pm
Location: University of Washington

Land boundary for ROMS online floats

#1 Unread post by jxiong »

Dear ROMS users,

I wondered if anyone knows how ROMS online floats treat the land boundary? I got the particle trajectory by activating FLOATS (please see attached figure) but couldn't figure out how exactly the particle interacts with the land boundary from the source code. Is it reflective or some other rules?

Thanks in advance for the kind help.
Best,
Jilian
Screen Shot 2023-01-04 at 5.27.32 PM.png

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

Re: Land boundary for ROMS online floats

#2 Unread post by wilkin »

The 4th order predictor corrector scheme for ROMS online floats interpolates the gridded velocity field to each float's position within a cell and integrates over the model time step DT in such a way that as a float approaches a land boundary the velocity normal to the boundary tends zero (by virtue of the boundary condition) so the float never quite bumps into the coast. It can freely slip along parallel to the coast (free-slip or no slip would not matter for coast interactions, only the speed).

Since the floats are integrated on every time step, it's not possible for a float to cross more than one cell in one DT because that would imply the velocity violates CFL stability. So the local interpolation within a cell, and high order time stepping, is sufficient to prevent float/coast interactions. I can't recall ever seeing floats get stuck.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

jxiong
Posts: 2
Joined: Wed Feb 10, 2021 8:06 pm
Location: University of Washington

Re: Land boundary for ROMS online floats

#3 Unread post by jxiong »

Thanks very much, Dr. Wilkin!

Post Reply