RiverWare 4.6 Release -- Phil's Bugs
Edit 5-17-2005.

   
dispos. cat. description
662
CLOSE sctWish Plot chosen SCT rows given user defined graph type
676 Later sSel Slot selector should retain previously set information.
994
Later sctWish

Enhancement: toggle display for AggSeries sim col/all col.
This is a reasonable suggestion, but not something we can do quickly now.

2224
CLOSE mSel Object Column in Slot Selector dialog cuts off Object Type
2302
CLOSE sSel When selecting data for a snapshot, second selection set is ignored.
2572

NOW
done

sct

Should display full precision when editing.

Done for:

  • SCT
  • Open Series Slot
  • Open AggSeries Slot
  • Open Table Slot
  • Open TableSeries Slot
  • Open SimMultiSlot
  • Open Scalar Slot
  • Open Periodic Slot -- Numeric Column Values AND Table Values
  • Legal Loss and Legal Lag on PassThrough Config (Gnats 3505).
  • Scenario Dialog: Min and Max entry fields.

Not done for Accounting GUI -- See new bug: 3709

  • Edit Account and Edit Account Detail
2827
CLOSE diag

Filtering by object type (in diagnostics) should allow you to select all objects in a user defined subbasin.

Note: GUS now allows the user to select objects limited to a particular SubBasin, but the result is a fully enumerated list -- not a symbolic reference to a particular SubBasin.

3072
Later AcGui Need supply selector for exchanges.
3105
NOW
done
sSel Single Slot selector should not force you to choose the only column in an AggSeries Slot
3106
CLOSE sct

The SCT does not expand the time series range of a slot when the user sets a flag on an unavailable date.

Note: THIS WAS FIXED (around 5-13-2004), but I can't close this bug record. (Gnats record is broken).

3308 CLOSE AcGui

GUI problems in accounts - values not displaying properly.

The following static function was developed to search all Account Supplies for this series data anomaly: Supply::checkLinkedSeriesValues();

3377 Later
(if ever)
sSel

The Row Label field in the single slot selector does not update when the object or slot get new names.

Note: The fact that the user can change the row label (i.e. that it doesn't necessarily represent the slot name) is a bit of an obstacle to the solution to this problem. I might fix this before the release IF that can be done without adding information to the model file. (That is, I'm thinking of adding a boolean indication of whether or not the label has been changed by the user from the original Slot name text).

3504
NOW
done
AcGui

Legal Loss is referred to as Gain Loss Coefficient under the units tab of the Account Configuration Dialog.

AccountingGUI/Accounting.vr (cvs rev 1.120).
We're deciding to go with the Label change after all.

In the Account Configuration dialog box (when editing a PassThrough Account) on the General Tab, the GUI labels for the text edit fields for the two PassThrough Account Scalar Slots where changed to the actual names of those Slots:

  • "Legal Loss" was changed to "Gain Loss Coefficient"
  • "Legal Lag" was changed to "Lag Time"
3505
NOW
done
AcGui Value not preserved when display precision is changed back and forth.
3511
Later sct SCT issues and new GUI development plea.
(A) GUI consistency
(B) Date-Time spinner -- DONE
3547
CLOSE sct SCT 2.0 slot summary statistic for min and max are incorrect
3562
CLOSE sct SCT: Export Copy broken on Solaris
3573
CLOSE gui Periodic Slot: Column delete assertion error
3589
CLOSE AcGui (3589) Error messages when exiting riverware about Accounts Manager callbacks
3624 NOW
done
AcGui (3624) Internal errors with batch job.
3669
NOW
done
Acct

When a supply is deleted, the propagated values remain and cannot be removed.

The fix is in Accounting/Account.cpp builds CVS rev 1.155. In bool Account::delete_supply (Supply*), before deleting the links to the Supply and the Supply itself, clear all timesteps of the Supply Slot using SeriesSlot::setStdValue (INVALIDVALUE, &when).

3671

NOW
done

AcGui

Supplies mgr doesn't always paint invalid supplies red.

---