Take series name from FrData structure when reading from GWF
This PR fixes a bug where TimeSeries
read from GWF would be returned with an empty name
attribute, because the FrVect
structure is not required to have that populated.
The fix is to take the name from the FrAdcData
(or similar) structure, which is the canonical location for that string anyway.
cc: @alurban