Changes between Initial Version and Version 1 of Ticket #414


Ignore:
Timestamp:
03/26/10 19:15:14 (14 years ago)
Author:
arango
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #414

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #414 – Description

    initial v1  
    1 1) step2d_lf_am3.h
    2 line 1419 is
     1 1) Line 1419 '''step2d_lf_am3.h''' is:
     2{{{
    33          DiaU2rhs(i,j,M2hadv)=DiaU2rhs(i,j,M2yadv)+fac1
    44
     
    66
    77          DiaU2rhs(i,j,M2hadv)=DiaU2rhs(i,j,M2hadv)+fac1
     8}}}
    89
    9 
    10 2) line 561 step3d_uv.F is
     10 2) Line 561 '''step3d_uv.F''' is:
     11{{{
    1112            Dwrk(i,M2yadv)=Dwrk(i,M2hadv)+                              &
    1213     &                     DiaU3wrk(i,j,k,M3yadv)*Hzk(i,k)
    1314
    1415and should be
     16
    1517            Dwrk(i,M2yadv)=Dwrk(i,M2yadv)+                              &
    1618     &                     DiaU3wrk(i,j,k,M3yadv)*Hzk(i,k)
     19}}}
     20
     21the diagnotics results still seem questionable...
    1722
    1823
    1924
    20 
    21 
    22 the diag results still seem questionable.
    23 
    24 
    25