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

    r3805 r4180  
    3030! Renamed output variables
    3131!
    32 ! 3248 2018-09-14 09:42:06Z sward
    33 ! Minor formating changes
    34 !
    35 ! 3246 2018-09-13 15:14:50Z sward
    36 ! Added error handling for input namelist via parin_fail_message
    37 !
    38 ! 3241 2018-09-12 15:02:00Z raasch
    39 ! unused variables removed
    40 !
    41 ! 3049 2018-05-29 13:52:36Z Giersch
    42 ! Error messages revised
    43 !
    44 ! 3045 2018-05-28 07:55:41Z Giersch
    45 ! Error message revised
    46 !
    47 ! 2956 2018-04-10 11:01:03Z Giersch
    48 ! spectrum_x and spectrum_y will only be allocated if they are not allocated
    49 ! before (e.g. in case of restart runs)
    50 !
    51 ! 2932 2018-03-26 09:39:22Z maronga
    52 ! renamed spectra_par to spectra_parameters
    53 !
    54 ! 2841 2018-02-27 15:02:57Z knoop
    55 ! Bugfix: wrong placement of include 'mpif.h' corrected
    56 !
    57 ! 2718 2018-01-02 08:49:38Z maronga
    58 ! Corrected "Former revisions" section
    59 !
    60 ! 2696 2017-12-14 17:12:51Z kanani
    61 ! Change in file header (GPL part)
    62 !
    63 ! 2216 2017-04-28 12:54:20Z suehring
    64 !
    65 ! 2193 2017-03-22 04:21:28Z raasch
    66 ! Normalization of spectra output adjusted
    67 !
    68 ! 2192 2017-03-22 04:14:10Z raasch
    69 ! bugfix for index bounds of arrays spectrum_x and spectrum_y
    70 !
    71 ! 2000 2016-08-20 18:09:15Z knoop
    72 ! Forced header and separation lines into 80 columns
    73 !
    74 ! 1960 2016-07-12 16:34:24Z suehring
    75 ! Additional default spectra for passive scalar
    76 !
    77 ! 1833 2016-04-07 14:23:03Z raasch
    78 ! file renamed, reading the spectra_par NAMELIST moved from package_parin to
    79 ! here
    80 !
    81 ! 1815 2016-04-06 13:49:59Z raasch
    82 ! bugfix: preprocessor directives included for the non-parallel case
    83 !
    84 ! 1808 2016-04-05 19:44:00Z raasch
    85 ! MPI module used by default on all machines
    86 !
    87 ! 1786 2016-03-08 05:49:27Z raasch
    88 ! routine is modularized, filename renamed from calc_spectra to spectrum,
    89 ! privious data module spectrum moved from modules.f90 to here,
    90 ! cpp-direktives for spectra removed, immediate return if no spectra levels are
    91 ! given
    92 !
    93 ! 1682 2015-10-07 23:56:08Z knoop
    94 ! Code annotations made doxygen readable
    95 !
    96 ! 1575 2015-03-27 09:56:27Z raasch
    97 ! adjustments for psolver-queries
    98 !
    99 ! 1511 2014-12-16 15:54:16Z suehring
    100 ! Bugfix concerning spectra normalization
    101 !
    102 ! 1431 2014-07-15 14:47:17Z suehring
    103 ! Wavenumber-integrated spectra coincide with respective variance.
    104 !
    105 ! 1342 2014-03-26 17:04:47Z kanani
    106 ! REAL constants defined as wp-kinds
    107 !
    108 ! 1324 2014-03-21 09:13:16Z suehring
    109 ! Bugfix: nzb_x, nzb_yd, nyn_x, nyn_x, nzt_x, nzt_yd belong to transpose_indices
    110 !
    111 ! 1320 2014-03-20 08:40:49Z raasch
    112 ! ONLY-attribute added to USE-statements,
    113 ! kind-parameters added to all INTEGER and REAL declaration statements,
    114 ! kinds are defined in new module kinds,
    115 ! revision history before 2012 removed,
    116 ! comment fields (!:) to be used for variable explanations added to
    117 ! all variable declaration statements
    118 !
    119 ! 1318 2014-03-17 13:35:16Z raasch
    120 ! module interfaces removed
    121 !
    122 ! 1216 2013-08-26 09:31:42Z raasch
    123 ! resorting of array moved to separate routine resort_for_zx,
    124 ! one argument removed from the transpose_..d routines
    125 !
    126 ! 1120 2013-04-05 15:11:35Z raasch
    127 ! bugfix: calls of fft_x|y replaced by fft_x|y_1d
    128 !
    129 ! 1036 2012-10-22 13:43:42Z raasch
    130 ! code put under GPL (PALM 3.9)
    131 !
    132 ! 1003 2012-09-14 14:35:53Z raasch
    133 ! adjustment of array tend for cases with unequal subdomain sizes removed
    134 !
    135 ! Revision 1.1  2001/01/05 15:08:07  raasch
    136 ! Initial revision
    137 !
    13832!
    13933! Description:
Note: See TracChangeset for help on using the changeset viewer.