CAM
bshr_sys_mod Module Reference

Functions/Subroutines

subroutine, public shr_sys_system (str, rcode)
 
subroutine, public shr_sys_chdir (path, rcode)
 
subroutine, public shr_sys_getenv (name, val, rcode)
 
subroutine, public shr_sys_abort (string, rc)
 
integer(shr_kind_i8) function, public shr_sys_irtc (rate)
 
subroutine, public shr_sys_sleep (sec)
 
subroutine, public shr_sys_flush (unit)
 
subroutine, public shr_sys_backtrace ()
 
subroutine print_error_to_logs (error_type, message)
 

Variables

character(len= *), parameter, private mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ print_error_to_logs()

subroutine bshr_sys_mod::print_error_to_logs ( character(len=*), intent(in)  error_type,
character(len=*), intent(in)  message 
)
private
Here is the caller graph for this function:

◆ shr_sys_abort()

subroutine, public bshr_sys_mod::shr_sys_abort ( character(*), optional  string,
integer(shr_kind_in), optional  rc 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shr_sys_backtrace()

subroutine, public bshr_sys_mod::shr_sys_backtrace ( )
Here is the caller graph for this function:

◆ shr_sys_chdir()

subroutine, public bshr_sys_mod::shr_sys_chdir ( character(*), intent(in)  path,
integer(shr_kind_in), intent(out)  rcode 
)
Here is the call graph for this function:

◆ shr_sys_flush()

subroutine, public bshr_sys_mod::shr_sys_flush ( integer(shr_kind_in)  unit)

◆ shr_sys_getenv()

subroutine, public bshr_sys_mod::shr_sys_getenv ( character(*), intent(in)  name,
character(*), intent(out)  val,
integer(shr_kind_in), intent(out)  rcode 
)
Here is the call graph for this function:

◆ shr_sys_irtc()

integer(shr_kind_i8) function, public bshr_sys_mod::shr_sys_irtc ( integer(shr_kind_i8), optional  rate)

◆ shr_sys_sleep()

subroutine, public bshr_sys_mod::shr_sys_sleep ( real (shr_kind_r8), intent(in)  sec)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shr_sys_system()

subroutine, public bshr_sys_mod::shr_sys_system ( character(*), intent(in)  str,
integer(shr_kind_in), intent(out)  rcode 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mod_filename

character(len=*), parameter, private bshr_sys_mod::mod_filename = __FILE__
private