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.
Changeset 1225 for trunk/DOC/TexFiles/Namelist/nam_traldf – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/nam_traldf

    r707 r1225  
    11!----------------------------------------------------------------------- 
    2 &nam_traldf   !   lateral diffusion scheme for tracer  
     2&nam_traldf    !   lateral diffusion scheme for tracer  
    33!----------------------------------------------------------------------- 
    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  (+ "key_ldfslp" if ln_sco=T) 
    10    ln_traldf_iso    =  .true.    !     iso-neutral (+ "key_ldfslp") 
    11                                  !  Coefficient 
    12    !  "key_ldftra_c1d"           !     Aht = F(k) 
    13    !  "key_ldftra_c2d"           !     Aht = F(i,j) 
    14    !  "key_ldftra_c3d"           !     Aht = F(i,j,k) 
    15    aht0    =  2000.              !     lateral eddy diffusivity coef. (m2/s) 
    16    ahtb0   =     0.              !     background coef. for isopycnal diffusion (m2/s) 
    17    aeiv0   =  2000.              !     eddy induced velocity coefficient (m2/s)   
    18    !                             !     (+ "key_traldf_eiv") 
     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!                               !  Coefficient 
     12   aht0        =  2000.         !     horizontal eddy diffusivity for tracers [m2/s] 
     13   ahtb0       =     0.         !     background eddy diffusivity for ldf_iso [m2/s] 
     14   aeiv0       =  2000.         !     eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
    1915/ 
Note: See TracChangeset for help on using the changeset viewer.