Laserfiche WebLink
TSTool Documentation <br />Introduction - 6 <br />Input Type Category Description <br />NWSRFS_FS5Files Binary file <br />database <br />NWSRFS binary FS5Files preprocessor and <br />processed database. <br />RiverWare Single file University of Colorado Cent er for Advanced Decision <br />Support for Water and Environmental Systems <br />(CADSWES) RiverWare model data format. <br />SHEF Single file Standard Hydrologic Exchange Format, a common <br />data format used by United States government <br />agencies. Only limited support is prov ided. <br />StateCU Single file State of Colorado consumptive use model time series <br />input and output file formats. <br />StateCUB Binary file <br />database <br />State of Colorado consumptive use model binary <br />output file. <br />StateMod Single file State of Colorado StateMod model time series input <br />and output file format s . <br />StateModB Binary file <br />database <br />State of Colorado StateMod model output binary file. <br />USGS NWIS Rdb Single file USGS NWIS RDB format files. <br />WaterML Single file WaterML format file. <br /> <br />An example of a time series i dentifier for a monthly streamflow time series in HydroBase is: <br /> <br />09010500.USGS.Streamflow.Month~HydroBase <br /> <br />The same time series for a USGS NWIS daily streamflow file might be identified using: <br /> <br /> 09010500.USGS.Streamflow.Month~UsgsNwisRdb ~C:\temp \09010500.t xt <br /> <br />In th ese example s , the optional scenario (fifth part) and sequence number are not used. TSID string s can <br />be saved in a command file or time series product description file to indicate the time series to process . <br />The TSID with input information allows TSTool to determine how to access the time series and is useful <br />for managing time series. The TSTool GUI typically handles creation of all time series identifiers; <br />howe ver, command files can be edited with a text editor . The path to files can be absolut e or relative to <br />the command file. The latter is recommended to improve portability of files between computers. <br /> <br />TSTool only shows the input type and input name parts of the identifier when editing read commands. <br />There are cases where two time series ide ntifiers will be the same except for the input type and name. In <br />these cases, an alias should be assigned when reading the time series and the alias used in later commands <br />(see the next section). <br /> <br />2.3 Using Time Series Alias es <br /> <br />Because time series identif iers are somewhat cumbersome to work with, TSTool allows a time series alias <br />to be used instead. For example, the following command illustrates how a HydroBase time series can be <br />read and associated with an alias: <br /> <br /> ReadTimeSeries(Alias=”09010500”,TSI D=”09010500.USGS.Streamflow.Month~HydroBase”) <br /> <br />The following older syntax was phased out in TSTool version 10.00.00, and is automatically converted to <br />the above syntax when a command file is read: <br />18