Appendices

Original Slot Text Annotations (Series Notes) Documentation

SCT Custom Slot/Timestep Cell Colors Documentation

Sample UserFlagSet and SlotUserFlagMap in SCT Config serialization

User Flag XML in Flex/Bison-parsed SCT grammar. [RiverWare 7.0]
Related Images (http://cadswes2.colorado.edu/~philw/2017/SCT/CustCellColors/).

USER_FLAG_SET XML-UFLAG-SET-BEG
<UserFlagSet>
<UserFlagDef bgEna="1" fgEna="1" fgColor="#000000" label="E-Mergen-C" bgColor="#ff8074"/>
<UserFlagDef bgEna="1" fgEna="0" fgColor="#000000" label="Potato" bgColor="#aaaa7f"/>
</UserFlagSet>
XML-UFLAG-SET-END SLOT_USER_FLAG_MAP XML-UFLAG-MAP-BEG
<SlotUserFlagMap slotRecCnt="2">
<UserFlagSlotRecord slotName="Mead.Inflow" cellCnt="2" slotCol="-1" slotRecInx="0">
<UFS-Cell flag="Potato" dt="11-01-1993 00:00:00"/>
<UFS-Cell flag="Potato" dt="12-01-1993 00:00:00"/>
</UserFlagSlotRecord>
<UserFlagSlotRecord slotName="Mead.Outflow" cellCnt="2" slotCol="-1" slotRecInx="1">
<UFS-Cell flag="Potato" dt="11-01-1993 00:00:00"/>
<UFS-Cell flag="Potato" dt="12-01-1993 00:00:00"/>
<ThresholdSpec valType="N" threshInx="0" intervalName="Normal">
<NumValue unitType="Flow" scale="1" unit="acre-feet/month" val="800000"/>
</ThresholdSpec>
<ThresholdSpec valType="N" threshInx="1" intervalName="Oops" flag="E-Mergen-C">
<NumValue unitType="Flow" scale="1" unit="acre-feet/month" val="0"/>
</ThresholdSpec>
</UserFlagSlotRecord>
</SlotUserFlagMap>
XML-UFLAG-MAP-END