Changeset 3376 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Oct 19, 2018 10:15:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3347 r3376 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Additional check for consistent building initialization implemented 28 ! 29 ! 3347 2018-10-15 14:21:08Z suehring 27 30 ! Subroutine renamed 28 31 ! … … 3548 3551 ENDIF 3549 3552 ENDIF 3553 ! 3554 !-- If building_type is provided, also building_id is needed 3555 IF ( building_type_f%from_file .AND. .NOT. building_id_f%from_file ) & 3556 THEN 3557 message_string = 'If building_type is provided, also building_id '// & 3558 'is required' 3559 CALL message( 'netcdf_data_input_mod', 'PA0519', 2, 2, myid, 6, 0 ) 3560 ENDIF 3550 3561 ! 3551 3562 !-- If albedo_type is zero at any location, albedo_pars is required.
Note: See TracChangeset
for help on using the changeset viewer.