From 4cd4133591760ee69eb88257f23ebb191a1a17b1 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Wed, 10 Apr 2024 14:03:10 +0000 Subject: [PATCH 1/2] run linker script --- test/soca/gw/setup_obsprep.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/soca/gw/setup_obsprep.sh b/test/soca/gw/setup_obsprep.sh index 5759cf829..61091a5e3 100755 --- a/test/soca/gw/setup_obsprep.sh +++ b/test/soca/gw/setup_obsprep.sh @@ -13,6 +13,11 @@ project_source_dir="$1" testdatadir="${project_source_dir}/test/soca/testdata" testdatadir_bufr="${project_source_dir}/build/gdas/test/testdata" +# run the g-w link script so that the config files can be found +cd ${project_source_dir}/../../.. +./link_workflow.sh +cd - + # Clean up previous attempts rm -rf gdas.20180414 gdas.20180415 From 5446c8a87273e95d06fa3cba02f2ef22e75fb0a2 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Wed, 10 Apr 2024 15:28:56 +0000 Subject: [PATCH 2/2] better --- test/soca/gw/setup_obsprep.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/soca/gw/setup_obsprep.sh b/test/soca/gw/setup_obsprep.sh index 61091a5e3..5583d4ce5 100755 --- a/test/soca/gw/setup_obsprep.sh +++ b/test/soca/gw/setup_obsprep.sh @@ -14,9 +14,7 @@ testdatadir="${project_source_dir}/test/soca/testdata" testdatadir_bufr="${project_source_dir}/build/gdas/test/testdata" # run the g-w link script so that the config files can be found -cd ${project_source_dir}/../../.. -./link_workflow.sh -cd - +(cd ${project_source_dir}/../../.. && ./link_workflow.sh) # Clean up previous attempts rm -rf gdas.20180414 gdas.20180415