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

    r4177 r4180  
    6666! Remove unused variable simulated_time
    6767!
    68 ! 3636 2018-12-19 13:48:34Z raasch
    69 ! nopointer option removed
    70 !
    71 ! 3634 2018-12-18 12:31:28Z knoop
    72 ! OpenACC port for SPEC
    73 !
    74 ! 3550 2018-11-21 16:01:01Z gronemeier
    75 ! - calculate diss production same in vector and cache optimization
    76 ! - move boundary condition for e and diss to boundary_conds
    77 !
    78 ! 3545 2018-11-21 11:19:41Z gronemeier
    79 ! - Set rans_mode according to value of turbulence_closure
    80 ! - removed debug output
    81 !
    82 ! 3430 2018-10-25 13:36:23Z maronga
    83 ! Added support for buildings in the dynamic SGS model
    84 !
    85 ! 3398 2018-10-22 19:30:24Z knoop
    86 ! Refactored production_e and production_e_ij (removed code redundancy)
    87 !
    88 ! 3386 2018-10-19 16:28:22Z gronemeier
    89 ! Renamed tcm_prognostic to tcm_prognostic_equations
    90 !
    91 ! 3385 2018-10-19 14:52:29Z knoop
    92 ! Restructured loops and ifs in production_e to ease vectorization on GPUs
    93 !
    94 ! 3300 2018-10-02 14:16:54Z gronemeier
    95 ! - removed global array wall_flags_0_global, hence reduced accuracy of l_wall
    96 !   calculation
    97 ! - removed maxloc call as this produced different results for different
    98 !   compiler options
    99 !
    100 ! 3294 2018-10-01 02:37:10Z raasch
    101 ! changes concerning modularization of ocean option
    102 !
    103 ! 3274 2018-09-24 15:42:55Z knoop
    104 ! Modularization of all bulk cloud physics code components
    105 !
    106 ! 3245 2018-09-13 14:08:16Z knoop
    107 ! unused variables removed, shortest_distance has wp now
    108 !
    109 ! 3183 2018-07-27 14:25:55Z suehring
    110 ! Rename variables and remove unused variable from USE statement
    111 !
    112 ! 3182 2018-07-27 13:36:03Z suehring
    113 ! Use MOST for km only in RANS mode
    114 !
    115 ! 3130 2018-07-16 11:08:55Z gronemeier
    116 ! - move boundary condition of km and kh to tcm_diffusivities
    117 ! - calculate km at boundaries according to MOST
    118 ! - move phi_m to surface_layer_fluxes_mod
    119 !
    120 ! 3129 2018-07-16 07:45:13Z gronemeier
    121 ! - move limitation of diss to boundary_conds
    122 ! - move boundary conditions for e and diss to boundary_conds
    123 ! - consider non-default surfaces in tcm_diffusivities
    124 ! - use z_mo within surface layer instead of calculating it
    125 ! - resort output after case select -> reduced code duplication
    126 ! - when using rans_tke_e and 1d-model, do not use e1d, km1d and diss1d
    127 !
    128 ! 3121 2018-07-11 18:46:49Z gronemeier
    129 ! - created the function phi_m
    130 ! - implemented km = u* * kappa * zp / phi_m in production_e_init for all
    131 !   surfaces
    132 !
    133 ! 3120 2018-07-11 18:30:57Z gronemeier
    134 ! - changed tcm_diffusivities to tcm_diffusivities_default
    135 ! - created subroutine tcm_diffusivities that calls tcm_diffusivities_default
    136 !   and tcm_diffusivities_dynamic
    137 !
    138 ! 3086 2018-06-25 09:08:04Z gronemeier
    139 ! bugfix: set rans_const_sigma(1) = 1.3
    140 !
    141 ! 3083 2018-06-19 14:03:12Z gronemeier
    142 ! - set limits of diss at the end of prognostic equations
    143 ! - call production_e to calculate production term of diss
    144 ! - limit change of diss to -90% to +100%
    145 ! - remove factor 0.5 from diffusion_diss_ij
    146 ! - rename c_m into c_0, and c_h into c_4
    147 ! - add rans_const_c and rans_const_sigma as namelist parameters
    148 ! - add calculation of mixing length for profile output in case of rans_tke_e
    149 ! - changed format of annotations to comply with doxygen standards
    150 ! - calculate and save dissipation rate during rans_tke_l mode
    151 ! - set bc at vertical walls for e, diss, km, kh
    152 ! - bugfix: set l_wall = 0.0 within buildings
    153 ! - set l_wall at bottom and top boundary (rans-mode)
    154 ! - bugfix in production term for dissipation rate
    155 ! - bugfix in diffusion of dissipation rate
    156 ! - disable check for 1D model if rans_tke_e is used
    157 ! - bugfixes for initialization (rans-mode):
    158 !    - correction of dissipation-rate formula
    159 !    - calculate km based on l_wall
    160 !    - initialize diss if 1D model is not used
    161 !
    162 ! 3045 2018-05-28 07:55:41Z Giersch
    163 ! Error message revised
    164 !
    165 ! 3014 2018-05-09 08:42:38Z maronga
    166 ! Bugfix: nzb_do and nzt_do were not used for 3d data output
    167 !
    168 ! 3004 2018-04-27 12:33:25Z Giersch
    169 ! Further allocation checks implemented
    170 !
    171 ! 2938 2018-03-27 15:52:42Z suehring
    172 ! Further todo's
    173 !
    174 ! 2936 2018-03-27 14:49:27Z gronemeier
    175 ! - defined l_grid only within this module
    176 ! - Moved l_wall definition from modules.f90
    177 ! - Get level of highest topography, used to limit upward distance calculation
    178 ! - Consider cyclic boundary conditions for mixing length calculation
    179 ! - Moved copy of wall_flags into subarray to subroutine
    180 ! - Implemented l_wall calculation in case of RANS simulation
    181 ! - Moved init of l_black to tcm_init_mixing_length
    182 ! - Moved init_mixing_length from init_grid.f90 and
    183 !   renamed it to tcm_init_mixing_length
    184 !
    185 ! 2764 2018-01-22 09:25:36Z gronemeier
    186 ! Bugfix: remove duplicate SAVE statements
    187 !
    188 ! 2746 2018-01-15 12:06:04Z suehring
    189 ! Move flag plant canopy to modules
    190 !
    191 ! 2718 2018-01-02 08:49:38Z maronga
    192 ! Corrected "Former revisions" section
    193 !
    194 ! 2701 2017-12-15 15:40:50Z suehring
    195 ! Changes from last commit documented
    196 !
    197 ! 2698 2017-12-14 18:46:24Z suehring
    198 ! Bugfix in get_topography_top_index
    199 !
    200 ! 2696 2017-12-14 17:12:51Z kanani
    201 ! Initial revision
    202 !
    203 !
    204 !
    205 !
    206 ! Authors:
    207 ! --------
    208 ! @author Tobias Gronemeier
    209 ! @author Hauke Wurps
    21068!
    21169! Description:
Note: See TracChangeset for help on using the changeset viewer.