Changeset 4326 for palm


Ignore:
Timestamp:
Dec 6, 2019 2:16:14 PM (4 years ago)
Author:
oliver.maas
Message:

changed format of turbine control output to allow for higher torque and power values

File:
1 edited

Legend:

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

    r4182 r4326  
    2626! -----------------
    2727! $Id$
     28! changed format of turbine control output to allow for higher
     29! torque and power values
     30!
     31! 4182 2019-08-22 15:20:23Z scharf
    2832! Corrected "Former revisions" section
    2933!
     
    24272431       105 FORMAT ('Turbine control data for turbine ',I2,1X,':'/ &
    24282432              &'----------------------------------------'/ &
    2429               &'   Time   RSpeed  GSpeed  ', &
    2430                'GenTorque  AeroTorque  Pitch  Power(Gen)  Power(Rot)  ',       &
    2431                'RotThrust  WDirection  YawOrient')
    2432 
    2433        106 FORMAT (F9.3,2X,F7.3,2X,F7.2,2X,F9.1,3X,F9.1,1X,F6.2,2X,F10.1,2X,  &
    2434                    F10.1,1X,F9.1,2X,F7.2,1X,F7.2)
     2433              &'     Time   RSpeed   GSpeed     GenTorque     AeroTorque  ',  &
     2434               'Pitch    Power(Gen)    Power(Rot)    RotThrust WDirection  ',  &
     2435               'YawOrient')
     2436
     2437       106 FORMAT (F9.2,2X,F7.3,2X,F7.2,2X,F12.1,3X,F12.1,1X,F6.2,2X,F12.1,2X, &
     2438                   F12.1,1X,F12.1,4X,F7.2,4X,F7.2)
    24352439
    24362440
Note: See TracChangeset for help on using the changeset viewer.