num2str Interface

public interface num2str

Called by

interface~~num2str~~CalledByGraph interface~num2str num2str proc~traclmdz traclmdz proc~traclmdz->interface~num2str proc~dynetat0 dynetat0 proc~dynetat0->interface~num2str proc~traclmdz~2 traclmdz proc~traclmdz~2->interface~num2str proc~check_isotopes check_isotopes proc~check_isotopes->interface~num2str proc~init_infotrac~2 init_infotrac proc~init_infotrac~2->interface~num2str proc~indexupdate indexUpdate proc~init_infotrac~2->proc~indexupdate proc~readtracersfiles readTracersFiles proc~init_infotrac~2->proc~readtracersfiles proc~indexupdate->interface~num2str proc~init_infotrac init_infotrac proc~init_infotrac->interface~num2str proc~init_infotrac->proc~indexupdate proc~init_infotrac->proc~readtracersfiles proc~init_infotrac_phy init_infotrac_phy proc~init_infotrac_phy->interface~num2str proc~init_infotrac_phy->proc~indexupdate proc~init_infotrac_phy->proc~readtracersfiles proc~init_infotrac_phy~2 init_infotrac_phy proc~init_infotrac_phy~2->interface~num2str proc~init_infotrac_phy~2->proc~indexupdate proc~init_infotrac_phy~2->proc~readtracersfiles proc~integrd_loc integrd_loc proc~integrd_loc->interface~num2str proc~integrd_loc->proc~check_isotopes proc~qminimum_loc qminimum_loc proc~integrd_loc->proc~qminimum_loc proc~phytrac phytrac proc~phytrac->interface~num2str proc~phytrac->proc~traclmdz proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->interface~num2str proc~leapfrog_loc->proc~check_isotopes proc~leapfrog_loc->proc~integrd_loc proc~caladvtrac_loc caladvtrac_loc proc~leapfrog_loc->proc~caladvtrac_loc proc~dynetat0_loc dynetat0_loc proc~dynetat0_loc->interface~num2str proc~dispnamelist dispNamelist proc~dispnamelist->interface~num2str proc~check_isotopes_seq check_isotopes_seq proc~check_isotopes_seq->interface~num2str proc~phytrac~2 phytrac proc~phytrac~2->interface~num2str proc~phytrac~2->proc~traclmdz proc~readtracersfiles->proc~indexupdate proc~vlspltgen_loc vlspltgen_loc proc~vlspltgen_loc->proc~check_isotopes proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~init_infotrac proc~iniphysiq iniphysiq proc~old_lmdz1d->proc~iniphysiq proc~physiq physiq proc~old_lmdz1d->proc~physiq proc~iniphysiq->proc~init_infotrac_phy proc~iniphysiq~3 iniphysiq proc~iniphysiq~3->proc~init_infotrac_phy proc~iniphysiq~2 iniphysiq proc~iniphysiq~2->proc~init_infotrac_phy proc~advtrac advtrac proc~advtrac->proc~check_isotopes_seq proc~iniacademic iniacademic proc~iniacademic->proc~check_isotopes_seq program~gcm~2 gcm program~gcm~2->proc~dynetat0 program~gcm~2->proc~init_infotrac program~gcm~2->proc~iniphysiq program~gcm~2->proc~iniacademic proc~leapfrog leapfrog program~gcm~2->proc~leapfrog program~ce0l ce0l program~ce0l->proc~init_infotrac program~ce0l->proc~iniphysiq proc~scm scm proc~scm->proc~init_infotrac proc~scm->proc~iniphysiq proc~scm->proc~physiq proc~qminimum qminimum proc~qminimum->proc~check_isotopes_seq proc~leapfrog->proc~check_isotopes_seq proc~caladvtrac caladvtrac proc~leapfrog->proc~caladvtrac proc~integrd integrd proc~leapfrog->proc~integrd proc~calfis calfis proc~leapfrog->proc~calfis program~gcm gcm program~gcm->proc~init_infotrac program~gcm->proc~leapfrog_loc program~gcm->proc~dynetat0_loc program~gcm->proc~iniphysiq proc~iniacademic_loc iniacademic_loc program~gcm->proc~iniacademic_loc proc~physiq->proc~phytrac proc~physiq~2 physiq proc~physiq~2->proc~phytrac proc~iniacademic_loc->proc~check_isotopes proc~qminimum_loc->proc~check_isotopes proc~advtrac_loc advtrac_loc proc~advtrac_loc->proc~vlspltgen_loc proc~advtrac_loc->proc~qminimum_loc program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~caladvtrac->proc~advtrac proc~caladvtrac->proc~qminimum proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~integrd->proc~qminimum proc~caladvtrac_loc->proc~advtrac_loc proc~calfis->proc~call_physiq

Contents


Module Procedures

privateelemental function bool2str(b) result(out)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: b

Return Value character(len=maxlen)

privateelemental function int2str(i, nDigits) result(out)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
integer, intent(in), optional :: nDigits

Return Value character(len=maxlen)

privateelemental function real2str(r, fmt) result(out)

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(in) :: r
character(len=*), intent(in), optional :: fmt

Return Value character(len=maxlen)

privateelemental function dble2str(d, fmt) result(out)

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(in) :: d
character(len=*), intent(in), optional :: fmt

Return Value character(len=maxlen)