Changeset 4667 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Sep 9, 2020 12:52:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4664 r4667 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 25 ! Improve debug messages during timestepping 26 26 ! 27 27 ! Former revisions: … … 5884 5884 #endif 5885 5885 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 5887 5890 5888 5891 IF ( plant_canopy ) THEN
Note: See TracChangeset
for help on using the changeset viewer.