Opened 14 years ago

Closed 14 years ago

#414 closed bug (Fixed)

diagnostic bugs - several

Reported by: jcwarner Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.4
Component: Nonlinear Version: 3.4
Keywords: Cc:

Description (last modified by arango)

1) Line 1419 step2d_lf_am3.h is:

          DiaU2rhs(i,j,M2hadv)=DiaU2rhs(i,j,M2yadv)+fac1

and should be

          DiaU2rhs(i,j,M2hadv)=DiaU2rhs(i,j,M2hadv)+fac1

2) Line 561 step3d_uv.F is:

            Dwrk(i,M2yadv)=Dwrk(i,M2hadv)+                              &
     &                     DiaU3wrk(i,j,k,M3yadv)*Hzk(i,k)

and should be

            Dwrk(i,M2yadv)=Dwrk(i,M2yadv)+                              &
     &                     DiaU3wrk(i,j,k,M3yadv)*Hzk(i,k)

the diagnotics results still seem questionable...

Change History (1)

comment:1 by arango, 14 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, good catch!!! In what sense are the diagnostic term results questionable?

Note: See TracTickets for help on using tickets.