Changeset 4180 for palm/trunk/SOURCE/wind_turbine_model_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r4144 r4180 52 52 ! Replace degree symbol by 'degrees' 53 53 ! 54 ! 3274 2018-09-24 15:42:55Z knoop55 ! Modularization of all bulk cloud physics code components56 !57 ! 3248 2018-09-14 09:42:06Z sward58 ! Minor formating changes59 !60 ! 3246 2018-09-13 15:14:50Z sward61 ! Added error handling for input namelist via parin_fail_message62 !63 ! 3241 2018-09-12 15:02:00Z raasch64 ! unused variables removed65 !66 ! 3182 2018-07-27 13:36:03Z suehring67 ! Check for vertical stretching has been revised.68 !69 ! 3139 2018-07-17 11:30:10Z Giersch70 ! Bugfix in calculation of alpha_attack71 !72 ! 3069 2018-06-15 07:56:09Z witha73 ! Initialization of some arrays added74 !75 ! 3066 2018-06-12 08:55:55Z Giersch76 ! Error message revised77 !78 ! 3065 2018-06-12 07:03:02Z Giersch79 ! dz was replaced by dz(1), error message concerning grid stretching has been80 ! introduced81 !82 ! 3049 2018-05-29 13:52:36Z Giersch83 ! Error messages revised84 !85 ! 2932 2018-03-26 09:39:22Z Giersch86 ! renamed wind_turbine_par to wind_turbine_parameters87 !88 ! 2894 2018-03-15 09:17:58Z Giersch89 ! variable named found has been introduced for checking if restart data was90 ! found, reading of restart strings has been moved completely to91 ! read_restart_data_mod, wind_turbine_prerun flag has been removed, redundant92 ! skipping function has been removed, wtm_read/write_restart_data have been93 ! renamed to wtm_r/wrd_global, wtm_rrd_global is called in94 ! read_restart_data_mod now, marker *** end wtm *** was removed, strings and95 ! their respective lengths are written out and read now in case of restart96 ! runs to get rid of prescribed character lengths, CASE DEFAULT was added if97 ! restart data is read98 !99 ! 2885 2018-03-14 11:02:46Z Giersch100 ! Bugfix in interpolation of lift and drag coefficients on fine grid of radius101 ! segments and angles of attack, speed-up of the initialization of the wind102 ! turbine model103 !104 ! 2792 2018-02-07 06:45:29Z Giersch105 ! omega_rot_l has to be calculated after determining the indices for the hub in106 ! case of restart runs107 !108 ! 2776 2018-01-31 10:44:42Z Giersch109 ! wind_turbine_prerun flag is used to define if module110 ! related parameters were outputted as restart data111 !112 ! 2718 2018-01-02 08:49:38Z maronga113 ! Corrected "Former revisions" section114 !115 ! 2696 2017-12-14 17:12:51Z kanani116 ! Change in file header (GPL part)117 !118 ! 2669 2017-12-06 16:03:27Z raasch119 ! filename of turbine output changed to WTM_OUTPUT_DATA. File extension now120 ! includes the nest domain number. Turbine extension changed to "_T##"121 !122 ! 2576 2017-10-24 13:49:46Z Giersch123 ! Definition of a new function called wtm_skip_global to skip module124 ! parameters during reading restart data125 !126 ! 2563 2017-10-19 15:36:10Z Giersch127 ! Restart runs with wind turbine model are possible now. For this purpose, two128 ! new subroutines wtm_write_restart_data and wtm_read_restart_data had to be129 ! defined130 !131 ! 2553 2017-10-18 08:03:45Z Giersch132 ! Bugfix of vertical loop in wtm_tendencies to account for different turbine133 ! heights, bugfix of the interpolation of the u-component concerning the134 ! vertical index and further small adjustments of the programming style135 !136 ! 2410 2017-09-06 08:16:30Z Giersch137 ! Revise error message PA0462138 !139 ! 2349 2017-08-10 15:44:04Z Giersch140 ! Add parameter pitch_rate to namelist and revise/add error messages141 !142 ! 2343 2017-08-08 11:28:43Z Giersch143 ! Unit correction in Doxygen comments144 !145 ! 2323 2017-07-26 12:57:38Z Giersch146 ! Change unit number of file WTM_DATA from 201 to 90147 !148 ! 2322 2017-07-26 08:30:28Z Giersch149 ! Bugfix of error message and assign error numbers150 !151 ! 2257 2017-06-07 14:07:05Z witha152 ! Bugfix: turb_cl_tab and turb_cd_tab were set to zero before being allocated153 !154 ! 2233 2017-05-30 18:08:54Z suehring155 !156 ! 2232 2017-05-30 17:47:52Z suehring157 ! Adjustments to new topography concept158 !159 ! 2152 2017-02-17 13:27:24Z lvollmer160 ! Bugfix in subroutine wtm_read_blade_tables161 ! Addition of a tip loss model162 !163 ! 2015 2016-09-28 08:45:18Z lvollmer164 ! Bugfix of pitch control165 !166 ! 2000 2016-08-20 18:09:15Z knoop167 ! Forced header and separation lines into 80 columns168 !169 ! 1929 2016-06-09 16:25:25Z suehring170 ! Bugfix: added preprocessor directives for parallel and serial mode171 !172 ! 1914 2016-05-26 14:44:07Z witha173 ! Initial revision174 !175 54 ! 176 55 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.