Skip to content

Commit

Permalink
Added test_MOM_remapping.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Mar 26, 2024
1 parent 8fbd85b commit 7982ab6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config_src/drivers/unit_tests/test_MOM_remapping.F90
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
program test_MOM_remapping

use MOM_remapping, only : remapping_unit_tests

if (remapping_unit_tests(.true.)) stop 1

end program test_MOM_remapping

0 comments on commit 7982ab6

Please sign in to comment.