Changeset 1509 for palm/trunk/SOURCE/check_for_restart.f90
- Timestamp:
- Dec 16, 2014 8:56:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_for_restart.f90
r1469 r1509 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! bugfix: prevent infinite loop in case of automatic restarts 23 23 ! 24 24 ! Former revisions: … … 136 136 ! 137 137 !-- Check if a flag file exists that forces a termination of the model 138 terminate_run_l = .FALSE.139 138 IF ( myid == 0 ) THEN 140 139 INQUIRE(FILE="DO_STOP_NOW", EXIST=do_stop_now)
Note: See TracChangeset
for help on using the changeset viewer.