Ignore:
Timestamp:
Aug 21, 2019 2:37:54 PM (5 years ago)
Author:
scharf
Message:

removed comments in 'Former revisions' section that are older than 01.01.2019

File:
1 edited

Legend:

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

    r4144 r4180  
    5252! Replace degree symbol by 'degrees'
    5353!
    54 ! 3274 2018-09-24 15:42:55Z knoop
    55 ! Modularization of all bulk cloud physics code components
    56 !
    57 ! 3248 2018-09-14 09:42:06Z sward
    58 ! Minor formating changes
    59 !
    60 ! 3246 2018-09-13 15:14:50Z sward
    61 ! Added error handling for input namelist via parin_fail_message
    62 !
    63 ! 3241 2018-09-12 15:02:00Z raasch
    64 ! unused variables removed
    65 !
    66 ! 3182 2018-07-27 13:36:03Z suehring
    67 ! Check for vertical stretching has been revised.
    68 !
    69 ! 3139 2018-07-17 11:30:10Z Giersch
    70 ! Bugfix in calculation of alpha_attack
    71 !
    72 ! 3069 2018-06-15 07:56:09Z witha
    73 ! Initialization of some arrays added
    74 !
    75 ! 3066 2018-06-12 08:55:55Z Giersch
    76 ! Error message revised
    77 !
    78 ! 3065 2018-06-12 07:03:02Z Giersch
    79 ! dz was replaced by dz(1), error message concerning grid stretching has been
    80 ! introduced
    81 !
    82 ! 3049 2018-05-29 13:52:36Z Giersch
    83 ! Error messages revised
    84 !
    85 ! 2932 2018-03-26 09:39:22Z Giersch
    86 ! renamed wind_turbine_par to wind_turbine_parameters
    87 !
    88 ! 2894 2018-03-15 09:17:58Z Giersch
    89 ! variable named found has been introduced for checking if restart data was
    90 ! found, reading of restart strings has been moved completely to
    91 ! read_restart_data_mod, wind_turbine_prerun flag has been removed, redundant
    92 ! skipping function has been removed, wtm_read/write_restart_data have been
    93 ! renamed to wtm_r/wrd_global, wtm_rrd_global is called in
    94 ! read_restart_data_mod now, marker *** end wtm *** was removed, strings and
    95 ! their respective lengths are written out and read now in case of restart
    96 ! runs to get rid of prescribed character lengths, CASE DEFAULT was added if
    97 ! restart data is read
    98 !
    99 ! 2885 2018-03-14 11:02:46Z Giersch
    100 ! Bugfix in interpolation of lift and drag coefficients on fine grid of radius
    101 ! segments and angles of attack, speed-up of the initialization of the wind
    102 ! turbine model
    103 !
    104 ! 2792 2018-02-07 06:45:29Z Giersch
    105 ! omega_rot_l has to be calculated after determining the indices for the hub in
    106 ! case of restart runs
    107 !
    108 ! 2776 2018-01-31 10:44:42Z Giersch
    109 ! wind_turbine_prerun flag is used to define if module
    110 ! related parameters were outputted as restart data
    111 !
    112 ! 2718 2018-01-02 08:49:38Z maronga
    113 ! Corrected "Former revisions" section
    114 !
    115 ! 2696 2017-12-14 17:12:51Z kanani
    116 ! Change in file header (GPL part)
    117 !
    118 ! 2669 2017-12-06 16:03:27Z raasch
    119 ! filename of turbine output changed to WTM_OUTPUT_DATA. File extension now
    120 ! includes the nest domain number. Turbine extension changed to "_T##"
    121 !
    122 ! 2576 2017-10-24 13:49:46Z Giersch
    123 ! Definition of a new function called wtm_skip_global to skip module
    124 ! parameters during reading restart data
    125 !
    126 ! 2563 2017-10-19 15:36:10Z Giersch
    127 ! Restart runs with wind turbine model are possible now. For this purpose, two
    128 ! new subroutines wtm_write_restart_data and wtm_read_restart_data had to be
    129 ! defined
    130 !
    131 ! 2553 2017-10-18 08:03:45Z Giersch
    132 ! Bugfix of vertical loop in wtm_tendencies to account for different turbine
    133 ! heights, bugfix of the interpolation of the u-component concerning the
    134 ! vertical index and further small adjustments of the programming style
    135 !
    136 ! 2410 2017-09-06 08:16:30Z Giersch
    137 ! Revise error message PA0462
    138 !
    139 ! 2349 2017-08-10 15:44:04Z Giersch
    140 ! Add parameter pitch_rate to namelist and revise/add error messages
    141 !
    142 ! 2343 2017-08-08 11:28:43Z Giersch
    143 ! Unit correction in Doxygen comments
    144 !
    145 ! 2323 2017-07-26 12:57:38Z Giersch
    146 ! Change unit number of file WTM_DATA from 201 to 90
    147 
    148 ! 2322 2017-07-26 08:30:28Z Giersch
    149 ! Bugfix of error message and assign error numbers
    150 !
    151 ! 2257 2017-06-07 14:07:05Z witha
    152 ! Bugfix: turb_cl_tab and turb_cd_tab were set to zero before being allocated
    153 !
    154 ! 2233 2017-05-30 18:08:54Z suehring
    155 !
    156 ! 2232 2017-05-30 17:47:52Z suehring
    157 ! Adjustments to new topography concept
    158 !
    159 ! 2152 2017-02-17 13:27:24Z lvollmer
    160 ! Bugfix in subroutine wtm_read_blade_tables
    161 ! Addition of a tip loss model
    162 !
    163 ! 2015 2016-09-28 08:45:18Z lvollmer
    164 ! Bugfix of pitch control
    165 !
    166 ! 2000 2016-08-20 18:09:15Z knoop
    167 ! Forced header and separation lines into 80 columns
    168 !
    169 ! 1929 2016-06-09 16:25:25Z suehring
    170 ! Bugfix: added preprocessor directives for parallel and serial mode
    171 !
    172 ! 1914 2016-05-26 14:44:07Z witha
    173 ! Initial revision
    174 !
    17554!
    17655! Description:
Note: See TracChangeset for help on using the changeset viewer.