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_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namtra_ldfeiv @ 9018

Last change on this file since 9018 was 6289, checked in by gm, 8 years ago

#1673 DOC of the trunk - Update, see associated wiki page for description

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