From cbf8150354385994370fe3e8c2a5ae739be634ac Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Thu, 11 Apr 2024 02:47:46 -0600 Subject: [PATCH] trying to get regtest tp1.1 working --- regtests/bin/run_cmake_test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regtests/bin/run_cmake_test b/regtests/bin/run_cmake_test index 043164b02..08e22c011 100755 --- a/regtests/bin/run_cmake_test +++ b/regtests/bin/run_cmake_test @@ -25,8 +25,6 @@ # looks for wind_gfs_30m.ww3 where it should look for wind.ww3. Another # loop is needed to make this work. -set -x - # --------------------------------------------------------------------------- # # 1. Function definitions # # --------------------------------------------------------------------------- # @@ -1903,6 +1901,7 @@ do done # end of loop on progs # 3.h Point output ---------------------------------------------------------- # +set -x case $outopt in native) out_progs="ww3_outp" ;;