Changeset 4667 for palm/trunk/SOURCE/time_integration_spinup.f90
- Timestamp:
- Sep 9, 2020 12:52:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration_spinup.f90
r4655 r4667 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Improve debug messages during timestepping 23 23 ! 24 24 ! Former revisions: … … 100 100 coupling_start_time, & 101 101 data_output_during_spinup, & 102 debug_output_timestep, & 103 debug_string, & 102 104 dopr_n, & 103 105 do_sum, & … … 305 307 CALL cpu_log( log_point_s(15), 'timesteps spinup', 'start' ) 306 308 309 IF ( debug_output_timestep ) THEN 310 WRITE( debug_string, * ) 'time_integration_spinup', simulated_time 311 CALL debug_message( debug_string, 'start' ) 312 ENDIF 313 307 314 ! 308 315 !-- Start of intermediate step loop … … 606 613 ENDIF 607 614 615 IF ( debug_output_timestep ) THEN 616 WRITE( debug_string, * ) 'time_integration_spinup', simulated_time 617 CALL debug_message( debug_string, 'end' ) 618 ENDIF 608 619 609 620
Note: See TracChangeset
for help on using the changeset viewer.