Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/area extraction test #179

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
area cutout unit test: set -np=4 and nlev=19
antons-it authored and wdeconinck committed Mar 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit af247645fd255b0f25725733eb9026b929637a73
2 changes: 1 addition & 1 deletion src/tests/interpolation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ ecbuild_add_test( TARGET atlas_test_interpolation_structured2D_to_points
ecbuild_add_test( TARGET atlas_test_interpolation_structured2D_to_area
SOURCES test_interpolation_structured2D_to_area.cc
LIBS atlas
MPI 2
MPI 4
CONDITION eckit_HAVE_MPI
ENVIRONMENT ${ATLAS_TEST_ENVIRONMENT}
)
Original file line number Diff line number Diff line change
@@ -67,9 +67,7 @@ FieldSet create_target_fields(FunctionSpace& fs, idx_t nb_fields, idx_t nb_level

void do_test( std::string type, int input_halo, bool expect_failure ) {
idx_t nb_fields = 2;
idx_t nb_levels = 137;

std::cout << "======>> mpi::comm().rank(): " << mpi::comm().rank() << std::endl;
idx_t nb_levels = 19;

// Setup Grid and functionspace
Grid inputGrid(input_gridname("O400"));