ci: add debug flags to GNU workflow and fix remaining failures (#1579)
[FMS.git] / test_fms / column_diagnostics / test_column_diagnostics.sh
blob909a539bfbac8603d559efe871838ea33139c4da
1 #* the Free Software Foundation, either version 3 of the License, or (at
2 #* your option) any later version.
3 #*
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
7 #* for more details.
8 #*
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.
19 . ../test-lib.sh
21 # Prepare the directory to run the tests.
22 cat << EOF > input.nml
23 EOF
26 #####
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'
29 test_done