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

    r3655 r4180  
    2727! OpenACC port for SPEC
    2828!
    29 ! 3547 2018-11-21 13:21:24Z suehring
    30 ! variables documented
    31 !
    32 ! 3241 2018-09-12 15:02:00Z raasch
    33 ! unused variables removed
    34 !
    35 ! 2718 2018-01-02 08:49:38Z maronga
    36 ! Corrected "Former revisions" section
    37 !
    38 ! 2696 2017-12-14 17:12:51Z kanani
    39 ! Change in file header (GPL part)
    40 !
    41 ! 2233 2017-05-30 18:08:54Z suehring
    42 !
    43 ! 2232 2017-05-30 17:47:52Z suehring
    44 ! Adjustments to new topography and surface concept
    45 !
    46 ! 2118 2017-01-17 16:38:49Z raasch
    47 ! OpenACC version of subroutine removed
    48 !
    49 ! 2037 2016-10-26 11:15:40Z knoop
    50 ! Anelastic approximation implemented
    51 !
    52 ! 2000 2016-08-20 18:09:15Z knoop
    53 ! Forced header and separation lines into 80 columns
    54 !
    55 ! 1873 2016-04-18 14:50:06Z maronga
    56 ! Module renamed (removed _mod)
    57 !
    58 ! 1850 2016-04-08 13:29:27Z maronga
    59 ! Module renamed
    60 !
    61 ! 1682 2015-10-07 23:56:08Z knoop
    62 ! Code annotations made doxygen readable
    63 !
    64 ! 1374 2014-04-25 12:55:07Z raasch
    65 ! vsws + vswst removed from acc-present-list
    66 !
    67 ! 1353 2014-04-08 15:21:23Z heinze
    68 ! REAL constants provided with KIND-attribute
    69 !
    70 ! 1340 2014-03-25 19:45:13Z kanani
    71 ! REAL constants defined as wp-kind
    72 !
    73 ! 1322 2014-03-20 16:38:49Z raasch
    74 ! REAL constants defined as wp-kind
    75 !
    76 ! 1320 2014-03-20 08:40:49Z raasch
    77 ! ONLY-attribute added to USE-statements,
    78 ! kind-parameters added to all INTEGER and REAL declaration statements,
    79 ! kinds are defined in new module kinds,
    80 ! revision history before 2012 removed,
    81 ! comment fields (!:) to be used for variable explanations added to
    82 ! all variable declaration statements
    83 !
    84 ! 1257 2013-11-08 15:18:40Z raasch
    85 ! openacc loop and loop vector clauses removed, declare create moved after
    86 ! the FORTRAN declaration statement
    87 !
    88 ! 1128 2013-04-12 06:19:32Z raasch
    89 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,
    90 ! j_north
    91 !
    92 ! 1036 2012-10-22 13:43:42Z raasch
    93 ! code put under GPL (PALM 3.9)
    94 !
    95 ! 1015 2012-09-27 09:23:24Z raasch
    96 ! accelerator version (*_acc) added
    97 !
    98 ! 1001 2012-09-13 14:08:46Z raasch
    99 ! arrays comunicated by module instead of parameter list
    100 !
    101 ! 978 2012-08-09 08:28:32Z fricke
    102 ! outflow damping layer removed
    103 ! kmxm_x/_z and kmxp_x/_z change to kmxm and kmxp
    104 ! kmym_y/_z and kmyp_y/_z change to kmym and kmyp
    105 !
    106 ! Revision 1.1  1997/09/12 06:24:11  raasch
    107 ! Initial revision
    108 !
    10929!
    11030! Description:
Note: See TracChangeset for help on using the changeset viewer.