- Timestamp:
- Dec 6, 2019 2:16:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r4182 r4326 26 26 ! ----------------- 27 27 ! $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 28 32 ! Corrected "Former revisions" section 29 33 ! … … 2427 2431 105 FORMAT ('Turbine control data for turbine ',I2,1X,':'/ & 2428 2432 &'----------------------------------------'/ & 2429 &' Time RSpeed GSpeed ',&2430 ' GenTorque AeroTorque Pitch Power(Gen) Power(Rot) ',&2431 ' RotThrust WDirectionYawOrient')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 F1 0.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) 2435 2439 2436 2440
Note: See TracChangeset
for help on using the changeset viewer.