Changeset 4802 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Nov 30, 2020 2:16:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4732 r4802 25 25 ! ----------------- 26 26 ! $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 27 30 ! Add use statements for OPENACC 28 31 ! … … 654 657 655 658 CALL location_message( 'atmosphere (and/or ocean) time-stepping', 'start' ) 656 659 write(9,*) "time_indoor begin", time_indoor 660 flush(9) 657 661 ! 658 662 !-- Start of the time loop … … 1164 1168 IF ( time_indoor >= dt_indoor .OR. current_timestep_number == 0 ) THEN 1165 1169 1166 time_indoor = time_indoor - dt_indoor1170 IF ( time_indoor >= dt_indoor ) time_indoor = time_indoor - dt_indoor 1167 1171 1168 1172 CALL cpu_log( log_point(76), 'indoor_model', 'start' )
Note: See TracChangeset
for help on using the changeset viewer.