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 NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist – NEMO

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/nam_dynldf @ 11998

Last change on this file since 11998 was 1225, checked in by gm, 15 years ago

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

  • Property svn:executable set to *
File size: 909 bytes
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 (geopotential)        (require "key_ldfslp" in s-coord.)
10   ln_dynldf_iso    =  .false.  !     iso-neutral                      (require "key_ldfslp")
11                                !  Coefficient
12   ahm0    = 40000.             !     horizontal eddy viscosity   [m2/s]
13   ahmb0   =     0.             !     background eddy viscosity for ldf_iso [m2/s]
14/
Note: See TracBrowser for help on using the repository browser.