Ignore:
Timestamp:
May 18, 2020 6:31:50 AM (4 years ago)
Author:
oliver.maas
Message:

reset n_turbines_max to 1E4 (10 000), because it was set to 1 000 in r4497 by mistake

File:
1 edited

Legend:

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

    r4535 r4537  
    2626! -----------------
    2727! $Id$
     28! reset n_turbines_max to 1E4 (10 000), because it was set to 1 000 in r4497 by mistake
     29!
     30! 4535 2020-05-15 12:07:23Z raasch
    2831! bugfix for restart data format query
    2932!
     
    206209
    207210
    208     INTEGER(iwp), PARAMETER ::  n_turbines_max = 1000  !< maximum number of turbines (for array allocation)
     211    INTEGER(iwp), PARAMETER ::  n_turbines_max = 1E4  !< maximum number of turbines (for array allocation)
    209212
    210213
Note: See TracChangeset for help on using the changeset viewer.