Ignore:
Timestamp:
Nov 2, 2018 2:19:26 PM (5 years ago)
Author:
raasch
Message:

bugfix: misplaced positions of cpp-directives for netCDF and MPI fixed; output format limited to a maximum line length of 80

File:
1 edited

Legend:

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

    r3421 r3483  
    2525! -----------------
    2626! $Id$
     27! bugfix: missed directives for MPI added
     28!
     29! 3421 2018-10-24 18:39:32Z gronemeier
    2730! Add output variables
    2831! Write data into binary file
    29 ! Initial implenentation from Klaus Ketelsen and Matthias Suehring
     32! Initial implementation from Klaus Ketelsen and Matthias Suehring
    3033!
    3134! 3420 2018-10-24 17:30:08Z gronemeier
     
    796799               WRITE ( 25+av )  surfaces%polygons
    797800            ENDIF
     801#if defined( __parallel )
    798802            CALL MPI_BARRIER( comm2d, ierr )
     803#endif
    799804            first_output(av) = .TRUE.
    800805         ENDDO
     
    808813            WRITE ( 25+av )  simulated_time
    809814         ENDIF
     815#if defined( __parallel )
    810816         CALL MPI_BARRIER( comm2d, ierr )
     817#endif
    811818      ENDDO
    812819
     
    19411948               WRITE ( 25+av )  surfaces%var_out
    19421949            ENDIF
     1950#if defined( __parallel )
    19431951            CALL MPI_BARRIER( comm2d, ierr )
     1952#endif
    19441953         ENDDO
    19451954
Note: See TracChangeset for help on using the changeset viewer.