Functions/Subroutines | |
subroutine | shr_sys_system (str, rcode) |
subroutine | shr_sys_chdir (path, rcode) |
subroutine | shr_sys_getenv (name, val, rcode) |
subroutine | shr_sys_abort (string, rc) |
integer(SHR_KIND_I8) | shr_sys_irtc (rate) |
subroutine | shr_sys_sleep (sec) |
subroutine | shr_sys_flush (unit) |
subroutine shr_sys_mod::shr_sys_abort | ( | character(*),optional | string, | |
integer(SHR_KIND_IN),optional | rc | |||
) |
Definition at line 211 of file shr_sys_mod.F90.
subroutine shr_sys_mod::shr_sys_chdir | ( | character(*),intent(in) | path, | |
integer(SHR_KIND_IN),intent(out) | rcode | |||
) |
Definition at line 119 of file shr_sys_mod.F90.
subroutine shr_sys_mod::shr_sys_flush | ( | integer(SHR_KIND_IN) | unit | ) |
Definition at line 334 of file shr_sys_mod.F90.
subroutine shr_sys_mod::shr_sys_getenv | ( | character(*),intent(in) | name, | |
character(*),intent(out) | val, | |||
integer(SHR_KIND_IN),intent(out) | rcode | |||
) |
Definition at line 165 of file shr_sys_mod.F90.
integer(SHR_KIND_I8) shr_sys_mod::shr_sys_irtc | ( | integer(SHR_KIND_I8),optional | rate | ) |
Definition at line 255 of file shr_sys_mod.F90.
subroutine shr_sys_mod::shr_sys_sleep | ( | real (SHR_KIND_R8),intent(in) | sec | ) |
Definition at line 293 of file shr_sys_mod.F90.
subroutine shr_sys_mod::shr_sys_system | ( | character(*),intent(in) | str, | |
integer(SHR_KIND_IN),intent(out) | rcode | |||
) |
Definition at line 34 of file shr_sys_mod.F90.