Changeset 2794 for palm


Ignore:
Timestamp:
Feb 7, 2018 2:09:43 PM (6 years ago)
Author:
knoop
Message:

removed informative message for static file check in netcdf_data_input_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf_data_input_mod.f90

    r2787 r2794  
    446446#endif
    447447
     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.
    448453       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 distinction
    457 !--       between building and terrain can be made. This case, classify all
    458 !--       surfaces as default type. Same in case land-surface and urban-surface
    459 !--       model are not applied.
    460454          topo_no_distinct = .TRUE.
    461455       ENDIF
Note: See TracChangeset for help on using the changeset viewer.