MOM6
|
Invokes unit tests in all modules that have them.
Functions/Subroutines | |
subroutine, public | unit_tests (verbosity) |
Calls unit tests for other modules. Note that if a unit test returns true, a FATAL error is triggered. More... | |
subroutine, public mom_unit_tests::unit_tests | ( | integer, intent(in) | verbosity | ) |
Calls unit tests for other modules. Note that if a unit test returns true, a FATAL error is triggered.
[in] | verbosity | The verbosity level |
Definition at line 23 of file MOM_unit_tests.F90.
References mom_diag_vkernels::diag_vkernels_unit_tests(), mom_error_handler::is_root_pe(), mom_error_handler::mom_error(), mom_lateral_boundary_diffusion::near_boundary_unit_tests(), mom_neutral_diffusion::neutral_diffusion_unit_tests(), mom_remapping::remapping_unit_tests(), and mom_string_functions::string_functions_unit_tests().
Referenced by mom::initialize_mom().