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

    r4045 r4180  
    5151! variables documented
    5252!
    53 ! 3552 2018-11-22 10:28:35Z suehring
    54 ! Introduce new MPI-datatype for ghostpoint exchange of 2D 8-bit Integer arrays
    55 !
    56 ! 3542 2018-11-20 17:04:13Z suehring
    57 ! Bugfix in setting number of ghost layers in neutral case
    58 !
    59 ! 3341 2018-10-15 10:31:27Z suehring
    60 ! unused variables removed
    61 !
    62 ! 3183 2018-07-27 14:25:55Z suehring
    63 ! Rename variables and boundary conditions in mesoscale-offline nesting mode
    64 !
    65 ! 3182 2018-07-27 13:36:03Z suehring
    66 ! bugfix: wrong error number in r3057 revised
    67 !
    68 ! 3057 2018-06-05 09:03:41Z raasch
    69 ! bugfix: check that nz is even in case that optimized multigrid is used
    70 !
    71 ! 3049 2018-05-29 13:52:36Z Giersch
    72 ! Error messages revised
    73 !
    74 ! 3045 2018-05-28 07:55:41Z Giersch
    75 ! Error messages revised
    76 !
    77 ! 2938 2018-03-27 15:52:42Z suehring
    78 ! - No checks for domain decomposition in case of turbulence generator
    79 !  (is done in stg module)
    80 ! - Introduce ids to indicate lateral processors for turbulence generator
    81 !
    82 ! 2936 2018-03-27 14:49:27Z suehring
    83 ! Variable use_synthetic_turbulence_generator has been abbreviated
    84 !
    85 ! 2718 2018-01-02 08:49:38Z maronga
    86 ! Corrected "Former revisions" section
    87 !
    88 ! 2696 2017-12-14 17:12:51Z kanani
    89 ! Change in file header (GPL part)
    90 ! 3D-Integer exchange on multigrid level (MS)
    91 ! Forcing implemented (MS)
    92 !
    93 ! 2600 2017-11-01 14:11:20Z raasch
    94 ! calculation of block-I/O quantitites removed (is now done in parin)
    95 !
    96 ! 2516 2017-10-04 11:03:04Z suehring
    97 ! Remove tabs
    98 !
    99 ! 2514 2017-10-04 09:52:37Z suehring
    100 ! Redundant preprocessor directives removed
    101 !
    102 ! 2372 2017-08-25 12:37:32Z sward
    103 ! Shifted cyclic boundary conditions implemented
    104 !
    105 ! 2365 2017-08-21 14:59:59Z kanani
    106 ! Vertical nesting implemented (SadiqHuq)
    107 !
    108 ! 2300 2017-06-29 13:31:14Z raasch
    109 ! host-specific settings removed
    110 !
    111 ! 2298 2017-06-29 09:28:18Z raasch
    112 ! MPI2 related parts removed
    113 !
    114 ! 2271 2017-06-09 12:34:55Z sward
    115 ! Error message changed
    116 !
    117 ! 2259 2017-06-08 09:09:11Z gronemeier
    118 ! Implemented synthetic turbulence generator
    119 !
    120 ! 2238 2017-05-31 16:49:16Z suehring
    121 ! Remove unnecessary module load of pmc_interface
    122 !
    123 ! 2231 2017-05-30 16:44:33Z suehring
    124 !
    125 ! 2200 2017-04-11 11:37:51Z suehring
    126 ! monotonic_adjustment removed
    127 !
    128 ! 2197 2017-03-24 02:25:00Z raasch
    129 ! bugfix: do not allow odd values for nz at the coarsest grid level in case of
    130 ! optimized multigrid solver
    131 !
    132 ! 2180 2017-03-17 13:33:05Z hellstea
    133 ! Checks to ensure (2178) that pdims match the grid dimensions in the
    134 ! automatic determination of pdims are canceled as unnecessary
    135 !
    136 ! 2178 2017-03-17 11:07:39Z hellstea
    137 ! Checks to ensure that pdims match the grid dimensions are added in the
    138 ! automatic determination of pdims
    139 !
    140 ! 2050 2016-11-08 15:00:55Z gronemeier
    141 ! Implement turbulent outflow condition
    142 !
    143 ! 2000 2016-08-20 18:09:15Z knoop
    144 ! Forced header and separation lines into 80 columns
    145 !
    146 ! 1968 2016-07-18 12:01:49Z suehring
    147 ! Extent MPI-datatypes for exchange of 2D-INTEGER arrays on coarser multigrid
    148 ! level 
    149 !
    150 ! 1964 2016-07-14 15:35:18Z hellstea
    151 ! Bugfix: erroneous setting of nest_bound_l/r/s/n = .TRUE. for vertical nesting mode removed.
    152 !
    153 ! 1923 2016-05-31 16:37:07Z boeske
    154 ! Initial version of purely vertical nesting introduced.
    155 !
    156 ! 1922 2016-05-31 16:36:08Z boeske
    157 ! Bugfix: array transposition checks restricted to cases if a fourier
    158 ! transform is used , removed unused variable nnx_z
    159 !
    160 ! 1833 2016-04-07 14:23:03Z raasch
    161 ! spectra related variables moved to spectra_mod
    162 !
    163 ! 1815 2016-04-06 13:49:59Z raasch
    164 ! cpp-directives for intel openmp bug removed
    165 !
    166 ! 1804 2016-04-05 16:30:18Z maronga
    167 ! Removed code for parameter file check (__check)
    168 !
    169 ! 1779 2016-03-03 08:01:28Z raasch
    170 ! changes regarding nested domain removed: virtual PE grid will be automatically
    171 ! calculated for nested runs too
    172 !
    173 ! 1764 2016-02-28 12:45:19Z raasch
    174 ! cpp-statements for nesting removed
    175 !
    176 ! 1762 2016-02-25 12:31:13Z hellstea
    177 ! Introduction of nested domain feature
    178 !
    179 ! 1682 2015-10-07 23:56:08Z knoop
    180 ! Code annotations made doxygen readable
    181 !
    182 ! 1677 2015-10-02 13:25:23Z boeske
    183 ! New MPI-data types for exchange of 3D integer arrays.
    184 !
    185 ! 1575 2015-03-27 09:56:27Z raasch
    186 ! adjustments for psolver-queries, calculation of ngp_xz added
    187 !
    188 ! 1565 2015-03-09 20:59:31Z suehring
    189 ! Refine if-clause for setting nbgp.
    190 !
    191 ! 1557 2015-03-05 16:43:04Z suehring
    192 ! Adjustment for monotonic limiter
    193 !
    194 ! 1468 2014-09-24 14:06:57Z maronga
    195 ! Adapted for use on up to 6-digit processor cores
    196 !
    197 ! 1435 2014-07-21 10:37:02Z keck
    198 ! bugfix: added missing parameter coupling_mode_remote to ONLY-attribute
    199 !
    200 ! 1402 2014-05-09 14:25:13Z raasch
    201 ! location messages modified
    202 !
    203 ! 1384 2014-05-02 14:31:06Z raasch
    204 ! location messages added
    205 !
    206 ! 1353 2014-04-08 15:21:23Z heinze
    207 ! REAL constants provided with KIND-attribute
    208 !
    209 ! 1322 2014-03-20 16:38:49Z raasch
    210 ! REAL functions provided with KIND-attribute
    211 !
    212 ! 1320 2014-03-20 08:40:49Z raasch
    213 ! ONLY-attribute added to USE-statements,
    214 ! kind-parameters added to all INTEGER and REAL declaration statements,
    215 ! kinds are defined in new module kinds,
    216 ! revision history before 2012 removed,
    217 ! comment fields (!:) to be used for variable explanations added to
    218 ! all variable declaration statements
    219 !
    220 ! 1304 2014-03-12 10:29:42Z raasch
    221 ! bugfix: single core MPI runs missed some settings of transpose indices
    222 !
    223 ! 1212 2013-08-15 08:46:27Z raasch
    224 ! error message for poisfft_hybrid removed
    225 !
    226 ! 1159 2013-05-21 11:58:22Z fricke
    227 ! dirichlet/neumann and neumann/dirichlet removed
    228 !
    229 ! 1139 2013-04-18 07:25:03Z raasch
    230 ! bugfix for calculating the id of the PE carrying the recycling plane
    231 !
    232 ! 1111 2013-03-08 23:54:10Z raasch
    233 ! initialization of poisfft moved to module poisfft
    234 !
    235 ! 1092 2013-02-02 11:24:22Z raasch
    236 ! unused variables removed
    237 !
    238 ! 1056 2012-11-16 15:28:04Z raasch
    239 ! Indices for arrays n.._mg start from zero due to definition of arrays f2 and
    240 ! p2 as automatic arrays in recursive subroutine next_mg_level
    241 !
    242 ! 1041 2012-11-06 02:36:29Z raasch
    243 ! a 2d virtual processor topology is used by default for all machines
    244 !
    245 ! 1036 2012-10-22 13:43:42Z raasch
    246 ! code put under GPL (PALM 3.9)
    247 !
    248 ! 1003 2012-09-14 14:35:53Z raasch
    249 ! subdomains must have identical size (grid matching = "match" removed)
    250 !
    251 ! 1001 2012-09-13 14:08:46Z raasch
    252 ! all actions concerning upstream-spline-method removed
    253 !
    254 ! 978 2012-08-09 08:28:32Z fricke
    255 ! dirichlet/neumann and neumann/dirichlet added
    256 ! nxlu and nysv are also calculated for inflow boundary
    257 !
    258 ! 809 2012-01-30 13:32:58Z maronga
    259 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives
    260 !
    261 ! 807 2012-01-25 11:53:51Z maronga
    262 ! New cpp directive "__check" implemented which is used by check_namelist_files
    263 !
    264 ! Revision 1.1  1997/07/24 11:15:09  raasch
    265 ! Initial revision
    266 !
    26753!
    26854! Description:
Note: See TracChangeset for help on using the changeset viewer.