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 8903 for branches/2017/dev_r8329_ENHANCE14_SAL/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-12-05T16:59:03+01:00 (7 years ago)
Author:
jchanut
Message:

ENHANCE-14_Jerome_SAL - corrections after review - add scalar approximation - #1926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8329_ENHANCE14_SAL/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8363 r8903  
    526526&nam_tide      !   tide parameters 
    527527!----------------------------------------------------------------------- 
    528    ln_tide       = .false. 
    529    ln_tide_load  = .false.               !  read load potential 
    530    filetide_load = 'tide_LOAD_grid_T.nc' ! filename for load potential  
    531    ln_tide_pot   = .true.                !  use tidal potential forcing 
    532    ln_tide_ramp  = .false.               ! 
    533    rdttideramp   =    0.                 ! 
    534    clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
     528   ln_tide       = .false.                ! Activate tides  
     529      ln_tide_pot   = .true.                !  use tidal potential forcing 
     530         ln_scal_load  = .false.               ! Use scalar approximation for  
     531            rn_scal_load = 0.094               !     load potential 
     532         ln_read_load  = .false.               ! Or read load potential from file 
     533            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential      
     534            !                                 
     535      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
     536         rdttideramp   =    0.                 !  ramp duration in days 
     537      clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    535538/ 
    536539!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.