|
SURFEX v8.1
General documentation of Surfex
|
Data Types | |
| interface | stransfer |
Functions/Subroutines | |
| character(len=8) function | stransfer_r8_to_str (SOURCE, MOLD) |
| real(kind=jprd) function | stransfer_str_to_r8 (SOURCE, MOLD) |
| character(len=4) function | stransfer_r4_to_str (SOURCE, MOLD) |
| real(kind=jprm) function | stransfer_str_to_r4 (SOURCE, MOLD) |
| character(len=max(1, len(s))) function, public | sadjustl (S) |
| character(len=max(1, len(s))) function, public | sadjustr (S) |
| subroutine, public | tolower (CDS) |
| subroutine, public | toupper (CDS) |
| subroutine, public | expand_string (MYPROC, nproc, timestep, max_timestep, s) |
| subroutine, public strhandler_mod::expand_string | ( | integer(kind=jpim), intent(in) | MYPROC, |
| integer(kind=jpim), intent(in) | nproc, | ||
| integer(kind=jpim), intent(in) | timestep, | ||
| integer(kind=jpim), intent(in) | max_timestep, | ||
| character(len=*), dimension(:), intent(inout) | s | ||
| ) |
Definition at line 118 of file strhandler_mod.F90.
| character(len=max(1,len(s))) function, public strhandler_mod::sadjustl | ( | character(len=*), intent(in) | S | ) |
Definition at line 55 of file strhandler_mod.F90.
| character(len=max(1,len(s))) function, public strhandler_mod::sadjustr | ( | character(len=*), intent(in) | S | ) |
Definition at line 65 of file strhandler_mod.F90.
|
private |
Definition at line 39 of file strhandler_mod.F90.
|
private |
Definition at line 23 of file strhandler_mod.F90.
|
private |
Definition at line 47 of file strhandler_mod.F90.
|
private |
Definition at line 31 of file strhandler_mod.F90.
| subroutine, public strhandler_mod::tolower | ( | character(len=*), intent(inout) | CDS | ) |
Definition at line 75 of file strhandler_mod.F90.
| subroutine, public strhandler_mod::toupper | ( | character(len=*), intent(inout) | CDS | ) |
1.8.13