Changeset 4180 for palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r4148 r4180 80 80 ! the subroutines in time_integration for better overview. 81 81 ! 82 ! 3646 2018-12-28 17:58:49Z kanani83 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant84 ! when using wall/soil spinup)85 !86 ! 3579 2018-11-29 15:32:39Z suehring87 ! - Bugfix in calculation of turbulence scaling parameters for turbulence88 ! generator in case of topography89 ! - Additional checks implemented - no STG in RANS-RANS nesting or LES-LES90 ! nesting91 !92 ! 3376 2018-10-19 10:15:32Z suehring93 ! Error messages and numbers reivsed.94 !95 ! 3349 2018-10-15 16:39:41Z suehring96 ! Fix for format descriptor97 !98 ! 3348 2018-10-15 14:30:51Z suehring99 ! - Revise structure of init routine100 ! - introduce new parameters to skip STG for some timesteps101 ! - introduce time-dependent parametrization of Reynolds-stress tensor102 ! - Bugfix in allocation of mean_inflow_profiles103 !104 ! 3341 2018-10-15 10:31:27Z suehring105 ! Introduce module parameter for number of inflow profiles106 !107 ! 3288 2018-09-28 10:23:08Z suehring108 ! Modularization of all bulk cloud physics code components109 !110 ! 3248 2018-09-14 09:42:06Z sward111 ! Minor formating changes112 !113 ! 3246 2018-09-13 15:14:50Z sward114 ! Added error handling for input namelist via parin_fail_message115 !116 ! 3241 2018-09-12 15:02:00Z raasch117 ! unused variables removed118 !119 ! 3186 2018-07-30 17:07:14Z suehring120 ! Mask topography while imposing inflow perturbations at the boundaries; do not121 ! impose perturbations at top boundary as well as ghost points122 !123 ! 3183 2018-07-27 14:25:55Z suehring124 ! Rename variables and extend error message125 ! Enable geneartor also for stretched grids126 !127 ! 3182 2018-07-27 13:36:03Z suehring128 ! Error message related to vertical stretching has been added, dz was replaced129 ! by dz(1)130 !131 ! 3051 2018-05-30 17:43:55Z suehring132 ! Bugfix in calculation of initial Reynolds-stress tensor.133 !134 ! 3045 2018-05-28 07:55:41Z Giersch135 ! Error messages revised136 !137 ! 3044 2018-05-25 10:59:41Z gronemeier138 ! Add missing variable descriptions139 !140 ! 3038 2018-05-24 10:54:00Z gronemeier141 ! updated variable descriptions142 !143 ! 2967 2018-04-13 11:22:08Z raasch144 ! bugfix: missing parallel cpp-directives added145 !146 ! 2946 2018-04-04 17:01:23Z suehring147 ! Remove unused module load148 !149 ! 2945 2018-04-04 16:27:14Z suehring150 ! - Bugfix in parallelization of synthetic turbulence generator in case the151 ! z-dimension is not an integral divisor of the number of processors along152 ! the x- and y-dimension153 ! - Revision in control mimic in case of RAN-LES nesting154 !155 ! 2938 2018-03-27 15:52:42Z suehring156 ! Apply turbulence generator at all non-cyclic lateral boundaries in case of157 ! realistic Inifor large-scale forcing or RANS-LES nesting158 !159 ! 2936 2018-03-27 14:49:27Z suehring160 ! 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_data163 ! have been renamed to stg_r/wrd_global, stg_rrd_global is called in164 ! read_restart_data_mod now, flag syn_turb_gen_prerun and marker *** end stg165 ! *** have been removed (Giersch), strings and their respective lengths are166 ! written out and read now in case of restart runs to get rid of prescribed167 ! character lengths (Giersch), CASE DEFAULT was added if restart data is read168 !169 ! 2841 2018-02-27 15:02:57Z suehring170 ! Bugfix: wrong placement of include 'mpif.h' corrected171 !172 ! 2836 2018-02-26 13:40:05Z Giersch173 ! The variables synthetic_turbulence_generator and174 ! use_synthetic_turbulence_generator have been abbreviated + syn_turb_gen_prerun175 ! flag is used to define if module related parameters were outputted as restart176 ! data177 !178 ! 2716 2017-12-29 16:35:59Z kanani179 ! Corrected "Former revisions" section180 !181 ! 2696 2017-12-14 17:12:51Z kanani182 ! Change in file header (GPL part)183 !184 ! 2669 2017-12-06 16:03:27Z raasch185 ! unit number for file containing turbulence generator data changed to 90186 ! bugfix: preprocessor directives added for MPI specific code187 !188 ! 2576 2017-10-24 13:49:46Z Giersch189 ! Definition of a new function called stg_skip_global to skip module190 ! parameters during reading restart data191 !192 ! 2563 2017-10-19 15:36:10Z Giersch193 ! stg_read_restart_data is called in stg_parin in the case of a restart run194 !195 ! 2259 2017-06-08 09:09:11Z gronemeier196 ! Initial revision197 !198 !199 !200 ! Authors:201 ! --------202 ! @author Tobias Gronemeier, Matthias Suehring, Atsushi Inagaki, Micha Gryschka, Christoph Knigge203 !204 !205 82 ! 206 83 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.