id summary reporter owner description type status priority milestone component version severity resolution keywords cc 1223 Surface pressure gradient error JohnSiddorn acc "Line 136 in the DYN/dynspg.F90 routine at NEMO3.6 updates the surface pressure trend for v twice, rather than for u. ! !== tide potential forcing term ==! IF( .NOT.lk_dynspg_ts .AND. ( ln_tide_pot .AND. lk_tide ) ) THEN ! N.B. added directly at sub-time-step in ts-case ! CALL upd_tide( kt ) ! update tide potential ! DO jj = 2, jpjm1 ! add tide potential forcing DO ji = fs_2, fs_jpim1 ! vector opt. spgv(ji,jj) = spgu(ji,jj) + grav * ( pot_astro(ji+1,jj) - pot_astro(ji,jj) ) / e1u(ji,jj) spgv(ji,jj) = spgv(ji,jj) + grav * ( pot_astro(ji,jj+1) - pot_astro(ji,jj) ) / e2v(ji,jj) END DO END DO ENDIF " Bug closed low OCE v3.6 fixed jchanut rfurner