Ignore:
Timestamp:
Nov 30, 2020 2:16:31 PM (4 years ago)
Author:
suehring
Message:

Bugfix in time-control of indoor model in case of restarts and at the very first time step

File:
1 edited

Legend:

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

    r4732 r4802  
    2525! -----------------
    2626! $Id$
     27! Bugfix in time-control of indoor model at the very first time step
     28!
     29! 4732 2020-10-07 14:46:34Z schwenkel
    2730! Add use statements for OPENACC
    2831!
     
    654657
    655658    CALL location_message( 'atmosphere (and/or ocean) time-stepping', 'start' )
    656 
     659write(9,*) "time_indoor begin", time_indoor
     660flush(9)
    657661!
    658662!-- Start of the time loop
     
    11641168          IF ( time_indoor >= dt_indoor  .OR.  current_timestep_number == 0 )  THEN
    11651169
    1166              time_indoor = time_indoor - dt_indoor
     1170             IF ( time_indoor >= dt_indoor )  time_indoor = time_indoor - dt_indoor
    11671171
    11681172             CALL cpu_log( log_point(76), 'indoor_model', 'start' )
Note: See TracChangeset for help on using the changeset viewer.