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

    r4168 r4180  
    4040! Implementation of the PALM module interface
    4141!
    42 ! 3589 2018-11-30 15:09:51Z suehring
    43 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    44 ! (M. Kurppa)
    45 
    46 ! 3582 2018-11-29 19:16:36Z suehring
    47 ! variables documented
    48 !
    49 ! 3552 2018-11-22 10:28:35Z suehring
    50 ! change date format into YYYY-MM-DD
    51 !
    52 ! 3525 2018-11-14 16:06:14Z kanani
    53 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    54 !
    55 ! 3524 2018-11-14 13:36:44Z raasch
    56 ! unused variables removed
    57 !
    58 ! 3467 2018-10-30 19:05:21Z suehring
    59 ! Implementation of a new aerosol module salsa.
    60 !
    61 ! 3448 2018-10-29 18:14:31Z kanani
    62 ! Add biometeorology
    63 !
    64 ! 3355 2018-10-16 14:03:34Z knoop
    65 ! Header output concerning offline nesting
    66 !
    67 ! 3343 2018-10-15 10:38:52Z suehring
    68 ! call of ocean_header
    69 !
    70 ! 3298 2018-10-02 12:21:11Z kanani
    71 ! Minor formatting (kanani)
    72 ! Add chemistry header (basit)
    73 !
    74 ! 3294 2018-10-01 02:37:10Z raasch
    75 ! changes concerning modularization of ocean option
    76 !
    77 ! 3274 2018-09-24 15:42:55Z knoop
    78 ! Modularization of all bulk cloud physics code components
    79 !
    80 ! 3241 2018-09-12 15:02:00Z raasch
    81 ! unused variables removed
    82 !
    83 ! 3232 2018-09-07 12:21:44Z raasch
    84 ! Increase printed length of run identifier
    85 !
    86 ! 3225 2018-08-30 16:33:14Z kanani
    87 ! Increase printed length of run identifier
    88 !
    89 ! 3083 2018-06-19 14:03:12Z gronemeier
    90 ! Print RANS-mode constants
    91 !
    92 ! 3065 2018-06-12 07:03:02Z Giersch
    93 ! Header output concerning stretching revised
    94 !
    95 ! 3045 2018-05-28 07:55:41Z Giersch
    96 ! Error messages revised
    97 !
    98 ! 2967 2018-04-13 11:22:08Z raasch
    99 ! bugfix: missing parallel cpp-directives added
    100 !
    101 ! 2883 2018-03-14 08:29:10Z Giersch
    102 ! Format of the output of dt_dopr_listing (325) has been changed
    103 !
    104 ! 2817 2018-02-19 16:32:21Z knoop
    105 ! Preliminary gust module interface implemented
    106 !
    107 ! 2776 2018-01-31 10:44:42Z Giersch
    108 ! Variable synthetic_turbulence_generator has been abbreviated
    109 !
    110 ! 2746 2018-01-15 12:06:04Z suehring
    111 ! Move flag plant canopy to modules
    112 !
    113 ! 2718 2018-01-02 08:49:38Z maronga
    114 ! Corrected "Former revisions" section
    115 !
    116 ! 2701 2017-12-15 15:40:50Z suehring
    117 ! Changes from last commit documented
    118 !
    119 ! 2698 2017-12-14 18:46:24Z suehring
    120 ! Bugfix in get_topography_top_index
    121 !
    122 ! 2696 2017-12-14 17:12:51Z kanani
    123 ! Change in file header (GPL part)
    124 ! Print information about turbulence closure (TG)
    125 ! Print information about inifor initialization (MS)
    126 !
    127 ! 2575 2017-10-24 09:57:58Z maronga
    128 ! Added output for complex terrain simulations
    129 !
    130 ! 2544 2017-10-13 18:09:32Z maronga
    131 ! Moved initial day of year and time to inipar.
    132 !
    133 ! 2339 2017-08-07 13:55:26Z gronemeier
    134 ! corrected timestamp in header
    135 !
    136 ! 2338 2017-08-07 12:15:38Z gronemeier
    137 ! Modularize 1D model
    138 !
    139 ! 2320 2017-07-21 12:47:43Z suehring
    140 ! Modularize large-scale forcing and nudging
    141 !
    142 ! 2300 2017-06-29 13:31:14Z raasch
    143 ! host-specific code removed
    144 !
    145 ! 2299 2017-06-29 10:14:38Z maronga
    146 ! Modified output for spinups
    147 !
    148 ! 2298 2017-06-29 09:28:18Z raasch
    149 ! MPI2 related parts removed
    150 !
    151 ! 2270 2017-06-09 12:18:47Z maronga
    152 ! Renamed Prandtl layer to constant flux layer
    153 !
    154 ! 2259 2017-06-08 09:09:11Z gronemeier
    155 ! Implemented synthetic turbulence generator
    156 !
    157 ! 2258 2017-06-08 07:55:13Z suehring
    158 ! Bugfix, add pre-preprocessor directives to enable non-parrallel mode
    159 !
    160 ! 2233 2017-05-30 18:08:54Z suehring
    161 !
    162 ! 2232 2017-05-30 17:47:52Z suehring
    163 ! Adjustments to new topography and surface concept
    164 ! Generic tunnel setup added
    165 !
    166 ! 2200 2017-04-11 11:37:51Z suehring
    167 ! monotonic_adjustment removed
    168 !
    169 ! 2118 2017-01-17 16:38:49Z raasch
    170 ! OpenACC relatec code removed
    171 !
    172 ! 2073 2016-11-30 14:34:05Z raasch
    173 ! small bugfix concerning output of scalar profiles
    174 !
    175 ! 2050 2016-11-08 15:00:55Z gronemeier
    176 ! Implement turbulent outflow condition
    177 !
    178 ! 2037 2016-10-26 11:15:40Z knoop
    179 ! Anelastic approximation implemented
    180 !
    181 ! 2000 2016-08-20 18:09:15Z knoop
    182 ! Forced header and separation lines into 80 columns
    183 !
    184 ! 1992 2016-08-12 15:14:59Z suehring
    185 ! Adapted for top_scalarflux
    186 !
    187 ! 1960 2016-07-12 16:34:24Z suehring
    188 ! Treat humidity and passive scalar separately.
    189 ! Modify misleading information concerning humidity.
    190 ! Bugfix, change unit for humidity flux.
    191 !
    192 ! 1957 2016-07-07 10:43:48Z suehring
    193 ! flight module added
    194 !
    195 ! 1931 2016-06-10 12:06:59Z suehring
    196 ! Rename multigrid into multigrid_noopt
    197 !
    198 ! 1902 2016-05-09 11:18:56Z suehring
    199 ! Write information about masking_method only for multigrid solver
    200 !
    201 ! 1849 2016-04-08 11:33:18Z hoffmann
    202 ! Adapted for modularization of microphysics
    203 !
    204 ! 1833 2016-04-07 14:23:03Z raasch
    205 ! spectrum renamed spectra_mod, output of spectra related quantities moved to
    206 ! spectra_mod
    207 !
    208 ! 1831 2016-04-07 13:15:51Z hoffmann
    209 ! turbulence renamed collision_turbulence,
    210 ! drizzle renamed cloud_water_sedimentation
    211 !
    212 ! 1826 2016-04-07 12:01:39Z maronga
    213 ! Moved radiation model header output to the respective module.
    214 ! Moved canopy model header output to the respective module.
    215 !
    216 ! 1822 2016-04-07 07:49:42Z hoffmann
    217 ! Tails removed. icloud_scheme replaced by microphysics_*
    218 !
    219 ! 1817 2016-04-06 15:44:20Z maronga
    220 ! Moved land_surface_model header output to the respective module.
    221 !
    222 ! 1808 2016-04-05 19:44:00Z raasch
    223 ! routine local_flush replaced by FORTRAN statement
    224 !
    225 ! 1797 2016-03-21 16:50:28Z raasch
    226 ! output of nesting datatransfer mode
    227 !
    228 ! 1791 2016-03-11 10:41:25Z raasch
    229 ! output of nesting informations of all domains
    230 !
    231 ! 1788 2016-03-10 11:01:04Z maronga
    232 ! Parameter dewfall removed
    233 !
    234 ! 1786 2016-03-08 05:49:27Z raasch
    235 ! cpp-direktives for spectra removed
    236 !
    237 ! 1783 2016-03-06 18:36:17Z raasch
    238 ! netcdf module and variable names changed, output of netcdf_deflate
    239 !
    240 ! 1764 2016-02-28 12:45:19Z raasch
    241 ! output of nesting informations
    242 !
    243 ! 1697 2015-10-28 17:14:10Z raasch
    244 ! small E- and F-FORMAT changes to avoid informative compiler messages about
    245 ! insufficient field width
    246 !
    247 ! 1691 2015-10-26 16:17:44Z maronga
    248 ! Renamed prandtl_layer to constant_flux_layer, renames rif_min/rif_max to
    249 ! zeta_min/zeta_max.
    250 !
    251 ! 1682 2015-10-07 23:56:08Z knoop
    252 ! Code annotations made doxygen readable
    253 !
    254 ! 1675 2015-10-02 08:28:59Z gronemeier
    255 ! Bugfix: Definition of topography grid levels
    256 !
    257 ! 1660 2015-09-21 08:15:16Z gronemeier
    258 ! Bugfix: Definition of building/street canyon height if vertical grid stretching
    259 !         starts below the maximum topography height.
    260 !
    261 ! 1590 2015-05-08 13:56:27Z maronga
    262 ! Bugfix: Added TRIM statements for character strings for LSM and radiation code
    263 !
    264 ! 1585 2015-04-30 07:05:52Z maronga
    265 ! Further output for radiation model(s).
    266 !
    267 ! 1575 2015-03-27 09:56:27Z raasch
    268 ! adjustments for psolver-queries, output of seed_follows_topography
    269 !
    270 ! 1560 2015-03-06 10:48:54Z keck
    271 ! output for recycling y shift
    272 !
    273 ! 1557 2015-03-05 16:43:04Z suehring
    274 ! output for monotonic limiter
    275 !
    276 ! 1551 2015-03-03 14:18:16Z maronga
    277 ! Added informal output for land surface model and radiation model. Removed typo.
    278 !
    279 ! 1496 2014-12-02 17:25:50Z maronga
    280 ! Renamed: "radiation -> "cloud_top_radiation"
    281 !
    282 ! 1484 2014-10-21 10:53:05Z kanani
    283 ! Changes due to new module structure of the plant canopy model:
    284 !   module plant_canopy_model_mod and output for new canopy model parameters
    285 !   (alpha_lad, beta_lad, lai_beta,...) added,
    286 !   drag_coefficient, leaf_surface_concentration and scalar_exchange_coefficient
    287 !   renamed to canopy_drag_coeff, leaf_surface_conc and leaf_scalar_exch_coeff,
    288 !   learde renamed leaf_area_density.
    289 ! Bugfix: DO-WHILE-loop for lad header information additionally restricted
    290 ! by maximum number of gradient levels (currently 10)
    291 !
    292 ! 1482 2014-10-18 12:34:45Z raasch
    293 ! information about calculated or predefined virtual processor topology adjusted
    294 !
    295 ! 1468 2014-09-24 14:06:57Z maronga
    296 ! Adapted for use on up to 6-digit processor cores
    297 !
    298 ! 1429 2014-07-15 12:53:45Z knoop
    299 ! header exended to provide ensemble_member_nr if specified
    300 !
    301 ! 1376 2014-04-26 11:21:22Z boeske
    302 ! Correction of typos
    303 !
    304 ! 1365 2014-04-22 15:03:56Z boeske
    305 ! New section 'Large scale forcing and nudging':
    306 ! output of large scale forcing and nudging information,
    307 ! new section for initial profiles created
    308 !
    309 ! 1359 2014-04-11 17:15:14Z hoffmann
    310 ! dt_sort_particles removed
    311 !
    312 ! 1353 2014-04-08 15:21:23Z heinze
    313 ! REAL constants provided with KIND-attribute
    314 !
    315 ! 1327 2014-03-21 11:00:16Z raasch
    316 ! parts concerning iso2d and avs output removed,
    317 ! -netcdf output queries
    318 !
    319 ! 1324 2014-03-21 09:13:16Z suehring
    320 ! Bugfix: module spectrum added
    321 !
    322 ! 1322 2014-03-20 16:38:49Z raasch
    323 ! REAL functions provided with KIND-attribute,
    324 ! some REAL constants defined as wp-kind
    325 !
    326 ! 1320 2014-03-20 08:40:49Z raasch
    327 ! ONLY-attribute added to USE-statements,
    328 ! kind-parameters added to all INTEGER and REAL declaration statements,
    329 ! kinds are defined in new module kinds,
    330 ! revision history before 2012 removed,
    331 ! comment fields (!:) to be used for variable explanations added to
    332 ! all variable declaration statements
    333 !
    334 ! 1308 2014-03-13 14:58:42Z fricke
    335 ! output of the fixed number of output time levels
    336 ! output_format adjusted for masked data if netcdf_data_format > 5
    337 !
    338 ! 1299 2014-03-06 13:15:21Z heinze
    339 ! output for using large_scale subsidence in combination
    340 ! with large_scale_forcing
    341 ! reformatting, more detailed explanations
    342 !
    343 ! 1241 2013-10-30 11:36:58Z heinze
    344 ! output for nudging + large scale forcing from external file
    345 !
    346 ! 1216 2013-08-26 09:31:42Z raasch
    347 ! output for transpose_compute_overlap
    348 !
    349 ! 1212 2013-08-15 08:46:27Z raasch
    350 ! output for poisfft_hybrid removed
    351 !
    352 ! 1179 2013-06-14 05:57:58Z raasch
    353 ! output of reference_state, use_reference renamed use_single_reference_value
    354 !
    355 ! 1159 2013-05-21 11:58:22Z fricke
    356 ! +use_cmax
    357 !
    358 ! 1115 2013-03-26 18:16:16Z hoffmann
    359 ! descriptions for Seifert-Beheng-cloud-physics-scheme added
    360 !
    361 ! 1111 2013-03-08 23:54:10Z raasch
    362 ! output of accelerator board information
    363 ! ibc_p_b = 2 removed
    364 !
    365 ! 1108 2013-03-05 07:03:32Z raasch
    366 ! bugfix for r1106
    367 !
    368 ! 1106 2013-03-04 05:31:38Z raasch
    369 ! some format changes for coupled runs
    370 !
    371 ! 1092 2013-02-02 11:24:22Z raasch
    372 ! unused variables removed
    373 !
    374 ! 1036 2012-10-22 13:43:42Z raasch
    375 ! code put under GPL (PALM 3.9)
    376 !
    377 ! 1031 2012-10-19 14:35:30Z raasch
    378 ! output of netCDF data format modified
    379 !
    380 ! 1015 2012-09-27 09:23:24Z raasch
    381 ! output of Adjustment of mixing length to the Prandtl mixing length at first
    382 ! grid point above ground removed
    383 !
    384 ! 1003 2012-09-14 14:35:53Z raasch
    385 ! output of information about equal/unequal subdomain size removed
    386 !
    387 ! 1001 2012-09-13 14:08:46Z raasch
    388 ! all actions concerning leapfrog- and upstream-spline-scheme removed
    389 !
    390 ! 978 2012-08-09 08:28:32Z fricke
    391 ! -km_damp_max, outflow_damping_width
    392 ! +pt_damping_factor, pt_damping_width
    393 ! +z0h
    394 !
    395 ! 964 2012-07-26 09:14:24Z raasch
    396 ! output of profil-related quantities removed
    397 !
    398 ! 940 2012-07-09 14:31:00Z raasch
    399 ! Output in case of simulations for pure neutral stratification (no pt-equation
    400 ! solved)
    401 !
    402 ! 927 2012-06-06 19:15:04Z raasch
    403 ! output of masking_method for mg-solver
    404 !
    405 ! 868 2012-03-28 12:21:07Z raasch
    406 ! translation velocity in Galilean transformation changed to 0.6 * ug
    407 !
    408 ! 833 2012-02-22 08:55:55Z maronga
    409 ! Adjusted format for leaf area density
    410 !
    411 ! 828 2012-02-21 12:00:36Z raasch
    412 ! output of dissipation_classes + radius_classes
    413 !
    414 ! 825 2012-02-19 03:03:44Z raasch
    415 ! Output of cloud physics parameters/quantities complemented and restructured
    416 !
    417 ! Revision 1.1  1997/08/11 06:17:20  raasch
    418 ! Initial revision
    419 !
    42042!
    42143! Description:
Note: See TracChangeset for help on using the changeset viewer.