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 5214 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-04-15T17:14:06+02:00 (9 years ago)
Author:
davestorkey
Message:

Merge in changes from the trunk up to rev 5107.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5208 r5214  
    794794!----------------------------------------------------------------------- 
    795795   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    796    nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    797                            !                   =XX, damping poleward of XX degrees (XX>0) 
    798                            !                      + F(distance-to-coast) + Red and Med Seas 
    799796   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    800797                           !                   =1 no damping in the mixing layer (kz  criteria) 
    801798                           !                   =2 no damping in the mixed  layer (rho crieria) 
    802    rn_surf     =   50.     !  surface time scale of damping   [days] 
    803    rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    804    rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    805    nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     799   cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
    806800/ 
    807801 
     
    845839   ln_dynvor_mix = .false. !  mixed scheme 
    846840   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     841   ln_dynvor_een_old = .false.  !  energy & enstrophy scheme - original formulation 
    847842/ 
    848843!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.