0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_message.F90 File Reference

Write out concatenated strings. More...

#include "logging.h"
Include dependency graph for mo_message.F90:

Go to the source code of this file.

Modules

module  mo_message
 Write out concatenated strings.
 

Functions/Subroutines

character(len=32000) function mo_message::process_arguments (t01, t02, t03, t04, t05, t06, t07, t08, t09, t10, t11, t12, t13, t14, t15, t16)
 
subroutine, public mo_message::message (t01, t02, t03, t04, t05, t06, t07, t08, t09, t10, t11, t12, t13, t14, t15, t16, uni, advance, show, reset_format)
 Write out an error message to stdout.
 
subroutine, public mo_message::error_message (t01, t02, t03, t04, t05, t06, t07, t08, t09, t10, t11, t12, t13, t14, t15, t16, uni, advance, show, raise, reset_format)
 Write out an error message to stderr and call stop 1.
 

Variables

logical, save, public mo_message::show_msg = .true.
 global control switch to show normal messages
 
logical, save, public mo_message::show_err = .true.
 global control switch to show error messages
 

Detailed Description

Write out concatenated strings.

Write out several strings concatenated on standard out or a given unit, either advancing or not.

Author
Matthias Cuntz, Sebastian Mueller
Date
Jul 2011, Dec 2019

Definition in file mo_message.F90.