MOM6
MOM_error_handler.F90 File Reference

Go to the source code of this file.

Modules

module  mom_error_handler
 

Functions/Subroutines

logical function, public mom_error_handler::is_root_pe ()
 
subroutine, public mom_error_handler::mom_mesg (message, verb, all_print)
 
subroutine, public mom_error_handler::mom_error (level, message, all_print)
 
subroutine, public mom_error_handler::mom_set_verbosity (verb)
 
integer function, public mom_error_handler::mom_get_verbosity ()
 
logical function, public mom_error_handler::mom_verbose_enough (verb)
 
logical function, public mom_error_handler::calltree_showquery ()
 Returns True, if the verbosity>=6 indicating to show the call tree. More...
 
subroutine, public mom_error_handler::calltree_enter (mesg, n)
 Writes a message about entering a subroutine if call tree reporting is active. More...
 
subroutine, public mom_error_handler::calltree_leave (mesg)
 Writes a message about leaving a subroutine if call tree reporting is active. More...
 
subroutine, public mom_error_handler::calltree_waypoint (mesg, n)
 Writes a message about reaching a milestone if call tree reporting is active. More...
 
subroutine, public mom_error_handler::assert (logical_arg, msg)
 Issues a FATAL error if the assertion fails, i.e. the first argument is false. More...
 

Variables

integer mom_error_handler::verbosity = 6
 
integer mom_error_handler::calltreeindentlevel = 0