Opened 14 years ago

Last modified 14 years ago

#414 closed bug

diagnostic bugs - several — at Initial Version

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

Description

1) step2d_lf_am3.h line 1419 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 diag results still seem questionable.

Change History (0)

Note: See TracTickets for help on using tickets.