Ignore:
Timestamp:
Jul 17, 2018 11:30:10 AM (7 years ago)
Author:
Giersch
Message:

Bugfix in calculation of alpha_attack and Bugfix for restarts in combination with grid stretching

File:
1 edited

Legend:

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

    r3069 r3139  
    2121! Current revisions:
    2222! -----------------
    23 !
     23! 
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28! Bugfix in calculation of alpha_attack
     29!
     30! 3069 2018-06-15 07:56:09Z witha
    2831! Initialization of some arrays added
    2932!
     
    20672070!
    20682071!--                Correct with collective pitch angle:
    2069                    alpha_attack = alpha_attack - pitch_add(inot)
     2072                   alpha_attack(rseg) = alpha_attack(rseg) - pitch_add(inot)
    20702073
    20712074!
Note: See TracChangeset for help on using the changeset viewer.