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 3100 for branches – NEMO

Changeset 3100 for branches


Ignore:
Timestamp:
2011-11-14T18:35:14+01:00 (12 years ago)
Author:
cbricaud
Message:

cosmetic changes for tide namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_MERCATOR_INGV_2011_MERGE/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3085 r3100  
    384384/ 
    385385!----------------------------------------------------------------------- 
    386 !       nam_tide       tide parameters (#ifdef key_tide) 
    387 !----------------------------------------------------------------------- 
    388 !  ln_tide_pot    = use tidal potential forcing 
    389 !  nb_harmo    = number of constituents used 
    390 !  name(1)     = 'M2', 'K1', etc name of constituent 
    391  
    392 &nam_tide 
    393    ln_tide_pot           = .true. 
    394    nb_harmo    = 11 
    395    clname(1)     =   'M2' 
     386&nam_tide      !   tide parameters (#ifdef key_tide) 
     387!----------------------------------------------------------------------- 
     388   ln_tide_pot   = .true.   !  use tidal potential forcing 
     389   nb_harmo      =    11    !  number of constituents used 
     390   clname(1)     =   'M2'   !  name of constituent 
    396391   clname(2)     =   'S2' 
    397392   clname(3)     =   'N2' 
Note: See TracChangeset for help on using the changeset viewer.