Changes between Initial Version and Version 1 of Ticket #321


Ignore:
Timestamp:
06/17/09 16:24:29 (15 years ago)
Author:
arango
Comment:

Yes, good catch. The Lfloats and Lstation switch is also missing the output.F. Actually, this is the important routine that controls the output.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #321

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

    initial v1  
    1 This option is supposed to work like Lstations == F, i.e. we can compile with FLOATS or STATIONS and still deactivate them at runtime. But those options create segmentation faults when running. The solution is to modify the files '''inp_par.F''', '''grid_coord.F''' and '''main3d.F''' by adding some tests there.
    2 The diff files done on revision 353 are in attachment.
     1This option is supposed to work like '''Lstations == F''', i.e. we can compile with '''FLOATS''' or '''STATIONS''' and still deactivate them at runtime. But those options create segmentation faults when running. The solution is to modify the files '''inp_par.F''', '''grid_coord.F''' and '''main3d.F''' by adding some tests there.