Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,18 @@ soca_add_test( NAME hofx_4d_pseudo
TEST_DEPENDS test_soca_gridgen
test_soca_forecast_mom6 )

# TODO Re-enable the comparison once that's fixed
soca_add_test( NAME enshofx
EXE soca_enshofx.x
MPI 3
NOTRAPFPE
TEST_DEPENDS test_soca_gridgen )
# NOTE, enshofx is disabled because MOM6 always writes out some diagnostic
# netcdf files (which can't be disabled). This is normally not a problem, except
# with enshofx, because multiple instances of MOM6 are started under separate
# MPI_COMMs, causing problems when they all try to write to the same file at the
# same time. We'll need to take a closer look at MOM6 output when we start
# dealing with in-core MOM6

# soca_add_test( NAME enshofx
# EXE soca_enshofx.x
# MPI 3
# NOTRAPFPE
# TEST_DEPENDS test_soca_gridgen )


# variational methods
Expand Down