Changeset 4777 for palm/trunk/SOURCE/write_restart_data_mod.f90
- Timestamp:
- Nov 6, 2020 2:50:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_restart_data_mod.f90
r4671 r4777 24 24 ! ----------------- 25 25 ! $Id$ 26 ! bugfix for writing spectra data with MPI-I/O (they are global arrays!) 27 ! 28 ! 4671 2020-09-09 20:27:58Z pavelkrc 26 29 ! Implementation of downward facing USM and LSM surfaces 27 30 ! … … 1050 1053 CALL wrd_mpi_io( 'simulated_time', simulated_time ) 1051 1054 IF ( ALLOCATED( spectrum_x ) ) THEN 1052 CALL wrd_mpi_io ( 'spectrum_x', spectrum_x )1053 CALL wrd_mpi_io ( 'spectrum_y', spectrum_y )1055 CALL wrd_mpi_io_global_array( 'spectrum_x', spectrum_x ) 1056 CALL wrd_mpi_io_global_array( 'spectrum_y', spectrum_y ) 1054 1057 ENDIF 1055 1058 CALL wrd_mpi_io( 'spinup_time ', spinup_time )
Note: See TracChangeset
for help on using the changeset viewer.