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_s.f90

    r3927 r4180  
    3333! nopointer option removed
    3434!
    35 ! 3634 2018-12-18 12:31:28Z knoop
    36 ! OpenACC port for SPEC
    37 !
    38 ! 3547 2018-11-21 13:21:24Z suehring
    39 ! variables documented
    40 !
    41 ! 2759 2018-01-17 16:24:59Z suehring
    42 ! Major bugfix, horizontal diffusion at vertical surfaces corrected.
    43 !
    44 ! 2718 2018-01-02 08:49:38Z maronga
    45 ! Corrected "Former revisions" section
    46 !
    47 ! 2696 2017-12-14 17:12:51Z kanani
    48 ! Change in file header (GPL part)
    49 !
    50 ! 2233 2017-05-30 18:08:54Z suehring
    51 !
    52 ! 2232 2017-05-30 17:47:52Z suehring
    53 ! Adjustments to new topography and surface concept
    54 !
    55 ! 2118 2017-01-17 16:38:49Z raasch
    56 ! OpenACC version of subroutine removed
    57 !
    58 ! 2037 2016-10-26 11:15:40Z knoop
    59 ! Anelastic approximation implemented
    60 !
    61 ! 2000 2016-08-20 18:09:15Z knoop
    62 ! Forced header and separation lines into 80 columns
    63 !
    64 ! 1873 2016-04-18 14:50:06Z maronga
    65 ! Module renamed (removed _mod)
    66 !
    67 ! 1850 2016-04-08 13:29:27Z maronga
    68 ! Module renamed
    69 !
    70 ! 1691 2015-10-26 16:17:44Z maronga
    71 ! Formatting corrections.
    72 !
    73 ! 1682 2015-10-07 23:56:08Z knoop
    74 ! Code annotations made doxygen readable
    75 !
    76 ! 1374 2014-04-25 12:55:07Z raasch
    77 ! missing variables added to ONLY list
    78 !
    79 ! 1340 2014-03-25 19:45:13Z kanani
    80 ! REAL constants defined as wp-kind
    81 !
    82 ! 1320 2014-03-20 08:40:49Z raasch
    83 ! ONLY-attribute added to USE-statements,
    84 ! kind-parameters added to all INTEGER and REAL declaration statements,
    85 ! kinds are defined in new module kinds,
    86 ! revision history before 2012 removed,
    87 ! comment fields (!:) to be used for variable explanations added to
    88 ! all variable declaration statements
    89 !
    90 ! 1257 2013-11-08 15:18:40Z raasch
    91 ! openacc loop and loop vector clauses removed
    92 !
    93 ! 1128 2013-04-12 06:19:32Z raasch
    94 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,
    95 ! j_north
    96 !
    97 ! 1092 2013-02-02 11:24:22Z raasch
    98 ! unused variables removed
    99 !
    100 ! 1036 2012-10-22 13:43:42Z raasch
    101 ! code put under GPL (PALM 3.9)
    102 !
    103 ! 1015 2012-09-27 09:23:24Z raasch
    104 ! accelerator version (*_acc) added
    105 !
    106 ! 1010 2012-09-20 07:59:54Z raasch
    107 ! cpp switch __nopointer added for pointer free version
    108 !
    109 ! 1001 2012-09-13 14:08:46Z raasch
    110 ! some arrays comunicated by module instead of parameter list
    111 !
    112 ! Revision 1.1  2000/04/13 14:54:02  schroeter
    113 ! Initial revision
    114 !
    11535!
    11636! Description:
Note: See TracChangeset for help on using the changeset viewer.