Ignore:
Timestamp:
Jan 31, 2018 10:44:42 AM (6 years ago)
Author:
Giersch
Message:

Skipping of module related restart data changed + adapting synthetic turbulence generator to current restart procedure

File:
1 edited

Legend:

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

    r2718 r2776  
    2525! -----------------
    2626! $Id$
     27! Change skip_var_list: Skipping of module related parameter is only necessary
     28! if restart data was outputted at the end of the precursor run
     29!
     30! 2718 2018-01-02 08:49:38Z maronga
    2731! Corrected "Former revisions" section
    2832!
     
    10941098
    10951099    USE control_parameters,                                                    &
    1096         ONLY: wind_turbine, virtual_flight, synthetic_turbulence_generator
     1100        ONLY: wind_turbine, wind_turbine_prerun, virtual_flight,               &
     1101              virtual_flight_prerun, syn_turb_gen, syn_turb_gen_prerun
    10971102
    10981103    USE wind_turbine_model_mod,                                                &
     
    11281133!-- In case of virtual flights, skip also variables related to
    11291134!-- this module.
    1130     IF ( wind_turbine )  CALL wtm_skip_var_list
     1135    IF ( wind_turbine_prerun )  CALL wtm_skip_var_list
    11311136
    11321137!
    11331138!-- In case of virtual flights, skip also variables related to
    11341139!-- this module.
    1135     IF ( virtual_flight )  CALL flight_skip_var_list
     1140    IF ( virtual_flight_prerun)  CALL flight_skip_var_list
    11361141
    11371142!
    11381143!-- In case of virtual flights, skip also variables related to
    11391144!-- this module.
    1140     IF ( synthetic_turbulence_generator )  CALL stg_skip_var_list
     1145    IF ( syn_turb_gen_prerun )  CALL stg_skip_var_list
    11411146
    11421147
Note: See TracChangeset for help on using the changeset viewer.