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 @ 9019

Last change on this file since 9019 was 9019, checked in by timgraham, 6 years ago

Merge of dev_CNRS_2017 into branch

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.