Changeset 4667 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Sep 9, 2020 12:52:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4581 r4667 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Improve debug messages during timestepping 23 23 ! 24 24 ! Former revisions: … … 274 274 averaging_interval, averaging_interval_pr, bc_lr_cyc, bc_ns_cyc, bc_pt_t_val, & 275 275 bc_q_t_val, biometeorology, call_psolver_at_all_substeps, child_domain, & 276 constant_flux_layer, constant_heatflux, create_disturbances, &276 constant_flux_layer, constant_heatflux, create_disturbances, & 277 277 dopr_n, constant_diffusion, coupling_mode, coupling_start_time, & 278 current_timestep_number, disturbance_created, disturbance_energy_limit, dist_range, & 278 current_timestep_number, debug_output_timestep, debug_string, & 279 disturbance_created, disturbance_energy_limit, dist_range, & 279 280 do_sum, dt_3d, dt_averaging_input, dt_averaging_input_pr, dt_coupling, & 280 281 dt_data_output_av, dt_disturb, dt_do2d_xy, dt_do2d_xz, dt_do2d_yz, dt_do3d, & … … 646 647 647 648 CALL cpu_log( log_point_s(10), 'timesteps', 'start' ) 649 650 IF ( debug_output_timestep ) THEN 651 WRITE( debug_string, * ) 'time_integration', simulated_time 652 CALL debug_message( debug_string, 'start' ) 653 ENDIF 648 654 649 655 ! … … 1688 1694 IF ( myid == 0 ) CALL output_progress_bar 1689 1695 1696 IF ( debug_output_timestep ) THEN 1697 WRITE( debug_string, * ) 'time_integration', simulated_time 1698 CALL debug_message( debug_string, 'end' ) 1699 ENDIF 1700 1690 1701 CALL cpu_log( log_point_s(10), 'timesteps', 'stop' ) 1691 1702
Note: See TracChangeset
for help on using the changeset viewer.