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.
namtra_dmp in branches/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namtra_dmp @ 2282

Last change on this file since 2282 was 2282, checked in by gm, 14 years ago

ticket:#658 merge DOC of all the branches that form the v3.3 beta

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