source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namdyn_ldf @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 973 bytes
Line 
1!-----------------------------------------------------------------------
2&namdyn_ldf    !   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   rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s]
13   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s]
14   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]
15/
Note: See TracBrowser for help on using the repository browser.