Changeset 4180 for palm/trunk/SOURCE/close_file.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/close_file.f90
r4069 r4180 31 31 ! unused variables and format statements removed 32 32 ! 33 ! 3045 2018-05-28 07:55:41Z Giersch34 ! z_max_do2d removed and output case 108 disabled35 !36 ! 2718 2018-01-02 08:49:38Z maronga37 ! Corrected "Former revisions" section38 !39 ! 2696 2017-12-14 17:12:51Z kanani40 ! Change in file header (GPL part)41 !42 ! 2300 2017-06-29 13:31:14Z raasch43 ! -host44 !45 ! 2277 2017-06-12 10:47:51Z kanani46 ! Removed unused variables do2d_xy_n, do2d_xz_n, do2d_yz_n, do3d_avs_n47 !48 ! 2101 2017-01-05 16:42:31Z suehring49 !50 ! 2000 2016-08-20 18:09:15Z knoop51 ! Forced header and separation lines into 80 columns52 !53 ! 1992 2016-08-12 15:14:59Z suehring54 ! -Close file containing flight data55 ! -Some tabs removed.56 !57 ! 1783 2016-03-06 18:36:17Z raasch58 ! name change of netcdf routines and module + related changes59 !60 ! 1682 2015-10-07 23:56:08Z knoop61 ! Code annotations made doxygen readable62 !63 ! 1327 2014-03-21 11:00:16Z raasch64 ! parts concerning iso2d and avs output removed65 !66 ! 1320 2014-03-20 08:40:49Z raasch67 ! ONLY-attribute added to USE-statements,68 ! kind-parameters added to all INTEGER and REAL declaration statements,69 ! kinds are defined in new module kinds,70 ! revision history before 2012 removed,71 ! comment fields (!:) to be used for variable explanations added to72 ! all variable declaration statements73 !74 ! 1092 2013-02-02 11:24:22Z raasch75 ! unused variables removed76 !77 ! 1036 2012-10-22 13:43:42Z raasch78 ! code put under GPL (PALM 3.9)79 !80 ! 1031 2012-10-19 14:35:30Z raasch81 ! netCDF4 without parallel file support implemented82 !83 ! 964 2012-07-26 09:14:24Z raasch84 ! old profil-units (40:49) and respective code removed85 !86 ! Revision 1.1 (close_files) 1997/08/11 06:11:18 raasch87 ! Initial revision88 !89 33 ! 90 34 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.