Ignore:
Timestamp:
Feb 4, 2011 11:16:06 PM (14 years ago)
Author:
gryschka
Message:

message string

File:
1 edited

Legend:

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

    r674 r680  
    677677    ENDIF
    678678
     679    IF ( TRIM( initializing_actions ) == 'initialize_vortex' .AND. &
     680         conserve_volume_flow ) THEN
     681         message_string = 'initializing_actions = "initialize_vortex"' // &
     682                        ' ist not allowed with conserve_volume_flow = .T.'
     683       CALL message( 'check_parameters', 'PA0343', 1, 2, 0, 6, 0 )
     684    ENDIF       
     685
     686
    679687    IF ( INDEX( initializing_actions, 'set_constant_profiles' ) /= 0  .AND. &
    680688         INDEX( initializing_actions, 'set_1d-model_profiles' ) /= 0 )  THEN
Note: See TracChangeset for help on using the changeset viewer.