Ignore:
Timestamp:
Oct 19, 2017 3:36:10 PM (6 years ago)
Author:
Giersch
Message:

Restart runs with the usage of the wind turbine model are possible now. Further small at reading/writing restart data

File:
1 edited

Legend:

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

    r2259 r2563  
    2525! -----------------
    2626! $Id$
     27! stg_read_restart_data is called in stg_parin in the case of a restart run
     28!
     29! 2259 2017-06-08 09:09:11Z gronemeier
    2730! Initial revision
    2831!
     
    194197!-- Public interfaces
    195198    PUBLIC  stg_check_parameters, stg_header, stg_init, stg_main, stg_parin,   &
    196             stg_read_restart_data, stg_write_restart_data
     199            stg_write_restart_data
    197200
    198201!
     
    659662!-- on
    660663    synthetic_turbulence_generator = .TRUE.
     664
     665    IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN
     666       CALL stg_read_restart_data
     667    ENDIF
    661668
    662669 10 CONTINUE
Note: See TracChangeset for help on using the changeset viewer.