Changeset 2696 for palm/trunk/UTIL/analyze_particle_data.f90
- Timestamp:
- Dec 14, 2017 5:12:51 PM (5 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk
-
palm/trunk/UTIL/analyze_particle_data.f90
r1310 r2696 1 1 PROGRAM analyze_particle_data 2 !--------------------------------------------------------------------------------! 3 ! This file is part of PALM. 4 ! 5 ! PALM is free software: you can redistribute it and/or modify it under the terms 6 ! of the GNU General Public License as published by the Free Software Foundation, 7 ! either version 3 of the License, or (at your option) any later version. 2 !------------------------------------------------------------------------------! 3 ! This file is part of the PALM model system. 4 ! 5 ! PALM is free software: you can redistribute it and/or modify it under the 6 ! terms of the GNU General Public License as published by the Free Software 7 ! Foundation, either version 3 of the License, or (at your option) any later 8 ! version. 8 9 ! 9 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 14 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 15 16 ! 16 ! Copyright 1997-201 4Leibniz Universitaet Hannover17 !------------------------------------------------------------------------------ --!17 ! Copyright 1997-2017 Leibniz Universitaet Hannover 18 !------------------------------------------------------------------------------! 18 19 ! 19 20 ! Current revisions: … … 31 32 ! This routine reads the particle data files generated by PALM 32 33 ! and does some statistical analysis on these data. 33 !------------------------------------------------------------------------------ -!34 !------------------------------------------------------------------------------! 34 35 35 36 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.