Skip to content

Commit

Permalink
removing oasim test (#1133)
Browse files Browse the repository at this point in the history
* modify oasim test to run with crtm_aos

* deleting the oasim test

* cu

* cu

* Update CMakeLists.txt

* Update CMakeLists.txt
  • Loading branch information
HamidehGMAO authored Feb 12, 2025
1 parent 4868fba commit 29be427
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 95 deletions.
10 changes: 1 addition & 9 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ set( soca_test_input
testinput/gridgen.yml
testinput/hofx_3d.yml
testinput/hofx_4d_pseudo.yml
testinput/hofx_oasim_3d.yml
testinput/hybridgain.yml
testinput/increment.yml
testinput/letkf_split_observer.yml
Expand Down Expand Up @@ -132,7 +131,6 @@ set( soca_test_ref
testref/gridgen.test
testref/hofx_3d.test
testref/hofx_4d_pseudo.test
testref/hofx_oasim_3d.test
testref/hybridgain.test
testref/letkf_split_observer.test
testref/letkf_split_solver.test
Expand Down Expand Up @@ -625,12 +623,6 @@ soca_add_test( NAME hofx_3d
EXE soca_hofx3d.x
TEST_DEPENDS test_soca_gridgen )

if( ${oasim_FOUND} )
soca_add_test( NAME hofx_oasim_3d
EXE soca_hofx3d.x
TEST_DEPENDS test_soca_gridgen )
endif( ${oasim_FOUND} )

soca_add_test( NAME hofx_4d_pseudo
EXE soca_hofx.x
TEST_DEPENDS test_soca_gridgen
Expand Down Expand Up @@ -798,4 +790,4 @@ soca_add_test( NAME convertstate_soca2cice
MPI 2
NOTRAPFPE
TEST_DEPENDS test_soca_gridgen
test_soca_3dvar )
test_soca_3dvar )
60 changes: 0 additions & 60 deletions test/testinput/hofx_oasim_3d.yml

This file was deleted.

26 changes: 0 additions & 26 deletions test/testref/hofx_oasim_3d.test

This file was deleted.

0 comments on commit 29be427

Please sign in to comment.