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 2540 for trunk/DOC/TexFiles/Namelist/namdyn_ldf – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

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

File:
1 edited

Legend:

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

    r2282 r2540  
    22&namdyn_ldf    !   lateral diffusion on momentum 
    33!----------------------------------------------------------------------- 
    4                            !  Type of the operator :  
     4   !                       !  Type of the operator :  
    55   ln_dynldf_lap    =  .true.   !  laplacian operator          
    66   ln_dynldf_bilap  =  .false.  !  bilaplacian operator     
    7                            !  Direction of action  :  
     7   !                       !  Direction of action  :  
    88   ln_dynldf_level  =  .false.  !  iso-level                
    99   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    1010   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    11                            !  Coefficient 
    12    rn_ahm_0         =    40.e3  !  horizontal eddy viscosity   [m2/s] 
     11   !                       !  Coefficient 
     12   rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    1313   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    1414   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]  
Note: See TracChangeset for help on using the changeset viewer.