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/prognostic_equations.f90

    r2320 r2563  
    2525! -----------------
    2626! $Id$
     27! Variable wind_turbine moved to module control_parameters
     28!
     29! 2320 2017-07-21 12:47:43Z suehring
    2730! Modularize large-scale forcing and nudging
    2831!
     
    260263               scalar_advec, scalar_advec, simulated_time, sloping_surface,    &
    261264               timestep_scheme, tsc, use_subsidence_tendencies,                &
    262                use_upstream_for_tke, ws_scheme_mom, ws_scheme_sca
     265               use_upstream_for_tke, wind_turbine, ws_scheme_mom,              &
     266               ws_scheme_sca
    263267
    264268    USE cpulog,                                                                &
     
    358362
    359363    USE wind_turbine_model_mod,                                                &
    360         ONLY:  wind_turbine, wtm_tendencies
     364        ONLY:  wtm_tendencies
    361365
    362366
Note: See TracChangeset for help on using the changeset viewer.