Changeset 4832 for palm/trunk/SOURCE/restart_data_mpi_io_mod.f90
- Timestamp:
- Jan 7, 2021 7:15:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/restart_data_mpi_io_mod.f90
r4828 r4832 25 25 ! ----------------- 26 26 ! $Id$ 27 ! some debug output flushed 28 ! 29 ! 4828 2021-01-05 11:21:41Z Giersch 27 30 ! interface for 3d logical arrays added 28 31 ! … … 2355 2358 INT( (iog%nx+1), KIND = rd_offset_kind ) * wp 2356 2359 2357 write(9,*) 'array_position real3d ',trim(name),' ',array_position 2360 IF ( debug_output ) THEN 2361 WRITE (9,*) 'array_position real3d ', TRIM( name ), ' ', array_position 2362 FLUSH( 9 ) 2363 ENDIF 2358 2364 2359 2365 END SUBROUTINE wrd_mpi_io_real_3d
Note: See TracChangeset
for help on using the changeset viewer.