From e41690f3c4faf770fa61da3954045073cdde56f3 Mon Sep 17 00:00:00 2001 From: lucieb92 <lucie.bakels@univie.ac.at> Date: Mon, 19 Feb 2024 18:06:43 +0100 Subject: [PATCH] fixed test for part_ic in run_default_options_test.sh Former-commit-id: 2ca444e7844b8244cff610e25933306464bd4344 --- tests/run_default_options_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_default_options_test.sh b/tests/run_default_options_test.sh index 8b84987e..21acf1cb 100644 --- a/tests/run_default_options_test.sh +++ b/tests/run_default_options_test.sh @@ -284,7 +284,7 @@ sed -i "/IPIN=/c\ IPIN= 3," ./current/COMMAND sed -i "/LDIRECT=/c\ LDIRECT= -1," ./current/COMMAND sed -i "/IOUTPUTFOREACHRELEASE=/c\ IOUTPUTFOREACHRELEASE= 1," ./current/COMMAND sed -i "/IOUT=/c\ IOUT= 1," ./current/COMMAND -sed -i "/IETIME=/c\ LOUTSTEP= 010000," ./current/COMMAND +sed -i "/IBTIME=/c\ IBTIME= 020000," ./current/COMMAND sed -i "/LOUTSTEP=/c\ LOUTSTEP= 3600," ./current/COMMAND sed -i "/LOUTAVER=/c\ LOUTAVER= 3600," ./current/COMMAND cp -rf part_ic.nc output/ -- GitLab