|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| subroutine | getoptions (KEY, VAL, MND, USE) |
| subroutine | getoptionsl (KEY, VAL, MND, USE) |
| subroutine | getoptioni (KEY, VAL, MND, USE) |
| subroutine | getoptionil (KEY, VAL, MND, USE) |
| subroutine | getoptionr (KEY, VAL, MND, USE) |
| subroutine | getoptionrl (KEY, VAL, MND, USE) |
| subroutine | getoptionb (KEY, VAL, USE) |
Definition at line 18 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptionb | ( | character(len=*), intent(in) | KEY, |
| logical(kind=jplm), intent(inout) | VAL, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 791 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptioni | ( | character(len=*), intent(in) | KEY, |
| integer(kind=jpim), intent(inout) | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 482 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptionil | ( | character(len=*), intent(in) | KEY, |
| integer(kind=jpim), dimension(:), pointer | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 701 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptionr | ( | character(len=*), intent(in) | KEY, |
| real(kind=jprb), intent(inout) | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 517 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptionrl | ( | character(len=*), intent(in) | KEY, |
| real(kind=jprb), dimension(:), pointer | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 746 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptions | ( | character(len=*), intent(in) | KEY, |
| character(len=*), intent(inout) | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 437 of file xrd_getoptions.F90.
| subroutine xrd_getoptions::getoption::getoptionsl | ( | character(len=*), intent(in) | KEY, |
| character(len=*), dimension(:), pointer | VAL, | ||
| logical(kind=jplm), intent(in), optional | MND, | ||
| character(len=*), intent(in), optional | USE | ||
| ) |
Definition at line 636 of file xrd_getoptions.F90.
1.8.13