source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namtra_dmp @ 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: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namtra_dmp    !   tracer: T & S newtonian damping
3!-----------------------------------------------------------------------
4   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F)
5   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
6                           !                   =XX, damping poleward of XX degrees (XX>0)
7                           !                      + F(distance-to-coast) + Red and Med Seas
8   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column
9                           !                   =1 no damping in the mixing layer (kz  criteria)
10                           !                   =2 no damping in the mixed  layer (rho crieria)
11   rn_surf     =   50.     !  surface time scale of damping   [days]
12   rn_bot      =  360.     !  bottom  time scale of damping   [days]
13   rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters]
14   nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
15/
Note: See TracBrowser for help on using the repository browser.