17 integer,
intent(in) :: verbosity
21 verbose = verbosity>=5
25 "MOM_unit_tests: string_functions_unit_tests FAILED")
27 "MOM_unit_tests: remapping_unit_tests FAILED")
29 "MOM_unit_tests: neutralDiffusionUnitTests FAILED")
31 "MOM_unit_tests: diag_vkernels_unit_tests FAILED")
Provides kernels for single-column interpolation, re-integration (re-mapping of integrated quantities...
logical function, public neutral_diffusion_unit_tests(verbose)
Returns true if unit tests of neutral_diffusion functions fail. Otherwise returns false...
Provides column-wise vertical remapping functions.
logical function, public diag_vkernels_unit_tests(verbose)
Returns true if any unit tests for module MOM_diag_vkernels fail.
subroutine unit_tests(verbosity)
Calls unit tests for other modules. Note that if a unit test returns true, a FATAL error is triggered...
logical function, public remapping_unit_tests(verbose)
Runs unit tests on remapping functions. Should only be called from a single/root thread Returns True ...
Invokes unit tests in all modules that have them.
logical function, public string_functions_unit_tests(verbose)
Returns true if a unit test of string_functions fails.
logical function, public is_root_pe()
A column-wise toolbox for implementing neutral diffusion.
subroutine, public mom_error(level, message, all_print)