Skip to content
Snippets Groups Projects
Commit d157f0d8 authored by Lucie Bakels's avatar Lucie Bakels
Browse files

Added IPIN=4 test to CI/CD

parent cd99c7da
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,7 @@ rm -rf ./current ./output/*
cp -rf ./default_options ./current
sed -i "/IPIN=/c\ IPIN= 3," ./current/COMMAND
sed -i "/LDIRECT=/c\ LDIRECT= -1," ./current/COMMAND
sed -i "/LOUTRESTART=/c\ LOUTRESTART= 3600," ./current/COMMAND
sed -i "/IOUTPUTFOREACHRELEASE=/c\ IOUTPUTFOREACHRELEASE= 1," ./current/COMMAND
sed -i "/IOUT=/c\ IOUT= 1," ./current/COMMAND
sed -i "/IBTIME=/c\ IBTIME= 020000," ./current/COMMAND
......@@ -292,6 +293,14 @@ cp -rf part_ic.nc output/
report "[$MM] TEST $TESTRUN (IPIN=3)"
STATUS=$((STATUS + $?))
TESTSRUN=$((TESTSRUN + 1))
# and IPIN=4
mv output/restart_20090101020000 output/restart.bin
sed -i "/IPIN=/c\ IPIN= 4," ./current/COMMAND
./FLEXPART pathnames
report "[$MM] TEST $TESTRUN (IPIN=4)"
STATUS=$((STATUS + $?))
TESTSRUN=$((TESTSRUN + 1))
# clean up
rm -rf ./current ./output/*
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment