Ignore:
Timestamp:
Aug 15, 2016 9:52:21 AM (8 years ago)
Author:
suehring
Message:

Bugfix in definition of generic topography; missing check for microphysics added

File:
1 edited

Legend:

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

    r1993 r1994  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Add missing check for cloud_physics and cloud_droplets
    2222!
    2323! Former revisions:
     
    973973       CALL message( 'check_parameters', 'PA0029', 1, 2, 0, 6, 0 )
    974974    ENDIF
     975!
     976!-- Check for proper settings for microphysics
     977    IF ( cloud_physics  .AND.  cloud_droplets )  THEN
     978       message_string = 'cloud_physics = .TRUE. is not allowed with ' //  &
     979                        'cloud_droplets = .TRUE.'
     980       CALL message( 'check_parameters', 'PA0442', 1, 2, 0, 6, 0 )
     981    ENDIF
    975982
    976983!
Note: See TracChangeset for help on using the changeset viewer.