Ignore:
Timestamp:
Aug 10, 2017 10:40:10 AM (7 years ago)
Author:
kanani
Message:

Parameter check PA0347 added

File:
1 edited

Legend:

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

    r2345 r2348  
    2525! -----------------
    2626! $Id$
     27! New: Check for simultaneous use of geostrophic wind and u_profile/v_profile
     28!
     29! 2345 2017-08-09 11:50:30Z Giersch
    2730! Remove error message PA0156 and the conserve_volume_flow_mode option
    2831! inflow_profile
     
    14191422          ENDIF
    14201423
     1424          IF ( omega /= 0.0_wp )  THEN
     1425             message_string = 'Coriolis force must be switched off (by setting omega=0.0)' //  &
     1426                              ' when prescribing the forcing by u_profile and v_profile'
     1427             CALL message( 'check_parameters', 'PA0347', 1, 2, 0, 6, 0 )
     1428          ENDIF
     1429
    14211430          use_prescribed_profile_data = .TRUE.
    14221431
Note: See TracChangeset for help on using the changeset viewer.