FV3-JEDI
fv3jedi_io_utils_mod Module Reference

Functions/Subroutines

subroutine str_check (str, maxlen)
 
subroutine vdate_to_datestring (vdate, datest, date, yyyy, mm, dd, hh, min, ss)
 
character(len(inputstr)+100) function replace_text (inputstr, search, replace)
 
subroutine string_from_conf (f_conf, varstring, var, default, memberswap)
 

Variables

integer, parameter maxstring = 2048
 

Function/Subroutine Documentation

◆ replace_text()

character(len(inputstr)+100) function fv3jedi_io_utils_mod::replace_text ( character(len=*), intent(in)  inputstr,
character(len=*), intent(in)  search,
character(len=*), intent(in)  replace 
)

Definition at line 92 of file fv3jedi_io_utils_mod.f90.

Here is the caller graph for this function:

◆ str_check()

subroutine fv3jedi_io_utils_mod::str_check ( character(len=*), intent(in)  str,
integer, intent(in)  maxlen 
)

Definition at line 29 of file fv3jedi_io_utils_mod.f90.

◆ string_from_conf()

subroutine fv3jedi_io_utils_mod::string_from_conf ( type(fckit_configuration), intent(in)  f_conf,
character(len=*), intent(in)  varstring,
character(len=*), intent(out)  var,
character(len=*), intent(in), optional  default,
logical, intent(in), optional  memberswap 
)

Definition at line 116 of file fv3jedi_io_utils_mod.f90.

Here is the caller graph for this function:

◆ vdate_to_datestring()

subroutine fv3jedi_io_utils_mod::vdate_to_datestring ( type(datetime), intent(in)  vdate,
character(len=*), intent(out), optional  datest,
integer, dimension(6), intent(out), optional  date,
character(len=4), intent(out), optional  yyyy,
character(len=2), intent(out), optional  mm,
character(len=2), intent(out), optional  dd,
character(len=2), intent(out), optional  hh,
character(len=2), intent(out), optional  min,
character(len=2), intent(out), optional  ss 
)

Definition at line 47 of file fv3jedi_io_utils_mod.f90.

Here is the caller graph for this function:

Variable Documentation

◆ maxstring

integer, parameter fv3jedi_io_utils_mod::maxstring = 2048

Definition at line 21 of file fv3jedi_io_utils_mod.f90.