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/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/namelists – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/namelists/nam_tide @ 10410

Last change on this file since 10410 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 959 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_tide      !   tide parameters                                      (default: OFF)
3!-----------------------------------------------------------------------
4   ln_tide     = .false.      ! Activate tides
5      ln_tide_pot   = .true.                !  use tidal potential forcing
6         ln_scal_load  = .false.               ! Use scalar approximation for
7            rn_scal_load = 0.094               !     load potential
8         ln_read_load  = .false.               ! Or read load potential from file
9            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential
10            !     
11      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup
12         rdttideramp   =    0.                 !  ramp duration in days
13      clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg
14/
Note: See TracBrowser for help on using the repository browser.