Changeset 4535 for palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
- Timestamp:
- May 15, 2020 12:07:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
r4520 r4535 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for restart data format query 28 ! 29 ! 4520 2020-05-06 08:57:19Z schwenkel 27 30 ! Add error number 28 31 ! … … 3229 3232 WRITE ( 14 ) iran, iran_part 3230 3233 3231 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN3234 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 3232 3235 3233 3236 CALL wrd_mpi_io( 'iran', iran ) ! matching random numbers is still unresolved issue … … 3260 3263 WRITE ( 14 ) interpolation_trilinear 3261 3264 3262 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN3265 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 3263 3266 3264 3267 CALL wrd_mpi_io( 'curvature_solution_effects', curvature_solution_effects )
Note: See TracChangeset
for help on using the changeset viewer.