Skip to content

Commit

Permalink
Fix small bug in matrix base
Browse files Browse the repository at this point in the history
  • Loading branch information
ukmo-juan-castillo committed Oct 28, 2020
1 parent e0d2e39 commit 241938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtests/bin/matrix.base
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@
echo "mv ww3_tp2.14/input/ww3_ounf.inp ww3_tp2.14/input/ww3_ounf.inp.bak" >> matrix.body
echo "cp ww3_tp2.14/input/ww3_ounf.inp-OASACM6 ww3_tp2.14/input/ww3_ounf.inp" >> matrix.body
echo "$rtst -g OASACM6 -s OASACM6 -w work_OASACM6 -C OASIS -f -p $mpi -n $np -o netcdf $ww3 ww3_tp2.14" >> matrix.body
echo "mv ww3_tp2.14/input/ww3_ounf.inp.bak ww3_tp2.14/input/ww3_ounf.inp"
echo "mv ww3_tp2.14/input/ww3_ounf.inp.bak ww3_tp2.14/input/ww3_ounf.inp" >> matrix.body
echo "$rtst -s OASOCM -w work_OASOCM -C OASIS -f -p $mpi -n $np -o netcdf $ww3 ww3_tp2.14" >> matrix.body
echo "$rtst -s OASICM -w work_OASICM -C OASIS -f -p $mpi -n $np -o netcdf $ww3 ww3_tp2.14" >> matrix.body
fi
Expand Down

0 comments on commit 241938f

Please sign in to comment.