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 12117 for NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-09T10:46:17+01:00 (4 years ago)
Author:
smueller
Message:

Merging of the developments in /NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides@12096 with respect to /NEMO/trunk@12072 into /NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis (tickets #2175 and #2194)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis/cfgs/SHARED/namelist_ref

    r11983 r12117  
    568568!----------------------------------------------------------------------- 
    569569   ln_tide     = .false.      ! Activate tides 
     570      nn_tide_var   = 1          !  Variant of tidal parameter set and tide-potential computation 
     571      !                          !     (1: default; 0: compatibility with previous versions) 
     572      ln_tide_dia   = .false.    !  Enable tidal diagnostic output 
    570573      ln_tide_pot   = .true.                !  use tidal potential forcing 
     574         rn_tide_gamma = 0.7                   ! Tidal tilt factor 
    571575         ln_scal_load  = .false.               ! Use scalar approximation for 
    572576            rn_scal_load = 0.094               !     load potential 
     
    575579            !       
    576580      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    577          rdttideramp   =    0.                 !  ramp duration in days 
    578       clname(1)    = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
     581         rn_tide_ramp_dt = 0.               !  ramp duration in days 
     582      sn_tide_cnames(1) = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    579583/ 
    580584!----------------------------------------------------------------------- 
     
    652656   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
    653657   ln_bdytide_2ddta = .false.                   ! 
    654    ln_bdytide_conj  = .false.                   !  
    655658/ 
    656659 
Note: See TracChangeset for help on using the changeset viewer.