Skip to content

Commit

Permalink
Removes letkf task from gdasapp (#1100)
Browse files Browse the repository at this point in the history
LETKF task scripts moved to
NOAA-EMC/global-workflow#2564

Also changed `PYTHONPATH` in ctests to know where to find the future
home of Python scripts in global-workflow.

Partially addresses #1091
  • Loading branch information
AndrewEichmann-NOAA committed May 13, 2024
1 parent 249e242 commit ce12190
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 116 deletions.
25 changes: 0 additions & 25 deletions scripts/exgdas_global_marine_analysis_letkf.py

This file was deleted.

2 changes: 1 addition & 1 deletion test/soca/gw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ foreach(jjob ${jjob_list})
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test/soca/gw/testrun)
set_tests_properties(${test_name}
PROPERTIES
ENVIRONMENT "PYTHONPATH=${PROJECT_SOURCE_DIR}/ush/ioda/bufr2ioda::${PROJECT_SOURCE_DIR}/ush:${PROJECT_BINARY_DIR}/../lib/python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}:$ENV{PYTHONPATH}")
ENVIRONMENT "PYTHONPATH=${PROJECT_SOURCE_DIR}/ush/ioda/bufr2ioda::${PROJECT_SOURCE_DIR}/ush:${PROJECT_BINARY_DIR}/../lib/python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}:$ENV{PYTHONPATH}:${PROJECT_SOURCE_DIR}/../../../../ush/python")


set(setup "--skip") # Only run the setup of the first test, if not, it will hang
Expand Down
90 changes: 0 additions & 90 deletions ush/soca/marine_letkf.py

This file was deleted.

0 comments on commit ce12190

Please sign in to comment.