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.
Changeset 4745 for branches/2014/dev_r4650_UKMO3_masked_damping/DOC/TexFiles/Namelist/namtra_dmp – NEMO

Ignore:
Timestamp:
2014-08-14T17:18:46+02:00 (10 years ago)
Author:
timgraham
Message:

Modified documentation to describe new features.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO3_masked_damping/DOC/TexFiles/Namelist/namtra_dmp

    r3294 r4745  
    22&namtra_dmp    !   tracer: T & S newtonian damping 
    33!----------------------------------------------------------------------- 
    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) 
     4   ln_tradmp   =  .true.     !  add a damping termn (T) or not (F) 
     5   nn_zdmp     =    0        !  vertical   shape =0    damping throughout the water column 
     6                             !                   =1 no damping in the mixing layer (kz  criteria) 
     7                             !                   =2 no damping in the mixed  layer (rho crieria) 
     8   cn_resto    = 'resto.nc'  ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
     9 
    1510/ 
Note: See TracChangeset for help on using the changeset viewer.