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

    r3655 r4180  
    2727! unused variables removed
    2828!
    29 ! 3183 2018-07-27 14:25:55Z suehring
    30 ! Rename variables in mesoscale-offline nesting mode
    31 !
    32 ! 3182 2018-07-27 13:36:03Z suehring
    33 ! Set lateral boundary conditions for divergence
    34 !
    35 ! 2793 2018-02-07 10:54:33Z suehring
    36 ! Corrected "Former revisions" section
    37 !
    38 ! 2696 2017-12-14 17:12:51Z kanani
    39 ! - Change in file header (GPL part)
    40 ! - Rename file into poismg_noopt_mod
    41 ! - Modularize poismg_noopt - initialization of masking flags moved from
    42 !   init_grid
    43 ! - Masking of downward-facing walls walls
    44 ! - Large-scale forcing implemented (MS)
    45 !
    46 ! 2591 2017-10-30 08:07:25Z maronga
    47 !
    48 ! 2586 2017-10-27 13:03:50Z kanani
    49 !
    50 ! 2232 2017-05-30 17:47:52Z suehring
    51 ! Bugfixes OpenMP
    52 !
    53 ! 2037 2016-10-26 11:15:40Z knoop
    54 ! Anelastic approximation implemented
    55 !
    56 ! 2021 2016-10-07 14:08:57Z suehring
    57 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe0
    58 !
    59 ! 2000 2016-08-20 18:09:15Z knoop
    60 ! Forced header and separation lines into 80 columns
    61 !
    62 ! 1934 2016-06-13 09:46:57Z hellstea
    63 ! Rename subroutines and cpu-measure log points to indicate _noopt version
    64 !
    65 ! 1762 2016-02-25 12:31:13Z hellstea
    66 ! Introduction of nested domain feature
    67 !
    68 ! 1682 2015-10-07 23:56:08Z knoop
    69 ! Code annotations made doxygen readable
    70 !
    71 ! 1353 2014-04-08 15:21:23Z heinze
    72 ! REAL constants provided with KIND-attribute
    73 !
    74 ! 1322 2014-03-20 16:38:49Z raasch
    75 ! REAL constants defined as wp-kind
    76 !
    77 ! 1320 2014-03-20 08:40:49Z raasch
    78 ! ONLY-attribute added to USE-statements,
    79 ! kind-parameters added to all INTEGER and REAL declaration statements,
    80 ! kinds are defined in new module kinds,
    81 ! old module precision_kind is removed,
    82 ! revision history before 2012 removed,
    83 ! comment fields (!:) to be used for variable explanations added to
    84 ! all variable declaration statements
    85 !
    86 ! 1318 2014-03-17 13:35:16Z raasch
    87 ! module interfaces removed
    88 !
    89 ! 1159 2013-05-21 11:58:22Z fricke
    90 ! bc_lr/ns_dirneu/neudir removed
    91 !
    92 ! 1092 2013-02-02 11:24:22Z raasch
    93 ! unused variables removed
    94 !
    95 ! 1056 2012-11-16 15:28:04Z raasch
    96 ! Bugfix: all ghost points have to be used for allocating p3
    97 ! arrays p2, f2, and f2_l changed from allocatable to automatic
    98 !
    99 ! 1036 2012-10-22 13:43:42Z raasch
    100 ! code put under GPL (PALM 3.9)
    101 !
    102 ! 996 2012-09-07 10:41:47Z raasch
    103 ! little reformatting
    104 !
    105 ! 978 2012-08-09 08:28:32Z fricke
    106 ! bc_lr/ns_dirneu/neudir added
    107 !
    108 ! 880 2012-04-13 06:28:59Z raasch
    109 ! Bugfix: preprocessor statements for parallel execution added
    110 !
    111 ! 778 2011-11-07 14:18:25Z fricke
    112 ! Allocation of p3 changes when multigrid is used and the collected field on PE0
    113 ! has more grid points than the subdomain of an PE.
    114 !
    115 ! 707 2011-03-29 11:39:40Z raasch
    116 ! p_loc is used instead of p in the main routine (poismg).
    117 ! On coarse grid levels, gathered data are identically processed on all PEs
    118 ! (before, on PE0 only), so that the subsequent scattering of data is not
    119 ! neccessary any more.
    120 ! bc_lr/ns replaced by bc_lr/ns_cyc/dirrad/raddir
    121 ! Bugfix: bottom (nzb) and top (nzt+1) boundary conditions set in routines
    122 ! resid and restrict. They were missed before which may have led to
    123 ! unpredictable results.
    124 !
    125 ! 667 2010-12-23 12:06:00Z suehring/gryschka
    126 ! Calls of exchange_horiz are modified.
    127 !
    128 ! 622 2010-12-10 08:08:13Z raasch
    129 ! optional barriers included in order to speed up collective operations
    130 !
    131 ! 257 2009-03-11 15:17:42Z heinze
    132 ! Output of messages replaced by message handling routine.
    133 !
    134 ! 181 2008-07-30 07:07:47Z raasch
    135 ! Bugfix: grid_level+1 has to be used in restrict for flags-array
    136 !
    137 ! 114 2007-10-10 00:03:15Z raasch
    138 ! Boundary conditions at walls are implicitly set using flag arrays. Only
    139 ! Neumann BC is allowed. Upper walls are still not realized.
    140 ! Bottom and top BCs for array f_mg in restrict removed because boundary
    141 ! values are not needed (right hand side of SOR iteration).
    142 !
    143 ! 75 2007-03-22 09:54:05Z raasch
    144 ! 2nd+3rd argument removed from exchange horiz
    145 !
    146 ! RCS Log replace by Id keyword, revision history cleaned up
    147 !
    148 ! Revision 1.6  2005/03/26 20:55:54  raasch
    149 ! Implementation of non-cyclic (Neumann) horizontal boundary conditions,
    150 ! routine prolong simplified (one call of exchange_horiz spared)
    151 !
    152 ! Revision 1.1  2001/07/20 13:10:51  raasch
    153 ! Initial revision
    154 !
    15529!
    15630! Description:
Note: See TracChangeset for help on using the changeset viewer.