Ignore:
Timestamp:
Jan 2, 2018 8:49:38 AM (6 years ago)
Author:
maronga
Message:

deleting of deprecated files; headers updated where needed

Location:
palm/trunk/UTIL/inifor/tests
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/tests/Makefile

    r2696 r2718  
    1 #------------------------------------------------------------------------------!
    2 # This file is part of PALM/PALM-4U.
     1#------------------------------------------------------------------------------#
     2# This file is part of the PALM model system.
    33#
    4 # PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    5 # the terms of the GNU General Public License as published by the Free Software
    6 # Foundation, either version 3 of the License, or (at your option) any later 
     4# PALM is free software: you can redistribute it and/or modify it under the
     5# terms of the GNU General Public License as published by the Free Software
     6# Foundation, either version 3 of the License, or (at your option) any later
    77# version.
    88#
    9 # PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    11 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1212#
    1313# You should have received a copy of the GNU General Public License along with
    1414# PALM. If not, see <http://www.gnu.org/licenses/>.
    1515#
    16 # Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    17 # Offenbach
    18 #------------------------------------------------------------------------------!
     16# Copyright 2017-2018 Leibniz Universitaet Hannover
     17# Copyright 2017-2018 Deutscher Wetterdienst Offenbach
     18#------------------------------------------------------------------------------#
    1919#
    2020# Current revisions:
  • palm/trunk/UTIL/inifor/tests/Makefile.gnu

    r2696 r2718  
    1 #------------------------------------------------------------------------------!
    2 # This file is part of PALM/PALM-4U.
     1#------------------------------------------------------------------------------#
     2# This file is part of the PALM model system.
    33#
    4 # PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    5 # the terms of the GNU General Public License as published by the Free Software
    6 # Foundation, either version 3 of the License, or (at your option) any later 
     4# PALM is free software: you can redistribute it and/or modify it under the
     5# terms of the GNU General Public License as published by the Free Software
     6# Foundation, either version 3 of the License, or (at your option) any later
    77# version.
    88#
    9 # PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    11 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1212#
    1313# You should have received a copy of the GNU General Public License along with
    1414# PALM. If not, see <http://www.gnu.org/licenses/>.
    1515#
    16 # Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    17 # Offenbach
    18 #------------------------------------------------------------------------------!
     16# Copyright 2017-2018 Leibniz Universitaet Hannover
     17# Copyright 2017-2018 Deutscher Wetterdienst Offenbach
     18#------------------------------------------------------------------------------#
    1919#
    2020# Current revisions:
  • palm/trunk/UTIL/inifor/tests/Makefile.ifort

    r2696 r2718  
    1 #------------------------------------------------------------------------------!
    2 # This file is part of PALM/PALM-4U.
     1#------------------------------------------------------------------------------#
     2# This file is part of the PALM model system.
    33#
    4 # PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    5 # the terms of the GNU General Public License as published by the Free Software
    6 # Foundation, either version 3 of the License, or (at your option) any later 
     4# PALM is free software: you can redistribute it and/or modify it under the
     5# terms of the GNU General Public License as published by the Free Software
     6# Foundation, either version 3 of the License, or (at your option) any later
    77# version.
    88#
    9 # PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    11 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1212#
    1313# You should have received a copy of the GNU General Public License along with
    1414# PALM. If not, see <http://www.gnu.org/licenses/>.
    1515#
    16 # Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    17 # Offenbach
    18 #------------------------------------------------------------------------------!
     16# Copyright 2017-2018 Leibniz Universitaet Hannover
     17# Copyright 2017-2018 Deutscher Wetterdienst Offenbach
     18#------------------------------------------------------------------------------#
    1919#
    2020# Current revisions:
  • palm/trunk/UTIL/inifor/tests/test-boundaries.f90

    r2696 r2718  
    11!> @file tests/test-boundaries.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-centre-velocities.f90

    r2696 r2718  
    11!> @file tests/test-centre-velocites.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-grid.f90

    r2696 r2718  
    11!> @file tests/test-grid.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-input-files.f90

    r2696 r2718  
    11!> @file tests/test-input-files.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-interpolation.f90

    r2696 r2718  
    11!> @file tests/test-interpolation.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
    4 !
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-prototype.f90

    r2696 r2718  
    11!> @file tests/test-prototype.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/test-transform.f90

    r2696 r2718  
    11!> @file tests/test-transform.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
  • palm/trunk/UTIL/inifor/tests/util.f90

    r2696 r2718  
    11!> @file tests/util.f90
    22!------------------------------------------------------------------------------!
    3 ! This file is part of PALM/PALM-4U.
     3! This file is part of the PALM model system.
    44!
    5 ! PALM/PALM-4U is free software: you can redistribute it and/or modify it under
    6 ! the 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 
     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
    88! version.
    99!
    10 ! PALM/PALM-4U is distributed in the hope that it will be useful, but WITHOUT
    11 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    12 ! FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     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.
    1313!
    1414! You should have received a copy of the GNU General Public License along with
    1515! PALM. If not, see <http://www.gnu.org/licenses/>.
    1616!
    17 ! Copyright 2017-2017 Leibniz Universitaet Hannover, Deutscher Wetterdienst
    18 ! Offenbach
     17! Copyright 2017-2018 Leibniz Universitaet Hannover
     18! Copyright 2017-2018 Deutscher Wetterdienst Offenbach
    1919!------------------------------------------------------------------------------!
    2020!
Note: See TracChangeset for help on using the changeset viewer.