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_u.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 ! 2638 2017-11-23 12:44:23Z raasch
    42 ! bugfix for constant top momentumflux
    43 !
    44 ! 2233 2017-05-30 18:08:54Z suehring
    45 !
    46 ! 2232 2017-05-30 17:47:52Z suehring
    47 ! Adjustments to new topography and surface concept
    48 !
    49 ! 2118 2017-01-17 16:38:49Z raasch
    50 ! OpenACC version of subroutine removed
    51 !
    52 ! 2037 2016-10-26 11:15:40Z knoop
    53 ! Anelastic approximation implemented
    54 !
    55 ! 2000 2016-08-20 18:09:15Z knoop
    56 ! Forced header and separation lines into 80 columns
    57 !
    58 ! 1873 2016-04-18 14:50:06Z maronga
    59 ! Module renamed (removed _mod)
    60 !
    61 ! 1850 2016-04-08 13:29:27Z maronga
    62 ! Module renamed
    63 !
    64 ! 1740 2016-01-13 08:19:40Z raasch
    65 ! unnecessary calculations of kmzm and kmzp in wall bounded parts removed
    66 !
    67 ! 1691 2015-10-26 16:17:44Z maronga
    68 ! Formatting corrections.
    69 !
    70 ! 1682 2015-10-07 23:56:08Z knoop
    71 ! Code annotations made doxygen readable
    72 !
    73 ! 1340 2014-03-25 19:45:13Z kanani
    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 ! kmym_x/_y and kmyp_x/_y change to kmym and kmyp
    104 !
    105 ! Revision 1.1  1997/09/12 06:23:51  raasch
    106 ! Initial revision
    107 !
    10829!
    10930! Description:
Note: See TracChangeset for help on using the changeset viewer.