Single Time Series
Posted: Wed Jan 18, 2017 10:16 am
Hello,
I am having some trouble with a precipitation file. I have several :MultiData time series and one (single) :Data timeseries. While using only the :MultiData time series the model works fine and interpolation works. Including my single data time series the model produces the following error:
Exiting Gracefully: CGauge::Initialize: No precipitation time series found
Error Type: Bad input data
It seems to be read correctly however according to this:
reading line 19: End Gauge
reading line 21: Gauge Information Begin
reading line 22: Gauge latitude
reading line 23: Gauge longitude
reading line 24: Gauge elevation
reading line 25: Redirect to file: KLIM_LWF_48.rvt
reading line 1: Time Series Data: PRECIP
reading line 26: End Gauge
reading line 28: Gauge Information Begin
Same error when I want to use just the single data series.
This is what the File looks like and how it is called:
:Data PRECIP
1970-01-01 00:00:00 1.0 16801
1.1
4
[...]
0
0
:EndData
:Gauge LWF48 pt
:Latitude 50.980
:Longitude 12.414
:Elevation 1000
:RedirectToFile KLIM_LWF_48.rvt
:EndGauge
Is there a problem in how I defined the file or am I missing something else?
Thank you for your help!
I am having some trouble with a precipitation file. I have several :MultiData time series and one (single) :Data timeseries. While using only the :MultiData time series the model works fine and interpolation works. Including my single data time series the model produces the following error:
Exiting Gracefully: CGauge::Initialize: No precipitation time series found
Error Type: Bad input data
It seems to be read correctly however according to this:
reading line 19: End Gauge
reading line 21: Gauge Information Begin
reading line 22: Gauge latitude
reading line 23: Gauge longitude
reading line 24: Gauge elevation
reading line 25: Redirect to file: KLIM_LWF_48.rvt
reading line 1: Time Series Data: PRECIP
reading line 26: End Gauge
reading line 28: Gauge Information Begin
Same error when I want to use just the single data series.
This is what the File looks like and how it is called:
:Data PRECIP
1970-01-01 00:00:00 1.0 16801
1.1
4
[...]
0
0
:EndData
:Gauge LWF48 pt
:Latitude 50.980
:Longitude 12.414
:Elevation 1000
:RedirectToFile KLIM_LWF_48.rvt
:EndGauge
Is there a problem in how I defined the file or am I missing something else?
Thank you for your help!