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_ldf in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namtra_ldf @ 2540

Last change on this file since 2540 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtra_ldf    !   lateral diffusion scheme for tracer
3!-----------------------------------------------------------------------
4   !                       !  Type of the operator :
5   ln_traldf_lap    =  .true.   !  laplacian operator       
6   ln_traldf_bilap  =  .false.  !  bilaplacian operator     
7   !                       !  Direction of action  :
8   ln_traldf_level  =  .false.  !  iso-level               
9   ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T)
10   ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp")
11   ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp")  ! UNDER TEST, DO NOT USE
12   ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp")  ! UNDER TEST, DO NOT USE
13   !                       !  Coefficient
14   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s]
15   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s]
16   rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
17/
Note: See TracBrowser for help on using the repository browser.