1 #* the Free Software Foundation, either version 3 of the License, or (at
2 #* your option) any later version.
4 #* FMS is distributed in the hope that it will be useful, but WITHOUT
5 #* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6 #* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
9 #* You should have received a copy of the GNU Lesser General Public
10 #* License along with FMS. If not, see <http://www.gnu.org/licenses/>.
11 #***********************************************************************
13 # This is part of the GFDL FMS package. This is a shell script to
14 # execute tests in the test_fms/horiz_interp directory.
16 # Copyright 2021 Seth Underwood
18 # Set common test settings.
21 # Prepare the directory to run the tests.
22 cat << EOF > input.nml
27 test_expect_success
"test_column_diagnostics r4" 'mpirun -n 1 ./test_column_diagnostics_r4'
28 test_expect_success
"test_column_diagnostics r8" 'mpirun -n 1 ./test_column_diagnostics_r8'