LMDZ
|
Functions/Subroutines | |
subroutine | cmpblank (str) |
integer function | cntpos (c_c, l_c, c_r, l_r) |
integer function | findpos (c_c, l_c, c_r, l_r) |
subroutine | find_str (str_tab, str, pos) |
subroutine | nocomma (str) |
subroutine | strlowercase (str) |
subroutine | struppercase (str) |
subroutine | gensig (str, sig) |
subroutine | find_sig (nb_sig, str_tab, str, sig_tab, sig, pos) |
Variables | |
integer, dimension(30) | prime =(/1,2,3,5,7,11,13,17,19,23,29,31,37,41,43, 47,53,59,61,67,71,73,79,83,89,97,101,103,107,109/) |
subroutine ioipsl_stringop::cmpblank | ( | character(len=*), intent(inout) | str | ) |
integer function ioipsl_stringop::cntpos | ( | character(len=*), intent(in) | c_c, |
integer, intent(in) | l_c, | ||
character(len=*), intent(in) | c_r, | ||
integer, intent(in) | l_r | ||
) |
Definition at line 44 of file ioipsl_stringop.F90.
subroutine ioipsl_stringop::find_sig | ( | integer | nb_sig, |
character(len=*), dimension(nb_sig) | str_tab, | ||
character(len=*) | str, | ||
integer, dimension(nb_sig) | sig_tab, | ||
integer | sig, | ||
integer | pos | ||
) |
Definition at line 188 of file ioipsl_stringop.F90.
subroutine ioipsl_stringop::find_str | ( | character(len=*), dimension(:), intent(in) | str_tab, |
character(len=*), intent(in) | str, | ||
integer, intent(out) | pos | ||
) |
Definition at line 87 of file ioipsl_stringop.F90.
integer function ioipsl_stringop::findpos | ( | character(len=*), intent(in) | c_c, |
integer, intent(in) | l_c, | ||
character(len=*), intent(in) | c_r, | ||
integer, intent(in) | l_r | ||
) |
Definition at line 71 of file ioipsl_stringop.F90.
subroutine ioipsl_stringop::gensig | ( | character(len=*) | str, |
integer | sig | ||
) |
Definition at line 168 of file ioipsl_stringop.F90.
subroutine ioipsl_stringop::nocomma | ( | character(len=*) | str | ) |
subroutine ioipsl_stringop::strlowercase | ( | character(len=*) | str | ) |
subroutine ioipsl_stringop::struppercase | ( | character(len=*) | str | ) |
Definition at line 151 of file ioipsl_stringop.F90.
integer, dimension(30) ioipsl_stringop::prime =(/1,2,3,5,7,11,13,17,19,23,29,31,37,41,43, 47,53,59,61,67,71,73,79,83,89,97,101,103,107,109/) |
Definition at line 14 of file ioipsl_stringop.F90.