REL: v0.9.2
This update includes fixes to better trap for missing values, updates some existing code, and adds a few new features. See the updated User Manual.
Changed
-
Code was changed in many places to better trap for missing values, particularly the missing water-surface elevations associated with a measured vertical profile file.
-
When computing goodness-of-fit statistics between measured and modeled vertical profiles, the comparison between measured and modeled points was changed such that the comparison is made on the basis of depth if the measured profiles were provided with fixed depths. If the measured profiles were provided with fixed elevations, then the comparison between measured and modeled profiles still is done by comparing data at the same elevation. For measured profiles with fixed elevations, the modeled water-surface elevation now is used if a measured water-surface elevation is missing.
Added
-
A gap tolerance was added for time-series graphs, such that date/time gaps exceeding the gap tolerance will break the line between adjacent points. When a data point has gaps exceeding the tolerance on both sides, the point is plotted with a small rectangle. The entire time series can be plotted with points rather than a line if the gap tolerance is sufficiently small, such as zero. The default gap tolerance is 2 days, and can be changed from the Graph Properties menu in the TS Data tab.
-
In the Info pop-up box for all but time-series graphs, the depth range was added to accompany the elevation range of the data or the model results.
-
W2Anim now recognizes W2 structure withdrawal output files as belonging to the "W2 Outflow CSV format" file type, and will attempt to extract parameter names when reading those files.
-
For a time-series data file that is recognized to have a CSV format, W2Anim will try to extract a list of available parameter names from a comma-delimited header line that begins with "DateTime", "Date", or "Date/Time". For this type of time-series file, the following missing values are recognized: na, NA, -99, -999, or the empty string.
-
W2Anim now recognizes and can read time-series output files from the USGS Data Grapher. Missing values for this type of time-series file are expected to be "-123456E20".