OMEGA_IMPLICIT in estuaries

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

Moderators: arango, robertson

Post Reply
Message
Author
stlaur
Posts: 36
Joined: Sun Jun 27, 2010 8:45 pm
Location: Old Dominion University

OMEGA_IMPLICIT in estuaries

#1 Unread post by stlaur »

If you run ROMS domains that have realistic bathymetry, resolution <=500m, tides, and your timestep is dictated by Cw, you might want to give OMEGA_IMPLICIT a try (Shchepetkin 2015 https://doi.org/10.1016/j.ocemod.2015.03.006). It's available inside the feature/kernel branch. In our case, the benefits outweighted the trouble of switching to feature/kernel. Pierre

User avatar
arango
Site Admin
Posts: 1383
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: OMEGA_IMPLICIT in estuaries

#2 Unread post by arango »

Hi Pierre, I am glad to hear that. I must return to that branch and check what I need to do to merge it into the develop branch. In the ROMS GitHub version, we can switch branches in the build script very quickly by the command:

Code: Select all

build_roms.sh -j 10 -b feature/kernel
It creates the src subdirectory in your project directory containing the code for the specific branch. We always recommend that users update the cloned copy of the ROMS code.

stlaur
Posts: 36
Joined: Sun Jun 27, 2010 8:45 pm
Location: Old Dominion University

Re: OMEGA_IMPLICIT in estuaries

#3 Unread post by stlaur »

I wanted to update my earlier post and mention that OMEGA_IMPLICIT (Shchepetkin 2015) is now directly available in the standard/official branch ("develop").

pmaccc
Posts: 75
Joined: Wed Oct 22, 2003 6:59 pm
Location: U. Wash., USA

Re: OMEGA_IMPLICIT in estuaries

#4 Unread post by pmaccc »

Pierre, Thanks for pointing this out. I will try it.
Question: how do you determine that your time step is limited by Cw? I must confess that even after years of using ROMS I still have very limited understanding of exactly what causes my models to blowup.
Thanks, Parker

Post Reply