Ignore:
Timestamp:
Apr 3, 2018 11:54:58 AM (6 years ago)
Author:
kanani
Message:

Fixes for spinup and sky-view-factor (SVF) treatment

File:
1 edited

Legend:

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

    r2938 r2941  
    2525! -----------------
    2626! $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
    2731! Nesting of dissipation rate in case of RANS mode and TKE-e closure is applied
    2832!
     
    10591063       current_timestep_number    = current_timestep_number + 1
    10601064       simulated_time             = simulated_time   + dt_3d
    1061        simulated_time_chr         = time_to_string( simulated_time )
    10621065       time_since_reference_point = simulated_time - coupling_start_time
     1066       simulated_time_chr         = time_to_string( time_since_reference_point )
     1067
    10631068
    10641069
Note: See TracChangeset for help on using the changeset viewer.