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/synthetic_turbulence_generator_mod.f90

    r4148 r4180  
    8080! the subroutines in time_integration for better overview.
    8181!
    82 ! 3646 2018-12-28 17:58:49Z kanani
    83 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant
    84 ! when using wall/soil spinup)
    85 !
    86 ! 3579 2018-11-29 15:32:39Z suehring
    87 ! - Bugfix in calculation of turbulence scaling parameters for turbulence
    88 !   generator in case of topography
    89 ! - Additional checks implemented - no STG in RANS-RANS nesting or LES-LES
    90 !   nesting
    91 !
    92 ! 3376 2018-10-19 10:15:32Z suehring
    93 ! Error messages and numbers reivsed.
    94 !
    95 ! 3349 2018-10-15 16:39:41Z suehring
    96 ! Fix for format descriptor
    97 !
    98 ! 3348 2018-10-15 14:30:51Z suehring
    99 ! - Revise structure of init routine
    100 ! - introduce new parameters to skip STG for some timesteps
    101 ! - introduce time-dependent parametrization of Reynolds-stress tensor
    102 ! - Bugfix in allocation of mean_inflow_profiles
    103 !
    104 ! 3341 2018-10-15 10:31:27Z suehring
    105 ! Introduce module parameter for number of inflow profiles
    106 !
    107 ! 3288 2018-09-28 10:23:08Z suehring
    108 ! Modularization of all bulk cloud physics code components
    109 !
    110 ! 3248 2018-09-14 09:42:06Z sward
    111 ! Minor formating changes
    112 !
    113 ! 3246 2018-09-13 15:14:50Z sward
    114 ! Added error handling for input namelist via parin_fail_message
    115 !
    116 ! 3241 2018-09-12 15:02:00Z raasch
    117 ! unused variables removed
    118 !
    119 ! 3186 2018-07-30 17:07:14Z suehring
    120 ! Mask topography while imposing inflow perturbations at the boundaries; do not
    121 ! impose perturbations at top boundary as well as ghost points
    122 !
    123 ! 3183 2018-07-27 14:25:55Z suehring
    124 ! Rename variables and extend error message
    125 ! Enable geneartor also for stretched grids
    126 !
    127 ! 3182 2018-07-27 13:36:03Z suehring
    128 ! Error message related to vertical stretching has been added, dz was replaced
    129 ! by dz(1)
    130 !
    131 ! 3051 2018-05-30 17:43:55Z suehring
    132 ! Bugfix in calculation of initial Reynolds-stress tensor.
    133 !
    134 ! 3045 2018-05-28 07:55:41Z Giersch
    135 ! Error messages revised
    136 !
    137 ! 3044 2018-05-25 10:59:41Z gronemeier
    138 ! Add missing variable descriptions
    139 !
    140 ! 3038 2018-05-24 10:54:00Z gronemeier
    141 ! updated variable descriptions
    142 !
    143 ! 2967 2018-04-13 11:22:08Z raasch
    144 ! bugfix: missing parallel cpp-directives added
    145 !
    146 ! 2946 2018-04-04 17:01:23Z suehring
    147 ! Remove unused module load
    148 !
    149 ! 2945 2018-04-04 16:27:14Z suehring
    150 ! - Bugfix in parallelization of synthetic turbulence generator in case the
    151 !   z-dimension is not an integral divisor of the number of processors along
    152 !   the x- and y-dimension
    153 ! - Revision in control mimic in case of RAN-LES nesting
    154 !
    155 ! 2938 2018-03-27 15:52:42Z suehring
    156 ! Apply turbulence generator at all non-cyclic lateral boundaries in case of
    157 ! realistic Inifor large-scale forcing or RANS-LES nesting
    158 !
    159 ! 2936 2018-03-27 14:49:27Z suehring
    160 ! variable named found has been introduced for checking if restart data was found,
    161 ! reading of restart strings has been moved completely to read_restart_data_mod,
    162 ! redundant skipping function has been removed, stg_read/write_restart_data
    163 ! have been renamed to stg_r/wrd_global, stg_rrd_global is called in
    164 ! read_restart_data_mod now, flag syn_turb_gen_prerun and marker *** end stg
    165 ! *** have been removed (Giersch), strings and their respective lengths are
    166 ! written out and read now in case of restart runs to get rid of prescribed
    167 ! character lengths (Giersch), CASE DEFAULT was added if restart data is read
    168 !
    169 ! 2841 2018-02-27 15:02:57Z suehring
    170 ! Bugfix: wrong placement of include 'mpif.h' corrected
    171 !
    172 ! 2836 2018-02-26 13:40:05Z Giersch
    173 ! The variables synthetic_turbulence_generator and
    174 ! use_synthetic_turbulence_generator have been abbreviated + syn_turb_gen_prerun
    175 ! flag is used to define if module related parameters were outputted as restart
    176 ! data
    177 !
    178 ! 2716 2017-12-29 16:35:59Z kanani
    179 ! Corrected "Former revisions" section
    180 !
    181 ! 2696 2017-12-14 17:12:51Z kanani
    182 ! Change in file header (GPL part)
    183 !
    184 ! 2669 2017-12-06 16:03:27Z raasch
    185 ! unit number for file containing turbulence generator data changed to 90
    186 ! bugfix: preprocessor directives added for MPI specific code
    187 !
    188 ! 2576 2017-10-24 13:49:46Z Giersch
    189 ! Definition of a new function called stg_skip_global to skip module
    190 ! parameters during reading restart data
    191 !
    192 ! 2563 2017-10-19 15:36:10Z Giersch
    193 ! stg_read_restart_data is called in stg_parin in the case of a restart run
    194 !
    195 ! 2259 2017-06-08 09:09:11Z gronemeier
    196 ! Initial revision
    197 !
    198 !
    199 !
    200 ! Authors:
    201 ! --------
    202 ! @author Tobias Gronemeier, Matthias Suehring, Atsushi Inagaki, Micha Gryschka, Christoph Knigge
    203 !
    204 !
    20582!
    20683! Description:
Note: See TracChangeset for help on using the changeset viewer.