Changeset 3056


Ignore:
Timestamp:
Jun 4, 2018 7:49:35 AM (6 years ago)
Author:
Giersch
Message:

Bugfix in case of restarts using cyclic fill

File:
1 edited

Legend:

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

    r3049 r3056  
    2525! -----------------
    2626! $Id$
     27! found variable has to be set to false inside overlap loop
     28!
     29! 3049 2018-05-29 13:52:36Z Giersch
    2730! Error messages revised
    2831!
     
    13651368       DO  WHILE ( restart_string(1:length) /= '*** end ***' )
    13661369
    1367           found = .FALSE.
    13681370!
    13691371!--       Map data on file as often as needed (data are read only for k=1)
    13701372          DO  k = 1, overlap_count(i)
    13711373
     1374             found = .FALSE.
     1375             
    13721376!
    13731377!--          Get the index range of the subdomain on file which overlap with
Note: See TracChangeset for help on using the changeset viewer.