Changeset 3046 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- May 29, 2018 8:02:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3045 r3046 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Error messages revised 23 23 ! 24 24 ! Former revisions: … … 1897 1897 '(level of detail) is not set ' // & 1898 1898 'properly for buildings_2d.' 1899 CALL message( 'netcdf_data_input_mod', ' NDI000', &1899 CALL message( 'netcdf_data_input_mod', 'PA0457', & 1900 1900 1, 2, 0, 6, 0 ) 1901 1901 ENDIF … … 1935 1935 '(level of detail) is not set ' // & 1936 1936 'properly for buildings_3d.' 1937 CALL message( 'netcdf_data_input_mod', ' NDI001', &1937 CALL message( 'netcdf_data_input_mod', 'PA0457', & 1938 1938 1, 2, 0, 6, 0 ) 1939 1939 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.