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

    r3725 r4180  
    3030! nopointer option removed
    3131!
    32 ! 3634 2018-12-18 12:31:28Z knoop
    33 ! OpenACC port for SPEC
    34 !
    35 ! 3538 2018-11-20 10:55:41Z suehring
    36 ! Remove unnecessary double-masking of topography
    37 !
    38 ! 3294 2018-10-01 02:37:10Z raasch
    39 ! module use statements moved to global declaration section
    40 !
    41 ! 3274 2018-09-24 15:42:55Z knoop
    42 ! Modularization of all bulk cloud physics code components
    43 !
    44 ! 3241 2018-09-12 15:02:00Z raasch
    45 ! unused Variable removed
    46 !
    47 ! 2718 2018-01-02 08:49:38Z maronga
    48 ! Corrected "Former revisions" section
    49 !
    50 ! 2696 2017-12-14 17:12:51Z kanani
    51 ! Change in file header (GPL part)
    52 !
    53 ! 2233 2017-05-30 18:08:54Z suehring
    54 !
    55 ! 2232 2017-05-30 17:47:52Z suehring
    56 ! Adjustments to new topography concept
    57 !
    58 ! 2118 2017-01-17 16:38:49Z raasch
    59 ! OpenACC version of subroutine removed
    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 !
    68 ! 1850 2016-04-08 13:29:27Z maronga
    69 ! Module renamed
    70 !
    71 ! 1682 2015-10-07 23:56:08Z knoop
    72 ! Code annotations made doxygen readable
    73 !
    74 ! 1374 2014-04-25 12:55:07Z raasch
    75 ! missing variables added to ONLY list
    76 !
    77 ! 1365 2014-04-22 15:03:56Z boeske
    78 ! Calculation of reference state in subroutine calc_mean_profile moved to
    79 ! subroutine time_integration,
    80 ! subroutine calc_mean_profile moved to new file calc_mean_profile.f90
    81 !
    82 ! 1353 2014-04-08 15:21:23Z heinze
    83 ! REAL constants provided with KIND-attribute
    84 !
    85 ! 1320 2014-03-20 08:40:49Z raasch
    86 ! ONLY-attribute added to USE-statements,
    87 ! kind-parameters added to all INTEGER and REAL declaration statements,
    88 ! kinds are defined in new module kinds,
    89 ! revision history before 2012 removed,
    90 ! comment fields (!:) to be used for variable explanations added to
    91 ! all variable declaration statements
    92 !
    93 ! 1257 2013-11-08 15:18:40Z raasch
    94 ! vector length (32) removed from openacc clause
    95 !
    96 ! 1241 2013-10-30 11:36:58Z heinze
    97 ! Generalize calc_mean_profile for wider use: use additional steering
    98 ! character loc
    99 !
    100 ! 1179 2013-06-14 05:57:58Z raasch
    101 ! steering of reference state revised (var_reference and pr removed from
    102 ! parameter list), use_reference renamed use_single_reference_value
    103 !
    104 ! 1171 2013-05-30 11:27:45Z raasch
    105 ! openacc statements added to use_reference-case in accelerator version
    106 !
    107 ! 1153 2013-05-10 14:33:08Z raasch
    108 ! code adjustments of accelerator version required by PGI 12.3 / CUDA 5.0
    109 !
    110 ! 1128 2013-04-12 06:19:32Z raasch
    111 ! loop index bounds in accelerator version replaced by i_left, i_right, j_south,
    112 ! j_north
    113 !
    114 ! 1036 2012-10-22 13:43:42Z raasch
    115 ! code put under GPL (PALM 3.9)
    116 !
    117 ! 1015 2012-09-27 09:23:24Z raasch
    118 ! accelerator version (*_acc) added
    119 !
    120 ! 1010 2012-09-20 07:59:54Z raasch
    121 ! cpp switch __nopointer added for pointer free version
    122 !
    123 ! Revision 1.1  1997/08/29 08:56:48  raasch
    124 ! Initial revision
    125 !
    12632!
    12733! Description:
Note: See TracChangeset for help on using the changeset viewer.