LMDZ
|
Functions/Subroutines | |
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::expand_string | ( | intent(in) | myproc, |
intent(in) | nproc, | ||
intent(in) | timestep, | ||
intent(in) | max_timestep, | ||
character(len=*), dimension(:), intent(inout) | s | ||
) |
Definition at line 81 of file strhandler.F90.
character(len=max(1,len(s))) function, public strhandler::sadjustl | ( | character(len=*), intent(in) | s | ) |
Definition at line 16 of file strhandler.F90.
character(len=max(1,len(s))) function, public strhandler::sadjustr | ( | character(len=*), intent(in) | s | ) |
Definition at line 26 of file strhandler.F90.
subroutine, public strhandler::tolower | ( | character(len=*), intent(inout) | cds | ) |
Definition at line 36 of file strhandler.F90.
subroutine, public strhandler::toupper | ( | character(len=*), intent(inout) | cds | ) |
Definition at line 56 of file strhandler.F90.