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.
namtra_ldfeiv in branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namtra_ldfeiv @ 8810

Last change on this file since 8810 was 8810, checked in by flavoni, 6 years ago

ROBUST-11_Simona-DocUserdef?: update DOC and Namelists, for usrdef routines and domain_cfg

File size: 1002 bytes
Line 
1!-----------------------------------------------------------------------
2&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
3!-----------------------------------------------------------------------
4   ln_ldfeiv     = .false. ! use eddy induced velocity parameterization
5      rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
6      nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
7      !                             !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
8      !                             !   =  0           constant
9      !                             !   = 10 F(k)      =ldf_c1d
10      !                             !   = 20 F(i,j)    =ldf_c2d
11      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
12      !                             !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
13      ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities
14/
Note: See TracBrowser for help on using the repository browser.