SURFEX v8.1
General documentation of Surfex
|
Functions/Subroutines | |
subroutine | xrd_getenv (KEY, VAL) |
integer(kind=jpim) function | xrd_iargc () |
subroutine | xrd_getarg (KEY, VAL) |
subroutine | xrd_exit (STATUS) |
subroutine | xrd_mkdir (PATH) |
character *256 function | xrd_dirname (PATH) |
character *256 function | xrd_basename (PATH) |
elemental subroutine | xrd_lower_case (OUS, INS) |
logical(kind=jplm) function | xrd_isalpha (C) |
logical(kind=jplm) function | xrd_isdigit (C) |
subroutine | xrd_date_and_time (VL) |
subroutine | xrd_cpu_time (T) |
subroutine | xrd_countlines (NLINES, F, ERR) |
integer(kind=jpim) function | xrd_countwords (S) |
subroutine xrd_unix_env::xrd_countlines | ( | integer(kind=jpim), intent(out) | NLINES, |
character*(*), intent(in) | F, | ||
integer(kind=jpim), intent(out) | ERR | ||
) |
Definition at line 138 of file xrd_unix_env.F90.
subroutine xrd_unix_env::xrd_cpu_time | ( | real, intent(out) | T | ) |
Definition at line 132 of file xrd_unix_env.F90.
subroutine xrd_unix_env::xrd_date_and_time | ( | integer(kind=jpim), dimension(8), intent(out) | VL | ) |
Definition at line 121 of file xrd_unix_env.F90.
Definition at line 50 of file xrd_unix_env.F90.
subroutine xrd_unix_env::xrd_exit | ( | integer(kind=jpim), intent(in) | STATUS | ) |
subroutine xrd_unix_env::xrd_getarg | ( | integer(kind=jpim), intent(in) | KEY, |
character(len=*), intent(out) | VAL | ||
) |
Definition at line 31 of file xrd_unix_env.F90.
integer(kind=jpim) function xrd_unix_env::xrd_iargc | ( | ) |
elemental subroutine xrd_unix_env::xrd_lower_case | ( | character (len=*), intent(out) | OUS, |
character (len=*), intent(in) | INS | ||
) |
Definition at line 84 of file xrd_unix_env.F90.
subroutine xrd_unix_env::xrd_mkdir | ( | character(len=*), intent(in) | PATH | ) |
Definition at line 44 of file xrd_unix_env.F90.