Ignore:
Timestamp:
Dec 16, 2014 8:56:46 AM (9 years ago)
Author:
heinze
Message:

bugfix: prevent infinite loop in case of automatic restarts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_for_restart.f90

    r1469 r1509  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: prevent infinite loop in case of automatic restarts
    2323!
    2424! Former revisions:
     
    136136!
    137137!-- Check if a flag file exists that forces a termination of the model
    138     terminate_run_l = .FALSE.
    139138    IF ( myid == 0 )  THEN
    140139       INQUIRE(FILE="DO_STOP_NOW", EXIST=do_stop_now)
Note: See TracChangeset for help on using the changeset viewer.