When simulating tides in ROMS with harmonics (say ADCIRC harmonics for SSH, UBAR, VBAR) there are two options that could be specified:
#define SSH_TIDES /* turn on computation of tidal elevation */ AND/OR
#define UV_TIDES /* turn on computation of tidal currents */
Should both of these options be turned on simultaneously or is using SSH_TIDES alone sufficient? Some ocean models do not have the equivalent to UV_TIDES and only use water elevation / SSH to bring tides into their computations.
Thank you.
Simulating tides with ROMS
If this still works the same way it did when we first put tides in, all the _TIDES routines do is add the appropriate high-frequency signals to the low-frequency climatology signals. So, what you need to specify depends on how you set up your open boundary conditions. I would reccoment the CHAPMAN/FLATHER combination, as that seems to deal with bartropic gravity waves (like tides) very well.
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Please check ROMS 2.2 release notes. I think that the instructions are very clear:
viewtopic.php?t=198
The tidal forcing capability of ROMS was expanded for the case that only tidal elevation is available. It is still preferable to provide both tidal elevation and currents. There are new options to compute the tidal currents, if not available, using reduced physics.
viewtopic.php?t=198
The tidal forcing capability of ROMS was expanded for the case that only tidal elevation is available. It is still preferable to provide both tidal elevation and currents. There are new options to compute the tidal currents, if not available, using reduced physics.