Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion regtests/bin/run_cmake_test
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,6 @@ do
done # end of loop on progs

# 3.i Track output ---------------------------------------------------------- #

case $outopt in
native) out_progs="ww3_trck" ;;
netcdf) out_progs="ww3_trnc" ;;
Comment thread
ukmo-ccbunney marked this conversation as resolved.
Expand Down Expand Up @@ -2070,6 +2069,9 @@ do
then
continue
fi

\ln -s mod_def.$g mod_def.ww3

gu="_$g"
fileconf="$prog${gu}"
else
Expand Down Expand Up @@ -2124,6 +2126,7 @@ do
\rm -f $prog.nml
if [ $multi -eq 2 ]
then
\rm -f mod_def.ww3
\rm -f track_o.ww3
if [ $nml_input ] && [ ! -z "`basename ${ifile} | grep -o nml`" ]
then
Expand Down
4 changes: 4 additions & 0 deletions regtests/bin/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -2448,6 +2448,9 @@ do
then
continue
fi

\ln -s mod_def.$g mod_def.ww3

gu="_$g"
fileconf="$prog${gu}"
else
Expand Down Expand Up @@ -2502,6 +2505,7 @@ do
\rm -f $prog.nml
if [ $multi -eq 2 ]
then
\rm -f mod_def.ww3
\rm -f track_o.ww3
if [ $nml_input ] && [ ! -z "`echo ${ifile} | grep -o nml`" ]
then
Expand Down