Ignore:
Timestamp:
Mar 26, 2018 7:13:22 PM (7 years ago)
Author:
suehring
Message:

Synchronize parent and child model after initialization and spinup phase; Check for consistent setting of spinup times in parent and child model; remove obsolete masking of tendency arrays during initialization

File:
1 edited

Legend:

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

    r2817 r2934  
    2525! -----------------
    2626! $Id$
     27! Little formatting adjustment.
     28!
     29! 2817 2018-02-19 16:32:21Z knoop
    2730! Preliminary gust module interface implemented
    2831!
     
    481484!-- At beginning determine the first time step
    482485    CALL timestep
    483 
    484486!
    485487!-- Synchronize the timestep in case of nested run.
     
    497499    IF ( simulated_time == 0.0_wp )  CALL flow_statistics
    498500    CALL run_control
    499 
    500501!
    501502!-- Data exchange between coupled models in case that a call has been omitted
     
    819820!
    820821!--       Impose a turbulent inflow using synthetic generated turbulence
    821          IF ( use_syn_turb_gen ) THEN
    822             CALL  stg_main
    823          ENDIF
     822          IF ( use_syn_turb_gen ) THEN
     823             CALL  stg_main
     824          ENDIF
    824825
    825826!
Note: See TracChangeset for help on using the changeset viewer.