!----------------------------------------------------------------------- &namtra_dmp ! tracer: T & S newtonian damping !----------------------------------------------------------------------- ln_tradmp = .true. ! add a damping termn (T) or not (F) nn_hdmp = -1 ! horizontal shape =-1, damping in Med and Red Seas only ! =XX, damping poleward of XX degrees (XX>0) ! + F(distance-to-coast) + Red and Med Seas nn_zdmp = 0 ! vertical shape =0 damping throughout the water column ! =1 no damping in the mixing layer (kz criteria) ! =2 no damping in the mixed layer (rho crieria) rn_surf = 50. ! surface time scale of damping [days] rn_bot = 360. ! bottom time scale of damping [days] rn_dep = 800. ! depth of transition between rn_surf and rn_bot [meters] nn_file = 0 ! create a damping.coeff NetCDF file (=1) or not (=0) /