Changeset 2941 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Apr 3, 2018 11:54:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r2938 r2941 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Deduct spinup_time from RUN_CONTROL output of main 3d run 28 ! (use time_since_reference_point instead of simulated_time) 29 ! 30 ! 2938 2018-03-27 15:52:42Z suehring 27 31 ! Nesting of dissipation rate in case of RANS mode and TKE-e closure is applied 28 32 ! … … 1059 1063 current_timestep_number = current_timestep_number + 1 1060 1064 simulated_time = simulated_time + dt_3d 1061 simulated_time_chr = time_to_string( simulated_time )1062 1065 time_since_reference_point = simulated_time - coupling_start_time 1066 simulated_time_chr = time_to_string( time_since_reference_point ) 1067 1063 1068 1064 1069
Note: See TracChangeset
for help on using the changeset viewer.