Ignore:
Timestamp:
Jun 9, 2017 1:27:48 PM (7 years ago)
Author:
Giersch
Message:

Changed error messages

File:
1 edited

Legend:

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

    r2101 r2274  
    2525! -----------------
    2626! $Id$
     27! Changed error messages
     28!
     29! 2101 2017-01-05 16:42:31Z suehring
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
     
    353356                   ELSE                   
    354357                      message_string = 'if humidity = '    //                  &
    355                             'FALSE output of ' // TRIM( output_variable ) //   &
     358                            '.FALSE. output of ' // TRIM( output_variable ) //   &
    356359                            'is not provided'
    357360                      CALL message( 'data_output_dvrp', 'PA0183',&
     
    369372                      ENDDO
    370373                   ELSE                     
    371                       message_string = 'if cloud_physics = FALSE '       //    &
     374                      message_string = 'if cloud_physics = .FALSE. and '       //    &
     375                                  'cloud_droplets = .FALSE. '
    372376                                  'output of ' // TRIM( output_variable) //    &
    373377                                  'is not provided'
     
    387391                   ELSE                   
    388392                      message_string = 'if passive_scalar = '    //            &
    389                             'FALSE output of ' // TRIM( output_variable ) //   &
     393                            '.FALSE. output of ' // TRIM( output_variable ) //   &
    390394                            'is not provided'
    391395                      CALL message( 'data_output_dvrp', 'PA0183',&
Note: See TracChangeset for help on using the changeset viewer.