Skip to content

Commit

Permalink
revert unwanted changes in some data_override test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Oct 9, 2024
1 parent ee11233 commit f7e0b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_fms/data_override/test_data_override2_ongrid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ test_expect_success "data_override on grid with 0 halos in x and y (${KIND})" '
mpirun -n 6 ../test_data_override_ongrid_${KIND}
'

rm -rf INPUT/*
test_expect_success "data_override get_grid_v1 (${KIND})" '
mpirun -n 1 ../test_get_grid_v1_${KIND}
'
Expand Down
1 change: 1 addition & 0 deletions test_fms/data_override/test_data_override2_scalar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ cp input_base.nml input.nml
test_expect_success "data_override scalar field (${KIND})" '
mpirun -n 6 ../test_data_override_ongrid_${KIND}
'

done
rm -rf INPUT *.nc # remove any leftover files to reduce size

Expand Down

0 comments on commit f7e0b9b

Please sign in to comment.