Ignore:
Timestamp:
Apr 17, 2018 10:27:57 AM (6 years ago)
Author:
kanani
Message:

Fixes for radiative transfer model

File:
1 edited

Legend:

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

    r2941 r2977  
    2525! -----------------
    2626! $Id$
     27! Implement changes from branch radiation (r2948-2971) with minor modifications.
     28! (moh.hefny)
     29! Fixed bug in if statement
     30!
     31! 2941 2018-04-03 11:54:58Z kanani
    2732! Deduct spinup_time from RUN_CONTROL output of main 3d run
    2833! (use time_since_reference_point instead of simulated_time)
     
    10341039                CALL cpu_log( log_point(50), 'radiation', 'stop' )
    10351040
    1036                 IF ( urban_surface  .OR.  land_surface  .AND.                  &
     1041                IF ( ( urban_surface  .OR.  land_surface )  .AND.               &
    10371042                     radiation_interactions )  THEN
    10381043                   CALL cpu_log( log_point(75), 'radiation_interaction', 'start' )
Note: See TracChangeset for help on using the changeset viewer.