Changeset 2563 for palm/trunk/SOURCE/parin.f90
- Timestamp:
- Oct 19, 2017 3:36:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r2550 r2563 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Changed position where restart files are closed. 28 ! 29 ! 2550 2017-10-16 17:12:01Z boeske 27 30 ! Added complex_terrain 28 31 ! … … 559 562 12 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN 560 563 CALL read_var_list 561 !562 !-- The restart file will be reopened when reading the subdomain data563 CALL close_file( 13 )564 564 565 565 ! … … 698 698 699 699 ! 700 !-- The restart file will be reopened when reading the subdomain data 701 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN 702 CALL close_file( 13 ) 703 ENDIF 704 705 ! 700 706 !-- Check in case of initial run, if the grid point numbers are well 701 707 !-- defined and allocate some arrays which are already needed in
Note: See TracChangeset
for help on using the changeset viewer.