New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
nam_tide in branches/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist/nam_tide @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

File size: 571 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_tide      !   tide parameters (#ifdef key_tide)
3!-----------------------------------------------------------------------
4   ln_tide_pot   = .true.   !  use tidal potential forcing
5   clname(1)     =   'M2'   !  name of constituent
6   clname(2)     =   'S2'
7   clname(3)     =   'N2'
8   clname(4)     =   'K1'
9   clname(5)     =   'O1'
10   clname(6)     =   'Q1'
11   clname(7)     =   'M4'
12   clname(8)     =   'K2'
13   clname(9)     =   'P1'
14   clname(10)    =   'Mf'
15   clname(11)    =   'Mm'
16/
Note: See TracBrowser for help on using the repository browser.