Changeset 4535 for palm/trunk/SOURCE/ocean_mod.f90
- Timestamp:
- May 15, 2020 12:07:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/ocean_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 ! … … 2202 2205 WRITE ( 14 ) wave_breaking 2203 2206 2204 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN2207 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 2205 2208 2206 2209 CALL wrd_mpi_io( 'bc_sa_t', bc_sa_t ) … … 2252 2255 ENDIF 2253 2256 2254 ELSEIF ( TRIM( restart_data_format_output) == 'mpi' ) THEN2257 ELSEIF ( restart_data_format_output(1:3) == 'mpi' ) THEN 2255 2258 2256 2259 IF ( ALLOCATED( rho_ocean_av ) ) CALL wrd_mpi_io( 'rho_ocean_av', rho_ocean_av )
Note: See TracChangeset
for help on using the changeset viewer.