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/radiation_model_mod.f90

    r4664 r4667  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! Improve debug messages during timestepping
    2626!
    2727! Former revisions:
     
    58845884#endif
    58855885
    5886      IF ( debug_output_timestep )  CALL debug_message( 'radiation_interaction', 'start' )
     5886     IF ( debug_output_timestep )  THEN
     5887         WRITE( debug_string, * ) 'radiation_interaction', time_since_reference_point
     5888         CALL debug_message( debug_string, 'start' )
     5889     ENDIF
    58875890
    58885891     IF ( plant_canopy )  THEN
Note: See TracChangeset for help on using the changeset viewer.