Load variables, parent scheme and conditions defined in lua file. This routine serves as a wrapper and calls the single routine which loads the various arguments
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_depend_type), | intent(inout), | allocatable | :: | me(:) | list of depend types to be filled |
|
type(flu_state), | intent(in) | :: | conf | lua state to read from |
||
integer, | intent(in) | :: | parent | parent table identifier |
||
character(len=*), | intent(in) | :: | label | label to identify depend type |
||
logical, | intent(in), | optional | :: | requireCond | if true? load condition table for each variable |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDep | ||||
integer, | private | :: | nDeps | ||||
integer, | private | :: | dep_handle | ||||
integer, | private | :: | dep_sub_handle |