Ignore:
Timestamp:
Apr 16, 2014 3:17:48 PM (10 years ago)
Author:
hoffmann
Message:

improved version of two-moment cloud physics

File:
1 edited

Legend:

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

    r1360 r1361  
    2020! Current revisions:
    2121! -----------------
    22 !
    23 !
     22! PA0363 removed
     23! PA0362 changed
     24!
    2425! Former revisions:
    2526! -----------------
     
    862863    ENDIF
    863864
    864     IF ( loop_optimization /= 'cache' .AND.  cloud_physics  .AND.            &
    865          icloud_scheme == 0 ) THEN
     865    IF ( .NOT. ( loop_optimization == 'cache'  .OR.                            &
     866                 loop_optimization == 'vector' )                               &
     867         .AND.  cloud_physics  .AND.  icloud_scheme == 0 )  THEN
    866868       message_string = 'cloud_scheme = seifert_beheng requires ' // &
    867                         'loop_optimization = cache'
     869                        'loop_optimization = "cache" or "vector"'
    868870       CALL message( 'check_parameters', 'PA0362', 1, 2, 0, 6, 0 )
    869871    ENDIF
    870 
    871 !    IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.  &
    872 !         .NOT. precipitation  .AND.  .NOT. drizzle ) THEN
    873 !       message_string = 'cloud_scheme = seifert_beheng requires ' // &
    874 !                        'precipitation = .TRUE. or drizzle = .TRUE.'
    875 !       CALL message( 'check_parameters', 'PA0363', 1, 2, 0, 6, 0 )
    876 !    ENDIF
    877872
    878873!
Note: See TracChangeset for help on using the changeset viewer.