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

TypeIntentOptionalAttributesName
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 interface~aot_get_val aot_get_val proc~mus_load_ibm_single->interface~aot_get_val proc~tem_load_surfdata tem_load_surfData proc~mus_load_ibm_single->proc~tem_load_surfdata proc~tem_abort tem_abort proc~mus_load_ibm_single->proc~tem_abort interface~tem_load_spacetime tem_load_spacetime proc~mus_load_ibm_single->interface~tem_load_spacetime

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

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iError