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_spinup.f90

    r4750 r4802  
    2525! -----------------
    2626! $Id$
     27! Bugfix in time-control of indoor model at the very first time step
     28!
     29! 4750 2020-10-16 14:27:48Z suehring
    2730! - bugfix, call hourly-based indoor model only once per hour, not every timestep.
    2831! - optionally switch-off/on the indoor model during spinup
     
    502505          IF ( time_indoor >= dt_indoor  .OR.  current_timestep_number_spinup == 0 )  THEN
    503506
    504              time_indoor = time_indoor - dt_indoor
     507             IF ( time_indoor >= dt_indoor )  time_indoor = time_indoor - dt_indoor
    505508
    506509             CALL im_main_heatcool
Note: See TracChangeset for help on using the changeset viewer.