get_enum_code Subroutine

public subroutine get_enum_code(str, enum_str, var_name, icode)

Uses

  • proc~~get_enum_code~2~~UsesGraph proc~get_enum_code~2 get_enum_code module~radiation_io~2 radiation_io proc~get_enum_code~2->module~radiation_io~2 module~yomlun_ifsaux YOMLUN_IFSAUX module~radiation_io~2->module~yomlun_ifsaux module~parkind1~2 PARKIND1 module~yomlun_ifsaux->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str
character(len=*), intent(in) :: enum_str(0:)
character(len=*), intent(in) :: var_name
integer, intent(out) :: icode

Calls

proc~~get_enum_code~2~~CallsGraph proc~get_enum_code~2 get_enum_code proc~radiation_abort radiation_abort proc~get_enum_code~2->proc~radiation_abort

Called by

proc~~get_enum_code~2~~CalledByGraph proc~get_enum_code~2 get_enum_code proc~read_config_from_namelist~5 read_config_from_namelist proc~read_config_from_namelist~5->proc~get_enum_code~2

Contents