mus_load_IBM_single Subroutine

private subroutine mus_load_IBM_single(me, conf, sub_handle)

Load a single IBM table from the config file.

Arguments

Type IntentOptional Attributes Name
type(mus_IBM_type), intent(inout) :: me

datatype to store the surface information

type(flu_State), intent(in) :: conf

handle of the lua config file

integer, intent(in) :: sub_handle

handle for the surfaceData table


Calls

proc~~mus_load_ibm_single~~CallsGraph proc~mus_load_ibm_single mus_load_IBM_single aot_get_val aot_get_val proc~mus_load_ibm_single->aot_get_val tem_abort tem_abort proc~mus_load_ibm_single->tem_abort tem_load_spacetime tem_load_spacetime proc~mus_load_ibm_single->tem_load_spacetime tem_load_surfData tem_load_surfData proc~mus_load_ibm_single->tem_load_surfData

Called by

proc~~mus_load_ibm_single~~CalledByGraph proc~mus_load_ibm_single mus_load_IBM_single proc~mus_load_ibm mus_load_IBM proc~mus_load_ibm->proc~mus_load_ibm_single proc~mus_load_geom mus_load_geom proc~mus_load_geom->proc~mus_load_ibm proc~mus_load_config mus_load_config proc~mus_load_config->proc~mus_load_geom program~musubi musubi program~musubi->proc~mus_load_config