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 5102 for trunk/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-02-23T10:42:04+01:00 (9 years ago)
Author:
timgraham
Message:

Merge of branches/2014/dev_r4650_UKMO3_masked_damping into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5029 r5102  
    791791!----------------------------------------------------------------------- 
    792792   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    793    nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    794                            !                   =XX, damping poleward of XX degrees (XX>0) 
    795                            !                      + F(distance-to-coast) + Red and Med Seas 
    796793   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    797794                           !                   =1 no damping in the mixing layer (kz  criteria) 
    798795                           !                   =2 no damping in the mixed  layer (rho crieria) 
    799    rn_surf     =   50.     !  surface time scale of damping   [days] 
    800    rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    801    rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    802    nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     796   cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
    803797/ 
    804798 
Note: See TracChangeset for help on using the changeset viewer.