Changeset 3054
- Timestamp:
- Jun 1, 2018 4:08:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3053 r3054 25 25 ! ----------------- 26 26 ! $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 27 31 ! Revise checks for variable surface_fraction 28 32 ! … … 1954 1958 11 message_string = 'errors in file TOPOGRAPHY_DATA'// & 1955 1959 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 ) 1957 1961 1958 1962 12 CLOSE( 90 )
Note: See TracChangeset
for help on using the changeset viewer.