SURFEX v8.1
General documentation of Surfex
Functions/Subroutines
xrd_unix_env Module Reference

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)
 

Function/Subroutine Documentation

◆ xrd_basename()

character*256 function xrd_unix_env::xrd_basename ( character(len=*), intent(in)  PATH)

Definition at line 65 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_countlines()

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.

◆ xrd_countwords()

integer(kind=jpim) function xrd_unix_env::xrd_countwords ( character(len=*), intent(in)  S)

Definition at line 162 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_cpu_time()

subroutine xrd_unix_env::xrd_cpu_time ( real, intent(out)  T)

Definition at line 132 of file xrd_unix_env.F90.

◆ xrd_date_and_time()

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.

◆ xrd_dirname()

character*256 function xrd_unix_env::xrd_dirname ( character(len=*), intent(in)  PATH)

Definition at line 50 of file xrd_unix_env.F90.

◆ xrd_exit()

subroutine xrd_unix_env::xrd_exit ( integer(kind=jpim), intent(in)  STATUS)

Definition at line 38 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_getarg()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xrd_getenv()

subroutine xrd_unix_env::xrd_getenv ( character(len=*), intent(in)  KEY,
character(len=*), intent(out)  VAL 
)

Definition at line 16 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_iargc()

integer(kind=jpim) function xrd_unix_env::xrd_iargc ( )

Definition at line 25 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_isalpha()

logical(kind=jplm) function xrd_unix_env::xrd_isalpha ( character, intent(in)  C)

Definition at line 102 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_isdigit()

logical(kind=jplm) function xrd_unix_env::xrd_isdigit ( character, intent(in)  C)

Definition at line 112 of file xrd_unix_env.F90.

Here is the caller graph for this function:

◆ xrd_lower_case()

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.

◆ xrd_mkdir()

subroutine xrd_unix_env::xrd_mkdir ( character(len=*), intent(in)  PATH)

Definition at line 44 of file xrd_unix_env.F90.