Creates a variable map. Therefore it looks for the variables stored in varname in the varSys. If found, the name and the corresponding position in the varSys is added to the resultung varMap.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | varName(:) | array of variable labels |
||
type(tem_varSys_type), | intent(in) | :: | varSys | variable system to look for varName |
||
type(tem_varMap_type), | intent(out) | :: | varMap | Contains position of varname in given varSys |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | varPos | ||||
integer, | public | :: | iVar |