OpenCDSS / cdss-lib-processor-ts-java

Colorado's Decision Support Systems (CDSS) time series processor library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

FillMixedStation - output table empty for monthly equations #184

Open smalers opened 1 year ago

smalers commented 1 year ago

From Page Weil:

I am using TSTool 14.3.0 and am having an issue with FillMixedStation()

I attached a minimal example here, but basically, when I try to use the Mixed Station Model and report statistics, I get a blank table that does not show the details of any of the relationships.

I created a second table that stores the output that reports the independent variable used to fill each timestep, but it only shows the gageID and none of the other details of the relationships.

Any idea how to fix this? How do I get the regression info into either of these tables?

MSM.StatsExample.commands.tstool.txt

smalers commented 1 year ago

I ran tests and equations are output. However, Page said the issue may be with monthly equations.

I don't have a test that outputs a table for monthly equations. The output code does process monthly equations but it looks like the table does not have a month column. This is old code so it would take me a few hours to go through it.

smalers commented 1 year ago

Brian at the CWCB says it is OK to work on this on maintenance. I'll look at it when I have time.