Ignore:
Timestamp:
Sep 9, 2020 1:43:47 PM (4 years ago)
Author:
pavelkrc
Message:

Fix multiple issues with radiation call times

File:
1 edited

Legend:

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

    r4668 r4669  
    2525! -----------------
    2626! $Id$
     27! - Fix missing call of radiation after spinup
     28! - Fix calculation of force_radiation_call
     29! - Fix calculation of radiation times
     30!
     31! 4668 2020-09-09 13:00:16Z pavelkrc
    2732! Improve debug messages during timestepping
    2833!
     
    481486                CALL radiation_interaction
    482487             ENDIF
     488!
     489!--          Reset forcing of radiation call
     490             force_radiation_call = .FALSE.
     491
    483492          ENDIF
    484493       ENDIF
     
    632641!-- Reset time step
    633642    dt_3d = dt_save
     643!-- Force radiation step in time zero
     644!-- It is performed at the end of init_radiation in case of run without spinup
     645    time_radiation = dt_radiation
    634646
    635647    DEALLOCATE(pt_save)
Note: See TracChangeset for help on using the changeset viewer.