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

    r4168 r4180  
    6262! nopointer option removed
    6363!
    64 ! 3622 2018-12-12 09:52:53Z schwenkel
    65 ! Important bugfix in case of restart runs.
    66 !
    67 ! 3507 2018-11-08 14:28:46Z schwenkel
    68 ! Minor bugfixes for bcm cache version and initializing prr
    69 !
    70 ! 3452 2018-10-30 13:13:34Z schwenkel
    71 ! Bugfix for profiles output
    72 !
    73 ! 3445 2018-10-29 12:23:02Z schwenkel
    74 ! Minor bugfix and use of subroutine for supersaturation calculation in case
    75 ! of cache version
    76 !
    77 ! 3383 2018-10-19 14:22:58Z knoop
    78 ! Modularization of all bulk cloud physics code components
    79 !
    80 ! unused variables removed
    81 !
    82 ! 3026 2018-05-22 10:30:53Z schwenkel
    83 ! Changed the name specific humidity to mixing ratio, since we are computing
    84 ! mixing ratios.
    85 !
    86 ! 2718 2018-01-02 08:49:38Z maronga
    87 ! Corrected "Former revisions" section
    88 !
    89 ! 2701 2017-12-15 15:40:50Z suehring
    90 ! Changes from last commit documented
    91 !
    92 ! 2698 2017-12-14 18:46:24Z suehring
    93 ! Bugfix in get_topography_top_index
    94 !
    95 ! 2696 2017-12-14 17:12:51Z kanani
    96 ! Change in file header (GPL part)
    97 !
    98 ! 2608 2017-11-13 14:04:26Z schwenkel
    99 ! Calculation of supersaturation in external module (diagnostic_quantities_mod).
    100 ! Change: correct calculation of saturation specific humidity to saturation
    101 ! mixing ratio (the factor of 0.378 vanishes).
    102 !
    103 ! 2522 2017-10-05 14:20:37Z schwenkel
    104 ! Minor bugfix
    105 !
    106 ! 2375 2017-08-29 14:10:28Z schwenkel
    107 ! Improved aerosol initilization and some minor bugfixes
    108 ! for droplet sedimenation
    109 !
    110 ! 2318 2017-07-20 17:27:44Z suehring
    111 ! Get topography top index via Function call
    112 !
    113 ! 2317 2017-07-20 17:27:19Z suehring
    114 ! s1 changed to log_sigma
    115 !
    116 ! 2292 2017-06-20 09:51:42Z schwenkel
    117 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    118 ! includes two more prognostic equations for cloud drop concentration (nc)
    119 ! and cloud water content (qc).
    120 ! - The process of activation is parameterized with a simple Twomey
    121 !   activion scheme or with considering solution and curvature
    122 !   effects (Khvorostyanov and Curry ,2006).
    123 ! - The saturation adjustment scheme is replaced by the parameterization
    124 !   of condensation rates (Khairoutdinov and Kogan, 2000, Mon. Wea. Rev.,128).
    125 ! - All other microphysical processes of Seifert and Beheng are used.
    126 !   Additionally, in those processes the reduction of cloud number concentration
    127 !   is considered.
    128 !
    129 ! 2233 2017-05-30 18:08:54Z suehring
    130 !
    131 ! 2232 2017-05-30 17:47:52Z suehring
    132 ! Adjustments to new topography and surface concept
    133 !
    134 ! 2155 2017-02-21 09:57:40Z hoffmann
    135 ! Bugfix in the calculation of microphysical quantities on ghost points.
    136 !
    137 ! 2031 2016-10-21 15:11:58Z knoop
    138 ! renamed variable rho to rho_ocean
    139 !
    140 ! 2000 2016-08-20 18:09:15Z knoop
    141 ! Forced header and separation lines into 80 columns
    142 !
    143 ! 1850 2016-04-08 13:29:27Z maronga
    144 ! Module renamed
    145 ! Adapted for modularization of microphysics.
    146 !
    147 ! 1845 2016-04-08 08:29:13Z raasch
    148 ! nzb_2d replaced by nzb_s_inner, Kessler precipitation is stored at surface
    149 ! point (instead of one point above surface)
    150 !
    151 ! 1831 2016-04-07 13:15:51Z hoffmann
    152 ! turbulence renamed collision_turbulence,
    153 ! drizzle renamed cloud_water_sedimentation. cloud_water_sedimentation also
    154 ! avaialble for microphysics_kessler.
    155 !
    156 ! 1822 2016-04-07 07:49:42Z hoffmann
    157 ! Unused variables removed.
    158 ! Kessler scheme integrated.
    159 !
    160 ! 1691 2015-10-26 16:17:44Z maronga
    161 ! Added new routine calc_precipitation_amount. The routine now allows to account
    162 ! for precipitation due to sedimenation of cloud (fog) droplets
    163 !
    164 ! 1682 2015-10-07 23:56:08Z knoop
    165 ! Code annotations made doxygen readable
    166 !
    167 ! 1646 2015-09-02 16:00:10Z hoffmann
    168 ! Bugfix: Wrong computation of d_mean.
    169 !
    170 ! 1361 2014-04-16 15:17:48Z hoffmann
    171 ! Bugfix in sedimentation_rain: Index corrected.
    172 ! Vectorized version of adjust_cloud added.
    173 ! Little reformatting of the code.
    174 !
    175 ! 1353 2014-04-08 15:21:23Z heinze
    176 ! REAL constants provided with KIND-attribute
    177 !
    178 ! 1346 2014-03-27 13:18:20Z heinze
    179 ! Bugfix: REAL constants provided with KIND-attribute especially in call of
    180 ! intrinsic function like MAX, MIN, SIGN
    181 !
    182 ! 1334 2014-03-25 12:21:40Z heinze
    183 ! Bugfix: REAL constants provided with KIND-attribute
    184 !
    185 ! 1322 2014-03-20 16:38:49Z raasch
    186 ! REAL constants defined as wp-kind
    187 !
    188 ! 1320 2014-03-20 08:40:49Z raasch
    189 ! ONLY-attribute added to USE-statements,
    190 ! kind-parameters added to all INTEGER and REAL declaration statements,
    191 ! kinds are defined in new module kinds,
    192 ! comment fields (!:) to be used for variable explanations added to
    193 ! all variable declaration statements
    194 !
    195 ! 1241 2013-10-30 11:36:58Z heinze
    196 ! hyp and rho_ocean have to be calculated at each time step if data from external
    197 ! file LSF_DATA are used
    198 !
    199 ! 1115 2013-03-26 18:16:16Z hoffmann
    200 ! microphyical tendencies are calculated in bcm_actions in an optimized
    201 ! way; unrealistic values are prevented; bugfix in evaporation; some reformatting
    202 !
    203 ! 1106 2013-03-04 05:31:38Z raasch
    204 ! small changes in code formatting
    205 !
    206 ! 1092 2013-02-02 11:24:22Z raasch
    207 ! unused variables removed
    208 ! file put under GPL
    209 !
    210 ! 1065 2012-11-22 17:42:36Z hoffmann
    211 ! Sedimentation process implemented according to Stevens and Seifert (2008).
    212 ! Turbulence effects on autoconversion and accretion added (Seifert, Nuijens
    213 ! and Stevens, 2010).
    214 !
    215 ! 1053 2012-11-13 17:11:03Z hoffmann
    216 ! initial revision
    21764!
    21865! Description:
Note: See TracChangeset for help on using the changeset viewer.