Ignore:
Timestamp:
Apr 18, 2018 11:51:30 AM (6 years ago)
Author:
hellstea
Message:

Bugfix in the log-law correction initialization and removal of the nest mass-conservation correction

File:
1 edited

Legend:

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

    r2977 r2984  
    2525! -----------------
    2626! $Id$
    27 ! Implement changes from branch radiation (r2948-2971) with minor modifications.
    28 ! (moh.hefny)
    29 ! Fixed bug in if statement
     27! CALL pmci_ensure_nest_mass_conservation is removed (so far only commented out)
     28! as seemingly unnecessary.
    3029!
    3130! 2941 2018-04-03 11:54:58Z kanani
     
    812811!--          This action must never be done for the root domain. Vertical
    813812!--          nesting implies mass conservation.
    814              IF ( nest_domain )  THEN
    815                 CALL pmci_ensure_nest_mass_conservation
    816              ENDIF
     813!--          Commented out April 18, 2018 as seemingly unnecessary.
     814!--          Will later be completely removed.
     815!--             IF ( nest_domain )  THEN
     816!--                CALL pmci_ensure_nest_mass_conservation
     817!--             ENDIF
    817818
    818819             CALL cpu_log( log_point(60), 'nesting', 'stop' )
     
    10391040                CALL cpu_log( log_point(50), 'radiation', 'stop' )
    10401041
    1041                 IF ( ( urban_surface  .OR.  land_surface )  .AND.               &
     1042                IF ( urban_surface  .OR.  land_surface  .AND.                  &
    10421043                     radiation_interactions )  THEN
    10431044                   CALL cpu_log( log_point(75), 'radiation_interaction', 'start' )
Note: See TracChangeset for help on using the changeset viewer.