Skip to content

Commit

Permalink
Added verbose option to neutral_diffusion_unit_tests()
Browse files Browse the repository at this point in the history
- Results are only written for VERBOSITY>=5
  • Loading branch information
adcroft committed Apr 20, 2017
1 parent fa3f55c commit 6e73103
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 259 deletions.
2 changes: 1 addition & 1 deletion src/core/MOM_unit_tests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subroutine unit_tests(verbosity)
"MOM_unit_tests: string_functions_unit_tests FAILED")
if (remapping_unit_tests()) call MOM_error(FATAL, &
"MOM_unit_tests: remapping_unit_tests FAILED")
if (neutral_diffusion_unit_tests()) call MOM_error(FATAL, &
if (neutral_diffusion_unit_tests(verbose)) call MOM_error(FATAL, &
"MOM_unit_tests: neutralDiffusionUnitTests FAILED")
if (diag_vkernels_unit_tests(verbose)) call MOM_error(FATAL, &
"MOM_unit_tests: diag_vkernels_unit_tests FAILED")
Expand Down
Loading

0 comments on commit 6e73103

Please sign in to comment.