Changeset 1994 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Aug 15, 2016 9:52:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1993 r1994 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Add missing check for cloud_physics and cloud_droplets 22 22 ! 23 23 ! Former revisions: … … 973 973 CALL message( 'check_parameters', 'PA0029', 1, 2, 0, 6, 0 ) 974 974 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 975 982 976 983 !
Note: See TracChangeset
for help on using the changeset viewer.