SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Modules | |
module | mpl_arg_mod |
Functions/Subroutines | |
subroutine, public | mpl_arg_mod::mpl_arg_set_cl_terminate (CDTERM) |
subroutine, public | mpl_arg_mod::mpl_arg_get_cl_terminate (CDTERM) |
subroutine | mpl_arg_mod::init_args () |
subroutine, public | mpl_arg_mod::mpl_getarg (KARG, CDARG) |
integer(kind=jpim) function, public | mpl_arg_mod::mpl_iargc () |
Variables | |
character(len=10), save | mpl_arg_mod::cl_terminate = '-^' |
integer(kind=jpim), parameter | mpl_arg_mod::jp_arglen = 1024 |
character(len=jp_arglen), dimension(:), allocatable, save | mpl_arg_mod::cl_args |
integer(kind=jpim), save | mpl_arg_mod::n_args = -1 |