Changeset 2348
- Timestamp:
- Aug 10, 2017 10:40:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2345 r2348 25 25 ! ----------------- 26 26 ! $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 27 30 ! Remove error message PA0156 and the conserve_volume_flow_mode option 28 31 ! inflow_profile … … 1419 1422 ENDIF 1420 1423 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 1421 1430 use_prescribed_profile_data = .TRUE. 1422 1431
Note: See TracChangeset
for help on using the changeset viewer.