Tides

10. Tides#

Related CPP options:

TIDES

Activate tidal forcing at open boundaries

SSH_TIDES

Process and use tidal sea level data

UV_TIDES

Process and use tidal current data

OBC_REDUCED_PHYSICS

Compute tidal velcocity from tidal elevation
in case of tidal current is not available

TIDERAMP

Apply ramping on tidal forcing (1 day) at initialization
Warning! This should be undefined if restarting the model

Preselected options:

# ifdef TIDES
#  define SSH_TIDES
#  define UV_TIDES
#  ifndef UV_TIDES
#   define OBC_REDUCED_PHYSICS
#  endif
#  define TIDERAMP
# endif