Changes between Initial Version and Version 1 of Ticket #299


Ignore:
Timestamp:
03/13/09 15:27:03 (15 years ago)
Author:
arango
Comment:

OK, I cleaned a little that logic. We need to trap any error in ROMS with exit_flag, so we can have a smooth termination procedure in parallel applications, coupling models set-up, nested grids, etc. Recently, I added more exit_flag statements to inp_par.F

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #299

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

    initial v1  
    1 When ROMS (the Nonlinear model) cannot find an input file, it exits, but before it does, CHECKDEFS reports an "Illegal model configuration", eg:
     1When ROMS (the Nonlinear model) cannot find an input file, it exits, but before it does, '''CHECKDEFS''' reports an ''Illegal model configuration'', eg:
    22{{{
    33 READ_PHYPAR - could not find input file:  stations.in
     
    2424When the missing file is supplied, it runs normally.
    2525
    26 The "Illegal model configuration" message seems a bit misleading, and I think this behaviour is new. Is it intentional?
     26The ''Illegal model configuration'' message seems a bit misleading, and I think this behaviour is new. Is it intentional?