convert_var_name Interface

interface


Calls

interface~~convert_var_name~~CallsGraph interface~convert_var_name convert_var_name proc~convert_var_name convert_var_name interface~convert_var_name->proc~convert_var_name

Called by

interface~~convert_var_name~~CalledByGraph interface~convert_var_name convert_var_name proc~scal_schw_eff_init scal_schw_eff_init proc~scal_schw_eff_init->interface~convert_var_name proc~scal_schw_init scal_schw_init proc~scal_schw_init->interface~convert_var_name interface~scal_schw_init scal_schw_init interface~scal_schw_init->proc~scal_schw_init interface~scal_schw_eff_init scal_schw_eff_init interface~scal_schw_eff_init->proc~scal_schw_eff_init

public module function convert_var_name(var_name, mode)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: var_name

The input variable name.

integer(kind=ip), intent(in) :: mode

the mode number.

Return Value character(len=len(var_name)+5)

The return value is the converted variable name.

Description

A helper function that produces unique file names by adding the mode number to a variable name.