- Timestamp:
- Jun 4, 2018 7:49:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_restart_data_mod.f90
r3049 r3056 25 25 ! ----------------- 26 26 ! $Id$ 27 ! found variable has to be set to false inside overlap loop 28 ! 29 ! 3049 2018-05-29 13:52:36Z Giersch 27 30 ! Error messages revised 28 31 ! … … 1365 1368 DO WHILE ( restart_string(1:length) /= '*** end ***' ) 1366 1369 1367 found = .FALSE.1368 1370 ! 1369 1371 !-- Map data on file as often as needed (data are read only for k=1) 1370 1372 DO k = 1, overlap_count(i) 1371 1373 1374 found = .FALSE. 1375 1372 1376 ! 1373 1377 !-- Get the index range of the subdomain on file which overlap with
Note: See TracChangeset
for help on using the changeset viewer.