Changeset 4535 for palm/trunk/SOURCE/gust_mod.f90
- Timestamp:
- May 15, 2020 12:07:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/gust_mod.f90
r4517 r4535 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for restart data format query 28 ! 29 ! 4517 2020-05-03 14:29:30Z raasch 27 30 ! added restart with MPI-IO for reading local arrays 28 31 ! … … 727 730 ! ENDIF 728 731 729 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN732 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 730 733 731 734 ! CALL wrd_mpi_io( 'global_parameter', global_parameter ) … … 757 760 ! ENDIF 758 761 759 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN762 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 760 763 761 764 ! IF ( ALLOCATED( u2_av ) ) CALL wrd_mpi_io( 'u2_av', u2_av )
Note: See TracChangeset
for help on using the changeset viewer.