load varSys from lua file. Required for harvester to load varSys from tracking or restart header file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(out) | :: | me | varSys to read from the Lua script(conf) and fill |
||
type(flu_state) | :: | conf | Lua handle connected to the script to read the table from |
|||
integer, | intent(in), | optional | :: | parent | A parent table handle in which to look the current variable up |
|
character(len=*), | intent(in), | optional | :: | key | load varsys from this key |
|
logical, | intent(in), | optional | :: | openTable |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | syshandle | ||||
integer, | public | :: | varhandle | ||||
integer, | public | :: | varsubhandle | ||||
integer, | public | :: | iVar | ||||
integer, | public | :: | nVars | ||||
integer, | public | :: | pos | ||||
type(tem_varSys_op_type), | public | :: | method | ||||
character(len=labelLen), | public | :: | varname | ||||
integer, | public | :: | iError | ||||
integer, | public, | allocatable | :: | vError(:) | |||
character(len=LabelLen), | public | :: | local_key | ||||
logical, | public | :: | openTable_loc |