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

    r2550 r2563  
    2525! -----------------
    2626! $Id$
     27! Variable wind_turbine was added to control_parameters
     28!
     29! 2550 2017-10-16 17:12:01Z boeske
    2730! complex_terrain namelist parameter added
    2831!
     
    12421245    LOGICAL ::  virtual_flight = .FALSE.                     !< use virtual flight model?
    12431246    LOGICAL ::  wall_adjustment = .TRUE.                     !< namelist parameter
     1247    LOGICAL ::  wind_turbine = .FALSE.                       !< flag for use of wind turbine model
    12441248    LOGICAL ::  write_binary = .FALSE.                       !< ENVPAR namelist parameter to steer restart I/O (ENVPAR is created by mrun)
    12451249    LOGICAL ::  ws_scheme_sca = .FALSE.                      !< use Wicker-Skamarock scheme (scalar advection)?
Note: See TracChangeset for help on using the changeset viewer.