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

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/namelists/namtra_ldfeiv @ 10008

Last change on this file since 10008 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
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.