Changeset 4537
- Timestamp:
- May 18, 2020 6:31:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r4535 r4537 26 26 ! ----------------- 27 27 ! $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 28 31 ! bugfix for restart data format query 29 32 ! … … 206 209 207 210 208 INTEGER(iwp), PARAMETER :: n_turbines_max = 1 000!< maximum number of turbines (for array allocation)211 INTEGER(iwp), PARAMETER :: n_turbines_max = 1E4 !< maximum number of turbines (for array allocation) 209 212 210 213
Note: See TracChangeset
for help on using the changeset viewer.