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_eiv in NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists/namtra_eiv @ 10321

Last change on this file since 10321 was 10321, checked in by davestorkey, 5 years ago

UKMO/NEMO4_beta_mirror: Update to version 10279 of the trunk.

File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
3!-----------------------------------------------------------------------
4   ln_ldfeiv   = .false.   ! use eddy induced velocity parameterization
5      !
6      !                        !  Coefficients:
7      nn_aei_ijk_t    = 0           !  space/time variation of eddy coefficient:
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      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le
15      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
16      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
17      !
18      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
19/
Note: See TracBrowser for help on using the repository browser.