Changeset 2689 for palm/trunk
- Timestamp:
- Dec 12, 2017 5:46:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2688 r2689 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in if query 28 ! 29 ! 2688 2017-12-12 17:27:04Z Giersch 27 30 ! Check if humidity is set to TRUE in the _p3d file for coupled runs 28 31 ! … … 651 654 ! 652 655 !-- Check if humidity is set to TRUE in case of the atmospheric run (for coupled runs) 653 IF ( coupling_mode == 'atmosphere_to_ocean' .AND. humidity == .FALSE.) THEN656 IF ( coupling_mode == 'atmosphere_to_ocean' .AND. .NOT. humidity) THEN 654 657 message_string = ' Humidity has to be set to .T. in the _p3d file for ' // & 655 658 'coupled runs between ocean and atmosphere.'
Note: See TracChangeset
for help on using the changeset viewer.