Changeset 4180 for palm/trunk/SOURCE/spectra_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/spectra_mod.f90
r3805 r4180 30 30 ! Renamed output variables 31 31 ! 32 ! 3248 2018-09-14 09:42:06Z sward33 ! Minor formating changes34 !35 ! 3246 2018-09-13 15:14:50Z sward36 ! Added error handling for input namelist via parin_fail_message37 !38 ! 3241 2018-09-12 15:02:00Z raasch39 ! unused variables removed40 !41 ! 3049 2018-05-29 13:52:36Z Giersch42 ! Error messages revised43 !44 ! 3045 2018-05-28 07:55:41Z Giersch45 ! Error message revised46 !47 ! 2956 2018-04-10 11:01:03Z Giersch48 ! spectrum_x and spectrum_y will only be allocated if they are not allocated49 ! before (e.g. in case of restart runs)50 !51 ! 2932 2018-03-26 09:39:22Z maronga52 ! renamed spectra_par to spectra_parameters53 !54 ! 2841 2018-02-27 15:02:57Z knoop55 ! Bugfix: wrong placement of include 'mpif.h' corrected56 !57 ! 2718 2018-01-02 08:49:38Z maronga58 ! Corrected "Former revisions" section59 !60 ! 2696 2017-12-14 17:12:51Z kanani61 ! Change in file header (GPL part)62 !63 ! 2216 2017-04-28 12:54:20Z suehring64 !65 ! 2193 2017-03-22 04:21:28Z raasch66 ! Normalization of spectra output adjusted67 !68 ! 2192 2017-03-22 04:14:10Z raasch69 ! bugfix for index bounds of arrays spectrum_x and spectrum_y70 !71 ! 2000 2016-08-20 18:09:15Z knoop72 ! Forced header and separation lines into 80 columns73 !74 ! 1960 2016-07-12 16:34:24Z suehring75 ! Additional default spectra for passive scalar76 !77 ! 1833 2016-04-07 14:23:03Z raasch78 ! file renamed, reading the spectra_par NAMELIST moved from package_parin to79 ! here80 !81 ! 1815 2016-04-06 13:49:59Z raasch82 ! bugfix: preprocessor directives included for the non-parallel case83 !84 ! 1808 2016-04-05 19:44:00Z raasch85 ! MPI module used by default on all machines86 !87 ! 1786 2016-03-08 05:49:27Z raasch88 ! 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 are91 ! given92 !93 ! 1682 2015-10-07 23:56:08Z knoop94 ! Code annotations made doxygen readable95 !96 ! 1575 2015-03-27 09:56:27Z raasch97 ! adjustments for psolver-queries98 !99 ! 1511 2014-12-16 15:54:16Z suehring100 ! Bugfix concerning spectra normalization101 !102 ! 1431 2014-07-15 14:47:17Z suehring103 ! Wavenumber-integrated spectra coincide with respective variance.104 !105 ! 1342 2014-03-26 17:04:47Z kanani106 ! REAL constants defined as wp-kinds107 !108 ! 1324 2014-03-21 09:13:16Z suehring109 ! Bugfix: nzb_x, nzb_yd, nyn_x, nyn_x, nzt_x, nzt_yd belong to transpose_indices110 !111 ! 1320 2014-03-20 08:40:49Z raasch112 ! 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 to117 ! all variable declaration statements118 !119 ! 1318 2014-03-17 13:35:16Z raasch120 ! module interfaces removed121 !122 ! 1216 2013-08-26 09:31:42Z raasch123 ! resorting of array moved to separate routine resort_for_zx,124 ! one argument removed from the transpose_..d routines125 !126 ! 1120 2013-04-05 15:11:35Z raasch127 ! bugfix: calls of fft_x|y replaced by fft_x|y_1d128 !129 ! 1036 2012-10-22 13:43:42Z raasch130 ! code put under GPL (PALM 3.9)131 !132 ! 1003 2012-09-14 14:35:53Z raasch133 ! adjustment of array tend for cases with unequal subdomain sizes removed134 !135 ! Revision 1.1 2001/01/05 15:08:07 raasch136 ! Initial revision137 !138 32 ! 139 33 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.