Changeset 2794 for palm/trunk/SOURCE
- Timestamp:
- Feb 7, 2018 2:09:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r2787 r2794 446 446 #endif 447 447 448 ! 449 !-- As long as topography can be input via ASCII format, no distinction 450 !-- between building and terrain can be made. This case, classify all 451 !-- surfaces as default type. Same in case land-surface and urban-surface 452 !-- model are not applied. 448 453 IF ( .NOT. input_pids_static ) THEN 449 message_string = 'File ' // TRIM( input_file_static ) // &450 TRIM( coupling_char ) // ' does ' // &451 'not exist - input from external files ' // &452 'is read from separate ASCII files, ' // &453 'if required.'454 CALL message( 'netcdf_data_input_mod', 'PA0430', 0, 0, 0, 6, 0 )455 !456 !-- As long as topography can be input via ASCII format, no distinction457 !-- between building and terrain can be made. This case, classify all458 !-- surfaces as default type. Same in case land-surface and urban-surface459 !-- model are not applied.460 454 topo_no_distinct = .TRUE. 461 455 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.