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.
Changeset 4147 for branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/nam_tide – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/nam_tide

    r3294 r4147  
    11!----------------------------------------------------------------------- 
    2 !       nam_tide       tide parameters (#ifdef key_tide) 
     2&nam_tide      !   tide parameters (#ifdef key_tide) 
    33!----------------------------------------------------------------------- 
    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' 
     4   ln_tide_pot   = .true.   !  use tidal potential forcing 
     5   clname(1)     =   'M2'   !  name of constituent 
    126   clname(2)     =   'S2' 
    137   clname(3)     =   'N2' 
Note: See TracChangeset for help on using the changeset viewer.