Changeset 4180 for palm/trunk/SOURCE/data_output_profiles.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_profiles.f90
r3655 r4180 27 27 ! add variable description 28 28 ! 29 ! 3241 2018-09-12 15:02:00Z raasch30 ! unused format statements removed31 !32 ! 2932 2018-03-26 09:39:22Z maronga33 ! renamed d3par to runtime_parameters34 !35 ! 2718 2018-01-02 08:49:38Z maronga36 ! Corrected "Former revisions" section37 !38 ! 2696 2017-12-14 17:12:51Z kanani39 ! Change in file header (GPL part)40 !41 ! 2101 2017-01-05 16:42:31Z suehring42 !43 ! 2026 2016-10-18 10:27:02Z suehring44 ! Formatting adjustment45 !46 ! 2000 2016-08-20 18:09:15Z knoop47 ! Forced header and separation lines into 80 columns48 !49 ! 1783 2016-03-06 18:36:17Z raasch50 ! name change of netcdf routines and module + related changes51 !52 ! 1682 2015-10-07 23:56:08Z knoop53 ! Code annotations made doxygen readable54 !55 ! 1353 2014-04-08 15:21:23Z heinze56 ! REAL constants provided with KIND-attribute57 !58 ! 1327 2014-03-21 11:00:16Z raasch59 ! -netcdf output queries60 !61 ! 1322 2014-03-20 16:38:49Z raasch62 ! REAL functions provided with KIND-attribute63 !64 ! 1320 2014-03-20 08:40:49Z raasch65 ! ONLY-attribute added to USE-statements,66 ! kind-parameters added to all INTEGER declaration statements,67 ! kinds are defined in new module kinds,68 ! revision history before 2012 removed,69 ! comment fields (!:) to be used for variable explanations added to70 ! all variable declaration statements71 !72 ! 1318 2014-03-17 13:35:16Z raasch73 ! barrier argument removed from cpu_log,74 ! module interfaces removed75 !76 ! 1106 2013-03-04 05:31:38Z raasch77 ! bugfix: initial time for preruns of coupled runs is output as78 ! -coupling_start_time79 !80 ! 1092 2013-02-02 11:24:22Z raasch81 ! unused variables removed82 !83 ! 1036 2012-10-22 13:43:42Z raasch84 ! code put under GPL (PALM 3.9)85 !86 ! 964 2012-07-26 09:14:24Z raasch87 ! code for profil-output removed88 !89 ! Revision 1.1 1997/09/12 06:28:48 raasch90 ! Initial revision91 !92 29 ! 93 30 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.