Hello,
I ran into some unexpected behavior for a dataset we have on our ERDDAP server.
If I set the parameters to extract data from 2019/06/01 to 2019/10/01:
The values in the variable provenance (range 800:809) after row 1e7 in the file are set to zero or near zero. The same goes for I and J. The other variables are fine.
If I switch to the time period 2019/09/15 to 2019/10/01:
The values that were set to zero previously. are now within the expected range.
In addition, I checked the source files, and there are no values outside the expected range. The values also look fine if I pull up a time series of the entire dataset as an ERDDAP graph.
Obviously, we can simply reduce the size of our data requests. But it seems like strange behavior. It is only for those three variables (provenance, I, and J). The others are fine. All the other variables are floats or doubles, and the problem variables are integers.
Is there possibly a configuration issue?
The ERDDAP Version is 2.24
Eli