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 12205 for NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-12T11:52:50+01:00 (4 years ago)
Author:
acc
Message:

2019/dev_r11943_MERGE_2019: Merge in dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis. SETTE tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref

    r12193 r12205  
    642642!----------------------------------------------------------------------- 
    643643   ln_tide     = .false.      ! Activate tides 
     644      nn_tide_var   = 1          !  Variant of tidal parameter set and tide-potential computation 
     645      !                          !     (1: default; 0: compatibility with previous versions) 
     646      ln_tide_dia   = .false.    !  Enable tidal diagnostic output 
    644647      ln_tide_pot   = .false.               !  use tidal potential forcing 
     648         rn_tide_gamma = 0.7                   ! Tidal tilt factor 
    645649         ln_scal_load  = .false.               ! Use scalar approximation for 
    646650            rn_scal_load = 0.094               !     load potential 
     
    649653            ! 
    650654      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    651          rdttideramp   =    0.                 !  ramp duration in days 
    652       clname(1)    = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
     655         rn_tide_ramp_dt = 0.               !  ramp duration in days 
     656      sn_tide_cnames(1) = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    653657/ 
    654658!----------------------------------------------------------------------- 
     
    726730   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
    727731   ln_bdytide_2ddta = .false.                   ! 
    728    ln_bdytide_conj  = .false.                   ! 
    729732/ 
    730733 
     
    11921195!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    11931196!!   namflo       float parameters                                      (default: OFF) 
    1194 !!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    11951197!!   nam_diadct   transports through some sections                      (default: OFF) 
    11961198!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     
    12451247      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
    12461248      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1247 / 
    1248 !----------------------------------------------------------------------- 
    1249 &nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    1250 !----------------------------------------------------------------------- 
    1251     ln_diaharm = .false.   ! Choose tidal harmonic output or not 
    1252        nit000_han = 1      !    First time step used for harmonic analysis 
    1253        nitend_han = 75     !    Last time step used for harmonic analysis 
    1254        nstep_han  = 15     !    Time step frequency for harmonic analysis 
    1255        tname(1)   = 'M2'   !    Name of tidal constituents 
    1256        tname(2)   = 'K1'   !              --- 
    12571249/ 
    12581250!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.