Ignore:
Timestamp:
Dec 3, 2018 1:51:13 PM (5 years ago)
Author:
kanani
Message:

Bugfix for missing array allocation (biometeorology_mod), remove degree symbol (biometeorology_mod, indoor_model_mod, multi_agent_system_mod, surface_mod, wind_turbine_model_mod)

File:
1 edited

Legend:

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

    r3274 r3593  
    2626! -----------------
    2727! $Id$
     28! Replace degree symbol by 'degrees'
     29!
     30! 3274 2018-09-24 15:42:55Z knoop
    2831! Modularization of all bulk cloud physics code components
    2932!
     
    15361539             turb_cl_sel2 = 0.0_wp
    15371540
    1538              turb_cd_tab(1,iir) = 0.0_wp  ! For -180° (iialpha=1) the values   
     1541             turb_cd_tab(1,iir) = 0.0_wp  ! For -180 degrees (iialpha=1) the values   
    15391542             turb_cl_tab(1,iir) = 0.0_wp  ! for each radius has to be set
    15401543                                          ! explicitly             
     
    15451548             turb_cl_sel2 = turb_cl_table(:,t2)
    15461549!
    1547 !--          For -180° (iialpha=1) the values for each radius has to be set
     1550!--          For -180 degrees (iialpha=1) the values for each radius has to be set
    15481551!--          explicitly
    15491552             turb_cd_tab(1,iir) = ( weight_a * turb_cd_table(1,t1) + weight_b  &
     
    25442547!--    The yaw controller computes a 30s running mean of the wind direction.
    25452548!--    If the difference between turbine alignment and wind direction exceeds
    2546 !--    5°, the turbine is yawed. The mechanism stops as soon as the 2s-running
    2547 !--    mean of the missalignment is smaller than 0.5°.
     2549!--    5 degrees, the turbine is yawed. The mechanism stops as soon as the 2s-running
     2550!--    mean of the missalignment is smaller than 0.5 degrees.
    25482551!--    Attention: If the timestep during the simulation changes significantly
    25492552!--    the lengths of the running means change and it does not correspond to
Note: See TracChangeset for help on using the changeset viewer.