Ignore:
Timestamp:
Oct 19, 2017 3:36:10 PM (7 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/time_integration.f90

    r2365 r2563  
    2525! -----------------
    2626! $Id$
     27! Variable wind_turbine moved to module control_parameters
     28!
     29! 2365 2017-08-21 14:59:59Z kanani
    2730! Vertical grid nesting implemented (SadiqHuq)
    2831!
     
    323326               use_initial_profile_as_reference,                               &
    324327               use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, &
    325                ws_scheme_mom, ws_scheme_sca
     328               wind_turbine, ws_scheme_mom, ws_scheme_sca
    326329
    327330    USE cpulog,                                                                &
     
    400403
    401404    USE wind_turbine_model_mod,                                                &
    402         ONLY:  wind_turbine, wtm_forces
     405        ONLY:  wtm_forces
    403406
    404407    USE vertical_nesting_mod,                                                  &
Note: See TracChangeset for help on using the changeset viewer.