Changeset 4388 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Jan 28, 2020 4:36:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4387 r4388 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for error messages while reading ASCII topo file 28 ! 29 ! 4387 2020-01-28 11:44:20Z banzhafs 27 30 ! Added subroutine get_variable_string_generic ( ) 28 31 ! and added to interface get_variable to circumvent … … 2705 2708 10 message_string = 'file TOPOGRAPHY_DATA'// & 2706 2709 TRIM( coupling_char )// ' does not exist' 2707 CALL message( 'netcdf_data_input_mod', 'PA0208', 1, 2, 0, 6, 0 )2710 CALL message( 'netcdf_data_input_mod', 'PA0208', 1, 2, myid, 6, 0 ) 2708 2711 2709 2712 11 message_string = 'errors in file TOPOGRAPHY_DATA'// & 2710 2713 TRIM( coupling_char ) 2711 CALL message( 'netcdf_data_input_mod', 'PA0209', 2, 2, 0, 6, 0 )2714 CALL message( 'netcdf_data_input_mod', 'PA0209', 2, 2, myid, 6, 0 ) 2712 2715 2713 2716 12 CLOSE( 90 )
Note: See TracChangeset
for help on using the changeset viewer.