SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines | Variables
xrd_getoptions.F90 File Reference

Go to the source code of this file.

Data Types

interface  xrd_getoptions::getoption
 
type  xrd_getoptions::xrd_opt
 

Modules

module  xrd_getoptions
 

Functions/Subroutines

subroutine, public xrd_getoptions::addgroup (USE)
 
character(len=argsizemax) function xrd_getoptions::get_env_opt (KEY)
 
subroutine xrd_getoptions::mygetarg (I, S)
 
integer function xrd_getoptions::myiargc ()
 
subroutine xrd_getoptions::addopt_shell (KEY, TYPE, MND, USE)
 
subroutine xrd_getoptions::init_opt_seen ()
 
subroutine xrd_getoptions::grow_opt_seen ()
 
subroutine xrd_getoptions::addopt (KEY, TYPE, USE)
 
subroutine, public xrd_getoptions::initoptions (CDMESSAGE, KOPTMIN, KOPTMAX, CDARGS)
 
subroutine, public xrd_getoptions::checkoptions ()
 
subroutine xrd_getoptions::check_mnd (KEY, MND, USE)
 
subroutine xrd_getoptions::findargindex (KEY, I, N)
 
subroutine xrd_getoptions::findnextargindex (I, J)
 
subroutine xrd_getoptions::getoptions (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::getoptioni (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::getoptionr (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::readaslfromstring (VAL, SVAL)
 
subroutine xrd_getoptions::readslfromstring (VAL, SVAL)
 
subroutine xrd_getoptions::readslfromfile (VAL, SVAL)
 
subroutine xrd_getoptions::getoptionsl (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::getoptionil (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::getoptionrl (KEY, VAL, MND, USE)
 
subroutine xrd_getoptions::getoptionb (KEY, VAL, USE)
 

Variables

integer, parameter xrd_getoptions::argsizemax = 256
 
character(len=argsizemax), dimension(:), pointer xrd_getoptions::myargs => NULL()
 
logical(kind=jplm), dimension(:), pointer xrd_getoptions::check_args => NULL()
 
logical(kind=jplm) xrd_getoptions::lhelp = .FALSE.
 
logical(kind=jplm) xrd_getoptions::lshell = .FALSE.
 
character(len=1056) xrd_getoptions::message_opt = ""
 
integer(kind=jpim) xrd_getoptions::nopt_seen
 
type(xrd_opt), dimension(:), pointer xrd_getoptions::opt_seen => NULL()