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 trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/nam_tide @ 3294

Last change on this file since 3294 was 3294, checked in by rblod, 12 years ago

Merge of 3.4beta into the trunk

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