SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
strhandler_mod Module Reference

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)
 

Function/Subroutine Documentation

◆ expand_string()

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.

◆ sadjustl()

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.

◆ sadjustr()

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.

◆ stransfer_r4_to_str()

character(len=4) function strhandler_mod::stransfer_r4_to_str ( real(kind=jprm), intent(in)  SOURCE,
character(len=*), intent(in)  MOLD 
)
private

Definition at line 39 of file strhandler_mod.F90.

◆ stransfer_r8_to_str()

character(len=8) function strhandler_mod::stransfer_r8_to_str ( real(kind=jprd), intent(in)  SOURCE,
character(len=*), intent(in)  MOLD 
)
private

Definition at line 23 of file strhandler_mod.F90.

◆ stransfer_str_to_r4()

real(kind=jprm) function strhandler_mod::stransfer_str_to_r4 ( character(len=*), intent(in)  SOURCE,
real(kind=jprm), intent(in)  MOLD 
)
private

Definition at line 47 of file strhandler_mod.F90.

◆ stransfer_str_to_r8()

real(kind=jprd) function strhandler_mod::stransfer_str_to_r8 ( character(len=*), intent(in)  SOURCE,
real(kind=jprd), intent(in)  MOLD 
)
private

Definition at line 31 of file strhandler_mod.F90.

◆ tolower()

subroutine, public strhandler_mod::tolower ( character(len=*), intent(inout)  CDS)

Definition at line 75 of file strhandler_mod.F90.

◆ toupper()

subroutine, public strhandler_mod::toupper ( character(len=*), intent(inout)  CDS)

Definition at line 94 of file strhandler_mod.F90.

Here is the caller graph for this function: