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.
nam_tide in NEMO/branches/2020/dev_r13333_KERNEL-08_techene_gm_HPG_SPG/doc/namelists – NEMO

source: NEMO/branches/2020/dev_r13333_KERNEL-08_techene_gm_HPG_SPG/doc/namelists/nam_tide @ 14037

Last change on this file since 14037 was 14037, checked in by ayoung, 3 years ago

Updated to trunk at 14020. Sette tests passed with change of results for configurations with non-linear ssh. Ticket #2506.

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&nam_tide      !   tide parameters                                      (default: OFF)
3!-----------------------------------------------------------------------
4   ln_tide     = .false.      ! Activate tides
5      nn_tide_var   = 1          !  Variant of tidal parameter set and tide-potential computation
6      !                          !     (1: default; 0: compatibility with previous versions)
7      ln_tide_dia   = .false.    !  Enable tidal diagnostic output
8      ln_tide_pot   = .false.               !  use tidal potential forcing
9         rn_tide_gamma = 0.7                   ! Tidal tilt factor
10         ln_scal_load  = .false.               ! Use scalar approximation for
11            rn_scal_load = 0.094               !     load potential
12         ln_read_load  = .false.               ! Or read load potential from file
13            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential
14            !
15      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup
16         rn_tide_ramp_dt = 0.               !  ramp duration in days
17      sn_tide_cnames(1) = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg
18/
Note: See TracBrowser for help on using the repository browser.