From 0c303236cc449a432c5ec6fb08f580258d8ef7af Mon Sep 17 00:00:00 2001 From: Cian Wilson Date: Fri, 21 Apr 2023 01:57:05 -0400 Subject: [PATCH] Correction to test run script. --- scripts/run_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_tests b/scripts/run_tests index bbe0347..ae0b256 100755 --- a/scripts/run_tests +++ b/scripts/run_tests @@ -35,7 +35,7 @@ tfsimulationharness --parameters nelements 32 --test $repo/blankenbach/2a/blanke tfsimulationharness --parameters nelements 20 nelements 40 nelements 80 --test $repo/cornerflow/cornerflow.shml -tfsimulationharness --parameters resscale 2.0 --test $repo/subduction_benchmark/case1/subduction_steadystate_linpicard_p2p1p2.shml +tfsimulationharness --parameters minres 2.0 --test $repo/subduction_benchmark/case1/subduction_steadystate_linpicard_p2p1p2.shml -tfsimulationharness --parameters resscale 2.0 --test $repo/subduction_benchmark/case2/subduction_steadystate_linpicard_p2p1p2.shml +tfsimulationharness --parameters minres 2.0 --test $repo/subduction_benchmark/case2/subduction_steadystate_linpicard_p2p1p2.shml