read_config Subroutine

public subroutine read_config(simbox, atc, fn)

Read from CONFIG file

Arguments

Type IntentOptional AttributesName
type(smbx_t), intent(out) :: simbox
type(atmcfg_t), intent(out) :: atc
character(len=*), intent(in) :: fn

Calls

proc~~read_config~~CallsGraph proc~read_config read_config proc~str_startswith str_startswith proc~read_config->proc~str_startswith proc~readline readline proc~read_config->proc~readline proc~str_to_i str_to_i proc~read_config->proc~str_to_i proc~str_split str_split proc~read_config->proc~str_split proc~str_strip_comment str_strip_comment proc~readline->proc~str_strip_comment proc~str_is_comment str_is_comment proc~readline->proc~str_is_comment proc~str_compact str_compact proc~str_split->proc~str_compact

Called by

proc~~read_config~~CalledByGraph proc~read_config read_config proc~run run proc~run->proc~read_config program~main main program~main->proc~run

Contents

None