Ignore:
Timestamp:
Mar 3, 2021 4:10:18 PM (4 years ago)
Author:
raasch
Message:

small re-formatting to follow the coding standard, typo in file appendix removed, more meaningful variable names assigned, redundant code removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/surface_mod.f90

    r4893 r4896  
    2525! -----------------
    2626! $Id$
     27! variable renamed
     28!
     29! 4893 2021-03-02 16:39:14Z raasch
    2730! revised output of surface data via MPI-IO for better performance
    2831!
     
    221224               rrd_mpi_io_global_array,                                                            &
    222225               rrd_mpi_io_surface,                                                                 &
    223                total_number_of_surface_values,                                                     &
     226               total_number_of_surface_elements,                                                   &
    224227               wrd_mpi_io,                                                                         &
    225228               wrd_mpi_io_global_array,                                                            &
     
    40194022          IF ( .NOT. surface_data_to_write )  CYCLE
    40204023
    4021           ns_h_on_file(l) = total_number_of_surface_values
     4024          ns_h_on_file(l) = total_number_of_surface_elements
    40224025
    40234026          CALL wrd_mpi_io( 'global_start_index_h_' // dum, global_start_index )
     
    41534156          IF ( .NOT. surface_data_to_write )  CYCLE
    41544157
    4155           ns_v_on_file(l) = total_number_of_surface_values
     4158          ns_v_on_file(l) = total_number_of_surface_elements
    41564159
    41574160          CALL wrd_mpi_io( 'global_start_index_v_' // dum, global_start_index )
Note: See TracChangeset for help on using the changeset viewer.