Changeset 3854 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Apr 2, 2019 4:59:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3844 r3854 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Typo removed 23 23 ! 24 24 ! Former revisions: … … 2708 2708 IF ( buildings_f%from_file .AND. & 2709 2709 .NOT. building_id_f%from_file ) THEN 2710 message_string = 'If building heig ths are prescribed in ' // &2710 message_string = 'If building heights are prescribed in ' // & 2711 2711 'static input file, also an ID is required.' 2712 2712 CALL message( 'netcdf_data_input_mod', 'PA0542', 1, 2, 0, 6, 0 )
Note: See TracChangeset
for help on using the changeset viewer.