Changeset 2696 for palm/trunk/UTIL
- Timestamp:
- Dec 14, 2017 5:12:51 PM (7 years ago)
- Location:
- palm/trunk
- Files:
-
- 542 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk
-
palm/trunk/UTIL/Makefile_utilities
r2410 r2696 1 #------------------------------------------------------------------------------ --#2 # This file is part of PALM.1 #------------------------------------------------------------------------------# 2 # This file is part of the PALM model system. 3 3 # 4 4 # PALM is free software: you can redistribute it and/or modify it under the terms … … 13 13 # PALM. If not, see <http://www.gnu.org/licenses/>. 14 14 # 15 # Copyright 1997-201 4Leibniz Universitaet Hannover16 #------------------------------------------------------------------------------ --#15 # Copyright 1997-2017 Leibniz Universitaet Hannover 16 #------------------------------------------------------------------------------# 17 17 # 18 18 # Current revisions: … … 42 42 # ------------ 43 43 # Makefile for generating the utility programs required by mrun and palm 44 #------------------------------------------------------------------------------ --#44 #------------------------------------------------------------------------------# 45 45 46 46 PROG1 = combine_plot_fields.x -
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 -
palm/trunk/UTIL/analyze_particle_netcdf_data.f90
r1310 r2696 2 2 3 3 !------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/check_pegrid.f90
r1310 r2696 1 1 PROGRAM check_pegrid 2 2 3 !------------------------------------------------------------------------------ --!4 ! This file is part of PALM.3 !------------------------------------------------------------------------------! 4 ! This file is part of the PALM model system. 5 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: … … 32 33 ! ------------- 33 34 ! Ueberpruefung der Konsistenz von Prozessortopologie und gewaehlten Feldgrenzen 34 !------------------------------------------------------------------------------ -!35 !------------------------------------------------------------------------------! 35 36 36 37 IMPLICIT NONE -
palm/trunk/UTIL/combine_plot_fields.f90
r2669 r2696 2 2 3 3 !------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/combine_plot_fields_single_open.f90
r1469 r2696 2 2 3 3 !------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: … … 40 41 ! Vereinigung der von PARLES im Parallelbetrieb erzeugten Teilfelder zu 41 42 ! gemeinsamen, das jeweilige Gesamtgebiet umfassenden Plotfeldern 42 !------------------------------------------------------------------------------ -!43 !------------------------------------------------------------------------------! 43 44 44 45 IMPLICIT NONE -
palm/trunk/UTIL/compare_palm_logs.f90
r1310 r2696 2 2 3 3 !------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/find_palm_config.f90
r1674 r2696 2 2 3 3 !------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/interpret_config.f90
r2018 r2696 1 1 PROGRAM interpret_config 2 2 3 !--------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 3 !------------------------------------------------------------------------------! 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/read_palm_netcdf_data.f90
r1310 r2696 1 1 PROGRAM read_palm_netcdf_data 2 2 3 !--------------------------------------------------------------------------------! 4 ! This file is part of PALM. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the terms 7 ! of the GNU General Public License as published by the Free Software Foundation, 8 ! either version 3 of the License, or (at your option) any later version. 3 !------------------------------------------------------------------------------! 4 ! This file is part of the PALM model system. 5 ! 6 ! PALM is free software: you can redistribute it and/or modify it under the 7 ! terms of the GNU General Public License as published by the Free Software 8 ! Foundation, either version 3 of the License, or (at your option) any later 9 ! version. 9 10 ! 10 11 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY … … 15 16 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 17 ! 17 ! Copyright 1997-201 4Leibniz Universitaet Hannover18 !------------------------------------------------------------------------------ --!18 ! Copyright 1997-2017 Leibniz Universitaet Hannover 19 !------------------------------------------------------------------------------! 19 20 ! 20 21 ! Current revisions: -
palm/trunk/UTIL/read_prt_data.f90
r2125 r2696 1 1 PROGRAM read_prt_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: … … 37 38 ! analysis. Compile and execute this program in the folder where your particle 38 39 ! data (_000000, _000001, ...) is stored. 39 !------------------------------------------------------------------------------ -!40 !------------------------------------------------------------------------------! 40 41 41 42 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.