Read the configuration for the Seeder harvesting from a Lua script.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_hvs_config_type), | intent(out) | :: | me | Seeder harvesting configuration to load |
||
type(treelmesh_type), | intent(out) | :: | mesh | Treelm mesh description as obtained from the user configuration. |
||
type(sdr_hvs_props_type), | intent(out) | :: | property | Properties associated with the mesh. |
||
type(tem_varSys_type), | intent(inout) | :: | varsys | A variable system, to which the further variables should be appended. |
||
type(tem_general_type), | intent(inout) | :: | general | General treelm data to load |
||
type(tem_restart_type), | intent(inout) | :: | restart | |||
type(tem_time_type), | intent(out) | :: | time |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=pathLen), | public | :: | filename | ||||
type(flu_State), | public | :: | conf | ||||
integer, | public | :: | iError |