Skip to content

Commit

Permalink
Run g-w linker script before ctest for prepoceanobs task (#1034)
Browse files Browse the repository at this point in the history
In anticipation of the merging of
NOAA-EMC/global-workflow#2459 , the
`test_gdasapp_soca_setup_obsprep` ctest which sets up for
`test_gdasapp_soca_JGLOBAL_PREP_OCEAN_OBS` now runs the global-workflow
`sorc/link_workflow.sh` script to allow the observation config files to
be accessed in a global-workflow-compliant way.

Effectively addresses #1032
  • Loading branch information
AndrewEichmann-NOAA authored Apr 12, 2024
1 parent 0d7f985 commit fadffb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/soca/gw/setup_obsprep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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)

# Clean up previous attempts
rm -rf gdas.20180414 gdas.20180415

Expand Down

0 comments on commit fadffb0

Please sign in to comment.