Changeset 4180 for palm/trunk/SOURCE/data_output_spectra.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_spectra.f90
r3655 r4180 27 27 ! variables documented 28 28 ! 29 ! 3421 2018-10-24 18:39:32Z gronemeier30 ! Renamed output variables31 !32 ! 3419 2018-10-24 17:27:31Z gronemeier33 ! Modularization of all bulk cloud physics code components34 !35 ! 3241 2018-09-12 15:02:00Z raasch36 ! unused variables removed37 !38 ! 2718 2018-01-02 08:49:38Z maronga39 ! Corrected "Former revisions" section40 !41 ! 2696 2017-12-14 17:12:51Z kanani42 ! Change in file header (GPL part)43 !44 ! 2101 2017-01-05 16:42:31Z suehring45 !46 ! 2000 2016-08-20 18:09:15Z knoop47 ! Forced header and separation lines into 80 columns48 !49 ! 1960 2016-07-12 16:34:24Z suehring50 ! Additional default spectra for passive scalar51 !52 ! 1833 2016-04-07 14:23:03Z raasch53 ! spectrum renamed spectra_mod, spectra related variables moved to spectra_mod,54 ! routines data_output_spectra_x/y removed55 !56 ! 1786 2016-03-08 05:49:27Z raasch57 ! cpp-directives for spectra removed, immediate return if no spectra levels are58 ! given59 !60 ! 1783 2016-03-06 18:36:17Z raasch61 ! name change of netcdf routines and module + related changes62 !63 ! 1682 2015-10-07 23:56:08Z knoop64 ! Code annotations made doxygen readable65 !66 ! 1353 2014-04-08 15:21:23Z heinze67 ! REAL constants provided with KIND-attribute68 !69 ! 1327 2014-03-21 11:00:16Z raasch70 ! -netcdf output queries71 !72 ! 1324 2014-03-21 09:13:16Z suehring73 ! Bugfix: module statistics and module spectrum added, missing variables in ONLY74 ! arguments added75 !76 ! 1322 2014-03-20 16:38:49Z raasch77 ! REAL functions provided with KIND-attribute78 !79 ! 1320 2014-03-20 08:40:49Z raasch80 ! ONLY-attribute added to USE-statements,81 ! kind-parameters added to all INTEGER and REAL declaration statements,82 ! kinds are defined in new module kinds,83 ! revision history before 2012 removed,84 ! comment fields (!:) to be used for variable explanations added to85 ! all variable declaration statements86 !87 ! 1318 2014-03-17 13:35:16Z raasch88 ! module interfaces removed89 !90 ! 1036 2012-10-22 13:43:42Z raasch91 ! code put under GPL (PALM 3.9)92 !93 ! 964 2012-07-26 09:14:24Z raasch94 ! code for profil-output removed95 !96 ! Revision 1.1 2001/01/05 15:14:20 raasch97 ! Initial revision98 !99 29 ! 100 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.