Changes between Initial Version and Version 1 of Ticket #234


Ignore:
Timestamp:
11/03/08 18:54:18 (16 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #234

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

    initial v1  
    11It turns out that we need to follow the point association rules for array '''IJwater''' in the call to '''mp_scatter''' in input routines '''nf_fread2d.F''', '''nf_fread3d.F''', and '''nf_fread4d.F''' when the '''READ_WATER''' option is activated. Although these input routines are not inside a module, the '''mp_scatter''' routine is and this array is passed as a pointer using the '''SCALARS(ng)%IJwater''' synthax.
     2This problem is also found in routine '''white_noise.F'''.
    23
    34This is similar to src:ticket:228 and discovered using '''ifort 10.1'''. Many thanks to Mathieu Dutour for reporting this problem.