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

    r3655 r4180  
    2727! Modularization of all bulk cloud physics code components
    2828!
    29 ! 3135 2018-07-16 14:43:04Z gronemeier
    30 ! Bugfix: add +1 to c_3 according to Sogachev et al. (2012)
    31 !
    32 ! 3126 2018-07-13 15:13:54Z gronemeier
    33 ! Bugfix: define c_0 = 0.03^0.25 = 0.416179145
    34 !
    35 ! 3083 2018-06-19 14:03:12Z gronemeier
    36 ! Bugfixes:
    37 !   - preset te_diss and te_e to avoid runtime errors
    38 !   - implementation of buoyancy term to dissipation
    39 !     according to Sogachev et al. (2012)
    40 !   - where diss_p < 0 set diss_p = 0.1 diss
    41 !   - calculate progn eq(diss) starting from nzb+1
    42 ! Changes:
    43 !   - add sig_e to TKE equation
    44 !   - adjust prognostic equation of diss
    45 !   - set model constants according to Koblitz (2013)
    46 !   - renamed c_m to c_0
    47 !   - rename l_black into l1d_init
    48 !   - calculate l_grid within init_1d_model and save it as l1d_init
    49 !   - calculate l1d according to DE85 if dissipation is a prognostic value
    50 !   - made annotations doxygen-readable
    51 !
    52 ! 3049 2018-05-29 13:52:36Z Giersch
    53 ! Error messages revised
    54 !
    55 ! 3045 2018-05-28 07:55:41Z Giersch
    56 ! Error message revised
    57 !
    58 ! 2965 2018-04-13 07:37:25Z scharf
    59 ! adjusted format string for 1D run control output
    60 !
    61 ! 2918 2018-03-21 15:52:14Z gronemeier
    62 ! - rename l_black into l1d_init
    63 ! - calculate l_grid within init_1d_model and save it as l1d_init
    64 !
    65 ! 2718 2018-01-02 08:49:38Z maronga
    66 ! Corrected "Former revisions" section
    67 !
    68 ! 2696 2017-12-14 17:12:51Z kanani
    69 ! Change in file header (GPL part)
    70 ! implement TKE-e closure
    71 ! modification of dissipation production according to Detering and Etling
    72 ! reduced factor for timestep criterion to 0.125 and first dt to 1s (TG)
    73 !
    74 ! 2339 2017-08-07 13:55:26Z gronemeier
    75 ! corrected timestamp in header
    76 !
    77 ! 2338 2017-08-07 12:15:38Z gronemeier
    78 ! renamed init_1d_model to model_1d_mod and and formatted it as a module;
    79 ! reformatted output of profiles
    80 !
    81 ! 2337 2017-08-07 08:59:53Z gronemeier
    82 ! revised calculation of mixing length
    83 ! removed rounding of time step
    84 ! corrected calculation of virtual potential temperature
    85 !
    86 ! 2334 2017-08-04 11:57:04Z gronemeier
    87 ! set c_m = 0.4 according to Detering and Etling (1985)
    88 !
    89 ! 2299 2017-06-29 10:14:38Z maronga
    90 ! Removed german text
    91 !
    92 ! 2101 2017-01-05 16:42:31Z suehring
    93 !
    94 ! 2059 2016-11-10 14:20:40Z maronga
    95 ! Corrected min/max values of Rif.
    96 !
    97 ! 2000 2016-08-20 18:09:15Z knoop
    98 ! Forced header and separation lines into 80 columns
    99 !
    100 ! 1960 2016-07-12 16:34:24Z suehring
    101 ! Remove passive_scalar from IF-statements, as 1D-scalar profile is effectively
    102 ! not used.
    103 ! Formatting adjustment
    104 !
    105 ! 1808 2016-04-05 19:44:00Z raasch
    106 ! routine local_flush replaced by FORTRAN statement
    107 !
    108 ! 1709 2015-11-04 14:47:01Z maronga
    109 ! Set initial time step to 10 s to avoid instability of the 1d model for small
    110 ! grid spacings
    111 !
    112 ! 1697 2015-10-28 17:14:10Z raasch
    113 ! small E- and F-FORMAT changes to avoid informative compiler messages about
    114 ! insufficient field width
    115 !
    116 ! 1691 2015-10-26 16:17:44Z maronga
    117 ! Renamed prandtl_layer to constant_flux_layer. rif is replaced by ol and zeta.
    118 !
    119 ! 1682 2015-10-07 23:56:08Z knoop
    120 ! Code annotations made doxygen readable
    121 !
    122 ! 1353 2014-04-08 15:21:23Z heinze
    123 ! REAL constants provided with KIND-attribute
    124 !
    125 ! 1346 2014-03-27 13:18:20Z heinze
    126 ! Bugfix: REAL constants provided with KIND-attribute especially in call of
    127 ! intrinsic function like MAX, MIN, SIGN
    128 !
    129 ! 1322 2014-03-20 16:38:49Z raasch
    130 ! REAL functions provided with KIND-attribute
    131 !
    132 ! 1320 2014-03-20 08:40:49Z raasch
    133 ! ONLY-attribute added to USE-statements,
    134 ! kind-parameters added to all INTEGER and REAL declaration statements,
    135 ! kinds are defined in new module kinds,
    136 ! revision history before 2012 removed,
    137 ! comment fields (!:) to be used for variable explanations added to
    138 ! all variable declaration statements
    139 !
    140 ! 1036 2012-10-22 13:43:42Z raasch
    141 ! code put under GPL (PALM 3.9)
    142 !
    143 ! 1015 2012-09-27 09:23:24Z raasch
    144 ! adjustment of mixing length to the Prandtl mixing length at first grid point
    145 ! above ground removed
    146 !
    147 ! 1001 2012-09-13 14:08:46Z raasch
    148 ! all actions concerning leapfrog scheme removed
    149 !
    150 ! 996 2012-09-07 10:41:47Z raasch
    151 ! little reformatting
    152 !
    153 ! 978 2012-08-09 08:28:32Z fricke
    154 ! roughness length for scalar quantities z0h1d added
    155 !
    156 ! Revision 1.1  1998/03/09 16:22:10  raasch
    157 ! Initial revision
    158 !
    15929!
    16030! Description:
Note: See TracChangeset for help on using the changeset viewer.