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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/DOC/TexFiles/Namelist/namtra_dmp – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

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

    r3294 r6225  
    11!----------------------------------------------------------------------- 
    2 &namtra_dmp    !   tracer: T & S newtonian damping 
     2&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    33!----------------------------------------------------------------------- 
    44   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 
    85   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    96                           !                   =1 no damping in the mixing layer (kz  criteria) 
    107                           !                   =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) 
     8   cn_resto    ='resto.nc' !  Name of file containing restoration coeff. field (use dmp_tools to create this) 
    159/ 
Note: See TracChangeset for help on using the changeset viewer.