Routine load musubi source terms for given key. key is glob_source or source
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_source_type), | intent(out) | :: | me | Source variable type to initialize |
||
type(tem_possible_variable_type), | intent(in) | :: | possVars | possible source variables |
||
type(flu_State) | :: | conf | flu state |
|||
integer, | intent(in), | optional | :: | parent | parent handle if scheme table is defined |
|
character(len=*), | intent(in) | :: | key | key to load source term |
||
type(tem_varSys_type), | intent(inout) | :: | varSys | Global variable system |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iSrc | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | srchandle | ||||
character(len=labelLen), | private | :: | varname_order |