Dumps array of variable to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_variable_type), | intent(in) | :: | me(:) |
variable to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |
Dump single variable to given unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_variable_type), | intent(in) | :: | me |
variable to write into the lua file |
||
integer, | intent(in) | :: | outUnit |
unit to write to |