Changeset 4896 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Mar 3, 2021 4:10:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r4893 r4896 25 25 ! ----------------- 26 26 ! $Id$ 27 ! variable renamed 28 ! 29 ! 4893 2021-03-02 16:39:14Z raasch 27 30 ! revised output of surface data via MPI-IO for better performance 28 31 ! … … 221 224 rrd_mpi_io_global_array, & 222 225 rrd_mpi_io_surface, & 223 total_number_of_surface_ values,&226 total_number_of_surface_elements, & 224 227 wrd_mpi_io, & 225 228 wrd_mpi_io_global_array, & … … 4019 4022 IF ( .NOT. surface_data_to_write ) CYCLE 4020 4023 4021 ns_h_on_file(l) = total_number_of_surface_ values4024 ns_h_on_file(l) = total_number_of_surface_elements 4022 4025 4023 4026 CALL wrd_mpi_io( 'global_start_index_h_' // dum, global_start_index ) … … 4153 4156 IF ( .NOT. surface_data_to_write ) CYCLE 4154 4157 4155 ns_v_on_file(l) = total_number_of_surface_ values4158 ns_v_on_file(l) = total_number_of_surface_elements 4156 4159 4157 4160 CALL wrd_mpi_io( 'global_start_index_v_' // dum, global_start_index )
Note: See TracChangeset
for help on using the changeset viewer.