Changeset 3054


Ignore:
Timestamp:
Jun 1, 2018 4:08:59 PM (6 years ago)
Author:
gronemeier
Message:

bugfix: force MPI abort if errors occur while reading bld heights from ASCII

File:
1 edited

Legend:

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

    r3053 r3054  
    2525! -----------------
    2626! $Id$
     27! Bugfix: force an MPI abort if errors occur while reading building heights
     28! from ASCII file
     29!
     30! 3053 2018-06-01 12:59:07Z suehring
    2731! Revise checks for variable surface_fraction
    2832!
     
    19541958 11             message_string = 'errors in file TOPOGRAPHY_DATA'//            &
    19551959                                 TRIM( coupling_char )
    1956                 CALL message( 'netcdf_data_input_mod', 'PA0209', 1, 2, 0, 6, 0 )
     1960                CALL message( 'netcdf_data_input_mod', 'PA0209', 2, 2, 0, 6, 0 )
    19571961
    19581962 12             CLOSE( 90 )
Note: See TracChangeset for help on using the changeset viewer.