id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 1685,Hard coded criterion for turbocline depth in dmp routines,mathiot,mathiot,"= Description In trunk and in 3.6_STABLE, in the dmp routine (tradmp, dyndmp (C1D) and trcdmp (TOP)), the threshold to decide if we are in the turbocline or not, is hard coded (5.e-4_wp). {{{#!f avt(ji,jj,jk) <= 5.e-4_wp }}} = Recommendation Replace the 5.e-4_wp by avt_c. avt_c is set to 5.e-4_wp in zdfmxl. {{{#!f avt(ji,jj,jk) <= avt_c }}} or replace the test by a test on depth as it is done for the mixed layer: {{{#!f gdept_n(ji,jj,jk) >= hmld (ji,jj) }}} ",Task,closed,low,Unscheduled,OCE,trunk,,fixed,DMP,