Ignore:
Timestamp:
Sep 9, 2020 12:52:40 PM (4 years ago)
Author:
pavelkrc
Message:

Limit vertical r_a in USM similarly to horizontal; improve debug messages

File:
1 edited

Legend:

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

    r4655 r4667  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Improve debug messages during timestepping
    2323!
    2424! Former revisions:
     
    100100               coupling_start_time,                                                                &
    101101               data_output_during_spinup,                                                          &
     102               debug_output_timestep,                                                              &
     103               debug_string,                                                                       &
    102104               dopr_n,                                                                             &
    103105               do_sum,                                                                             &
     
    305307       CALL cpu_log( log_point_s(15), 'timesteps spinup', 'start' )
    306308
     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
    307314!
    308315!--    Start of intermediate step loop
     
    606613       ENDIF
    607614
     615       IF ( debug_output_timestep )  THEN
     616           WRITE( debug_string, * ) 'time_integration_spinup', simulated_time
     617           CALL debug_message( debug_string, 'end' )
     618       ENDIF
    608619
    609620
Note: See TracChangeset for help on using the changeset viewer.