Ignore:
Timestamp:
Oct 19, 2018 12:34:59 PM (5 years ago)
Author:
kanani
Message:

merge fixes of radiation branch (r3362) to trunk

File:
1 edited

Legend:

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

    r3347 r3378  
    2525! -----------------
    2626! $Id$
     27! merge from radiation branch (r3362) into trunk
     28! (moh.hefny):
     29! Bugfix in the if statement to call radiation_interaction
     30!
     31! 3347 2018-10-15 14:21:08Z suehring
    2732! - offline nesting separated from large-scale forcing module
    2833! - changes for synthetic turbulence generator
     
    11491154                CALL cpu_log( log_point(50), 'radiation', 'stop' )
    11501155
    1151                 IF ( urban_surface  .OR.  land_surface  .AND.                  &
     1156                IF ( ( urban_surface  .OR.  land_surface )  .AND.               &
    11521157                     radiation_interactions )  THEN
    11531158                   CALL cpu_log( log_point(75), 'radiation_interaction', 'start' )
Note: See TracChangeset for help on using the changeset viewer.