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.
#924 (bug in traadv_qck.F90) – NEMO

Opened 12 years ago

Closed 12 years ago

#924 closed Bug (fixed)

bug in traadv_qck.F90

Reported by: greffray Owned by: cbricaud
Priority: low Milestone:
Component: OCE Version: v3.4
Severity: Keywords:
Cc:

Description

At the line 179 :

zdx = ( zdir * e1t(ji,jj) + ( 1. - zdir ) * e1t(ji+1,jj) )
instead of
zdx = ( zdir * e1t(ji,jj) + ( 1. - zdir ) * e1t(ji+1,jj) ) * e2u(ji,jj) * fse3u(ji,jj,jk)

At the line 301 :

zdx = ( zdir * e2t(ji,jj) + ( 1. - zdir ) * e2t(ji,jj+1) )
instead of
zdx = ( zdir * e2t(ji,jj) + ( 1. - zdir ) * e2t(ji,jj+1) ) * e1v(ji,jj) * fse3v(ji,jj,jk)

Guillaume

Commit History (0)

(No commits)

Change History (3)

comment:1 Changed 12 years ago by cbricaud

  • Resolution set to fixed
  • Status changed from new to closed

resolved at rev 3299

comment:2 Changed 12 years ago by cbricaud

  • Resolution fixed deleted
  • Status changed from closed to reopened

comment:3 Changed 12 years ago by cbricaud

  • Resolution set to fixed
  • Status changed from reopened to closed

modifications of rev 3299 have been cancelled and original lines have been restored at rev 3301.

Note: See TracTickets for help on using tickets.