Ignore:
Timestamp:
Dec 12, 2017 5:46:55 PM (6 years ago)
Author:
Giersch
Message:

Bugfix in if query.

File:
1 edited

Legend:

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

    r2688 r2689  
    2525! -----------------
    2626! $Id$
     27! Bugfix in if query
     28!
     29! 2688 2017-12-12 17:27:04Z Giersch
    2730! Check if humidity is set to TRUE in the _p3d file for coupled runs
    2831!
     
    651654!
    652655!-- 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.) THEN
     656    IF ( coupling_mode == 'atmosphere_to_ocean' .AND. .NOT. humidity) THEN
    654657       message_string = ' Humidity has to be set to .T. in the _p3d file for ' //      &
    655658                        'coupled runs between ocean and atmosphere.'
Note: See TracChangeset for help on using the changeset viewer.