get_enum_code Subroutine

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

Uses

  • proc~~get_enum_code~~UsesGraph proc~get_enum_code get_enum_code module~radiation_io~2 radiation_io proc~get_enum_code->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~~CallsGraph proc~get_enum_code get_enum_code proc~radiation_abort radiation_abort proc~get_enum_code->proc~radiation_abort

Called by

proc~~get_enum_code~~CalledByGraph proc~get_enum_code get_enum_code proc~read_config_from_namelist read_config_from_namelist proc~read_config_from_namelist->proc~get_enum_code

Contents