Changeset 1046
- Timestamp:
- Nov 9, 2012 2:38:45 PM (12 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 added
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/compile_tutorial
r982 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 3 20 # Current revisions: 4 21 # ----------------- 22 # code put under GPL (PALM 3.9) 5 23 # 6 24 # Former revisions: -
palm/trunk/SCRIPTS/hlrn_watchdog
r1030 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 3 20 # Current revisions: 4 21 # ----------------- 22 # code put under GPL (PALM 3.9) 5 23 # 6 24 # Former revisions: -
palm/trunk/SCRIPTS/img2stereo
r982 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 3 20 # Current revisions: 4 21 # ----------------- 22 # code put under GPL (PALM 3.9) 5 23 # 6 24 # Former revisions: -
palm/trunk/SCRIPTS/img2video
r982 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 3 20 # Current revisions: 4 21 # ----------------- 22 # code put under GPL (PALM 3.9) 23 # 5 24 # 6 25 # Former revisions: -
palm/trunk/SCRIPTS/mbuild
r1040 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 20 # Current revisions: 21 # ----------------- 22 # code put under GPL (PALM 3.9) 23 # 24 # Former revisions: 25 # ----------------- 2 26 # mbuild - script for compiling the PALM code and its utility programs 3 27 # $Id$ -
palm/trunk/SCRIPTS/mrun
r1045 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 20 # Current revisions: 21 # ----------------- 22 # code put under GPL (PALM 3.9) 23 # 24 # Former revisions: 25 # ----------------- 2 26 # mrun - script for running PALM jobs 3 27 # $Id$ -
palm/trunk/SCRIPTS/mrungui
r794 r1046 1 1 #!/bin/ksh 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. 9 # 10 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 # 14 # You should have received a copy of the GNU General Public License along with 15 # PALM. If not, see <http://www.gnu.org/licenses/>. 16 # 17 # Copyright 1997-2012 Leibniz University Hannover 18 #--------------------------------------------------------------------------------# 19 # 3 20 # Current revisions: 4 21 # ----------------- 22 # code put under GPL (PALM 3.9) 5 23 # 6 24 # Former revisions: -
palm/trunk/SCRIPTS/palm_simple_install
r515 r1046 1 1 #!/bin/ksh 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 19 # Current revisions: 20 # ----------------- 21 # code put under GPL (PALM 3.9) 22 # 23 # Former revisions: 24 # ----------------- 25 # $Id$ 26 2 27 # palm_simple_install - a script for simple installation and compilation of 3 28 # the palm code without using mbuild 4 # $Id$5 6 29 # This script creates (from the working copy of the palm repository) 7 30 # a subdirectory MAKE_DEPOSITORY_simple which contains a copy of the -
palm/trunk/SCRIPTS/palm_simple_run
r755 r1046 1 1 #!/bin/ksh 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 19 # Current revisions: 20 # ----------------- 21 # code put under GPL (PALM 3.9) 22 # 23 # Former revisions: 24 # ----------------- 25 # $Id$ 26 2 27 # palm_simple_run - a simple method for running the palm code without 3 28 # using the mrun script 4 # $Id$5 6 29 # This script runs the palm code in a unique subdirectory (OUTPUT..., 7 30 # current time/date and number of processors are part of the subdirectory -
palm/trunk/SCRIPTS/palmplot
r776 r1046 1 1 #!/bin/ksh 2 # palmplot - script for running the NCL scripts 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 19 # Current revisions: 20 # ----------------- 21 # code put under GPL (PALM 3.9) 22 # 23 # Former revisions: 24 # ----------------- 3 25 # $Id$ 4 26 27 # palmplot - script for running the NCL scripts 5 28 # Using the available NCL scripts via the shell script palmplot 6 29 -
palm/trunk/SCRIPTS/process_dvr_output
r336 r1046 1 1 #!/bin/ksh 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 19 # Current revisions: 20 # ----------------- 21 # code put under GPL (PALM 3.9) 22 # 23 # Former revisions: 24 # ----------------- 25 # $Id$ 26 # 2 27 # process_dvr_output - a script processing dvr steering + data files 3 # $Id$4 28 5 29 # This script determines the number of streams opened by the dvr software -
palm/trunk/SCRIPTS/release_tutorial
r982 r1046 1 1 #!/bin/ksh 2 #------------------------------------------------------------------------------! 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 3 19 # Current revisions: 4 20 # ----------------- 21 # code put under GPL (PALM 3.9) 5 22 # 6 23 # Former revisions: -
palm/trunk/SCRIPTS/subjob
r1043 r1046 1 1 #!/bin/ksh 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. 8 # 9 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License along with 14 # PALM. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 1997-2012 Leibniz University Hannover 17 #--------------------------------------------------------------------------------# 18 # 19 # Current revisions: 20 # ----------------- 21 # code put under GPL (PALM 3.9) 22 # 23 # Former revisions: 24 # ----------------- 25 # $Id$ 26 2 27 # subjob - Plot-Shellskript Version: @(#)SUBJOB 1.0 3 # $Id$4 5 28 # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS 6 29 # laufen sollen und deren Ergebnis (Dayfile) zum Job-generierenden -
palm/trunk/SOURCE/user_statistics.f90
r1037 r1046 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! added preprocessor directive for parameter file check 23 23 ! 24 24 ! Former revisions: … … 117 117 !-- value on all PEs, you can omit the MPI_ALLREDUCE call and 118 118 !-- assign ts_value(dots_num_palm+1:,sr) = ts_value_l directly. 119 !#if defined( __parallel ) 119 !#if defined( __parallel ) && ! defined ( __check ) 120 120 ! IF ( collective_wait ) CALL MPI_BARRIER( comm2d, ierr ) 121 121 ! CALL MPI_ALLREDUCE( ts_value_l(dots_num_palm+1), & -
palm/trunk/UTIL/Makefile
r503 r1046 1 #------------------------------------------------------------------------------! 1 #--------------------------------------------------------------------------------# 2 # This file is part of PALM. 2 3 # 3 # Actual revisions: 4 # PALM is free software: you can redistribute it and/or modify it under the terms 5 # of the GNU General Public License as published by the Free Software Foundation, 6 # either version 3 of the License, or (at your option) any later version. 7 # 8 # PALM is distributed in the hope that it will be useful, but WITHOUT ANY 9 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 10 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 11 # 12 # You should have received a copy of the GNU General Public License along with 13 # PALM. If not, see <http://www.gnu.org/licenses/>. 14 # 15 # Copyright 1997-2012 Leibniz University Hannover 16 #--------------------------------------------------------------------------------# 17 # 18 # Current revisions: 4 19 # ----------------- 20 # code put under GPL (PALM 3.9) 21 # 5 22 # utility programs are created separately for each block in the configuration 6 23 # file, … … 17 34 # ------------ 18 35 # Makefile for generating the utility programs needed by mrun and palm 19 #------------------------------------------------------------------------------ !36 #--------------------------------------------------------------------------------# 20 37 21 38 PROG1 = ../SCRIPTS/combine_plot_fields$(BLOCK).x -
palm/trunk/UTIL/analyze_particle_data.f90
- Property svn:keywords set to Id
r1 r1046 1 1 PROGRAM analyze_particle_data 2 3 !-------------------------------------------------------------------------------! 4 ! Actual revisions: 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. 8 ! 9 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 10 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 11 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 ! 13 ! You should have received a copy of the GNU General Public License along with 14 ! PALM. If not, see <http://www.gnu.org/licenses/>. 15 ! 16 ! Copyright 1997-2012 Leibniz University Hannover 17 !--------------------------------------------------------------------------------! 18 ! 19 ! Current revisions: 5 20 ! ----------------- 6 ! 21 ! code put under GPL (PALM 3.9) 7 22 ! 8 23 ! Former revisions: 9 24 ! ----------------- 10 ! 25 ! $Id$ 11 26 ! 12 27 ! Description: -
palm/trunk/UTIL/analyze_particle_netcdf_data.f90
- Property svn:keywords set to Id
r1 r1046 2 2 3 3 !------------------------------------------------------------------------------! 4 ! Actual revisions: 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 5 21 ! ----------------- 6 ! 22 ! code put under GPL (PALM 3.9) 7 23 ! 8 24 ! Former revisions: 9 25 ! ----------------- 26 ! $Id$ 27 ! 10 28 ! Initial revision 12/07/05 11 29 ! -
palm/trunk/UTIL/check_pegrid.f90
- Property svn:keywords set to Id
r1 r1046 1 1 PROGRAM check_pegrid 2 2 3 !-------------------------------------------------------------------------------! 4 ! Beschreibung: 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 29 ! Description: 5 30 ! ------------- 6 31 ! Ueberpruefung der Konsistenz von Prozessortopologie und gewaehlten Feldgrenzen -
palm/trunk/UTIL/combine_plot_fields.f90
r692 r1046 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 4 20 ! Current revisions: 5 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 6 23 ! 7 24 ! Former revisions: -
palm/trunk/UTIL/combine_plot_fields_single_open.f90
r1 r1046 1 1 PROGRAM combine_plot_fields 2 2 3 !-------------------------------------------------------------------------------! 4 ! Aktuelle Aenderungen: 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 23 ! Prozessordateien werden einzeln geoeffnet und geschlossen 24 ! 25 ! Former revisions: 5 26 ! --------------------- 6 ! Prozessordateien werden einzeln geoeffnet und geschlossen 7 ! 8 ! Fruehere Aenderungen: 9 ! --------------------- 27 ! $Id$ 28 ! 10 29 ! 23/02/99 Keine Bearbeitung komprimierter 3D-Daten 11 30 ! Ursprungsversion vom 28/07/97 12 31 ! 13 32 ! 14 ! Beschreibung:33 ! Description: 15 34 ! ------------- 16 35 ! Vereinigung der von PARLES im Parallelbetrieb erzeugten Teilfelder zu -
palm/trunk/UTIL/compare_palm_logs.f90
- Property svn:keywords set to Id
r480 r1046 2 2 3 3 !------------------------------------------------------------------------------! 4 ! Actual revisions: 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 5 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 6 23 ! name of data-directories are read from input 7 24 ! 8 25 ! Former revisions: 9 26 ! ----------------- 27 ! $Id$ 10 28 ! 11 29 ! Description: -
palm/trunk/UTIL/find_palm_config.f90
- Property svn:keywords set to Id
r1 r1046 1 1 PROGRAM find_palm_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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 3 28 !------------------------------------------------------------------------------! 4 29 ! Description: -
palm/trunk/UTIL/interpret_config.f90
r786 r1046 1 1 PROGRAM interpret_config 2 2 3 !------------------------------------------------------------------------------! 4 ! Actual revisions: 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 5 21 ! ----------------- 6 ! 22 ! code put under GPL (PALM 3.9) 7 23 ! 8 24 ! Former revisions: -
palm/trunk/UTIL/mrungui/main.cpp
r794 r1046 1 //----------------------------------------------------------------------------// 1 //------------------------------------------------------------------------------// 2 // This file is part of PALM. 3 // 4 // PALM is free software: you can redistribute it and/or modify it under the terms 5 // of the GNU General Public License as published by the Free Software Foundation, 6 // either version 3 of the License, or (at your option) any later version. 7 // 8 // PALM is distributed in the hope that it will be useful, but WITHOUT ANY 9 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 10 // A PARTICULAR PURPOSE. See the GNU General Public License for more details. 11 // 12 // You should have received a copy of the GNU General Public License along with 13 // PALM. If not, see <http://www.gnu.org/licenses/>. 14 // 15 // Copyright 1997-2012 Leibniz University Hannover 16 //--------------------------------------------------------------------------------// 17 // 2 18 // Current revisions: 3 19 // ----------------- 20 // code put under GPL (PALM 3.9) 4 21 // 5 22 // Former revisions: -
palm/trunk/UTIL/mrungui/mainwindow.cpp
r921 r1046 1 //----------------------------------------------------------------------------// 1 //------------------------------------------------------------------------------// 2 // This file is part of PALM. 3 // 4 // PALM is free software: you can redistribute it and/or modify it under the terms 5 // of the GNU General Public License as published by the Free Software Foundation, 6 // either version 3 of the License, or (at your option) any later version. 7 // 8 // PALM is distributed in the hope that it will be useful, but WITHOUT ANY 9 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 10 // A PARTICULAR PURPOSE. See the GNU General Public License for more details. 11 // 12 // You should have received a copy of the GNU General Public License along with 13 // PALM. If not, see <http://www.gnu.org/licenses/>. 14 // 15 // Copyright 1997-2012 Leibniz University Hannover 16 //--------------------------------------------------------------------------------// 17 // 2 18 // Current revisions: 3 19 // ----------------- 4 // 20 // code put under GPL (PALM 3.9) 5 21 // 6 22 // Former revisions: -
palm/trunk/UTIL/read_palm_netcdf_data.f90
- Property svn:keywords set to Id
r6 r1046 1 1 PROGRAM read_palm_netcdf_data 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. 9 ! 10 ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY 11 ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. 13 ! 14 ! You should have received a copy of the GNU General Public License along with 15 ! PALM. If not, see <http://www.gnu.org/licenses/>. 16 ! 17 ! Copyright 1997-2012 Leibniz University Hannover 18 !--------------------------------------------------------------------------------! 19 ! 20 ! Current revisions: 21 ! ----------------- 22 ! code put under GPL (PALM 3.9) 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! Description: 29 ! ------------ 4 30 ! This is an example program for reading PALM 2d/3d NetCDF datasets 5 31 !
Note: See TracChangeset
for help on using the changeset viewer.