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