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

source: NEMO/releases/CMIP5_IPSL/DOC/TexFiles/Namelist/namtdp @ 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

File size: 1.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtdp        !   tracer newtonian damping                             ('key_tradmp')
3!-----------------------------------------------------------------------
4   ndmp        =   -1      !  type of damping in temperature and salinity
5                           !     ='latitude', damping poleward of 'ndmp' degrees and function
6                           !                  of the distance-to-coast. Red and Med Seas as ndmp=-1
7                           !     =-1 damping only in Med and Red Seas
8   ndmpf       =    1      !  create a damping.coeff NetCDF file (=1) or not (=0)
9   nmldmp      =    1      !  type of damping: =0 damping throughout the water column
10                           !                   =1 no damping in the mixed layer defined by avt >5cm2/s )
11                           !                   =2 no damping in the mixed layer defined rho<rho(surf)+.01 )
12   sdmp        =   50.     !  surface time scale for internal damping (days)
13   bdmp        =  360.     !  bottom  time scale for internal damping (days)
14   hdmp        =  800.     !  depth of transition between sdmp and bdmp (meters)
15/
Note: See TracBrowser for help on using the repository browser.