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.
nam_dynldf in trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/nam_dynldf @ 707

Last change on this file since 707 was 707, checked in by smasson, 16 years ago

error during changeset:705... related to ticket:1

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&nam_dynldf   !   lateral diffusion on momentum
3!-----------------------------------------------------------------------
4   !                             !  Type of the operator :
5   ln_dynldf_lap    =  .true.    !     laplacian operator         
6   ln_dynldf_bilap  =  .false.   !     bilaplacian operator       
7                                 !  Direction of action  :
8   ln_dynldf_level  =  .false.   !     iso-level                 
9   ln_dynldf_hor    =  .true.    !     horizontal  (+ "key_ldfslp" if ln_sco=T)
10   ln_dynldf_iso    =  .false.   !     iso-neutral (+ "key_ldfslp")
11   !                             !  Coefficient
12   !  "key_ldfdyn_c1d"           !     Ahm = F(k)
13   !  "key_ldfdyn_c2d"           !     Ahm = F(i,j)
14   !  "key_ldfdyn_c3d"           !     Ahm = F(i,j,k)
15   ahm0    = 40000.              !     horizontal eddy viscosity for the dynamics (m2/s)
16   ahmb0   =     0.              !     background eddy viscosity for isopycnal diffusion (m2/s)
17/
Note: See TracBrowser for help on using the repository browser.