Laserfiche WebLink
Quality Control TSTool Documentation <br /> <br />StartLog(LogFile="VerifyTSTool.TSTool.log") <br /># This command file verifies the TSTool functionality by recreating a released <br /># StateMod/StateCU data set. The general process is as follows: <br /># 1) Copy the entire original data set to this folder (e.g., do manually). <br /># 2) Commands below will remove output files from product and StateMod/StateCU <br /># folders. This is done in case regeneration stops - don't want any confusion <br /># with original output and what should be created here. <br /># 3) Commands below will run the command files used to generate the model files. <br /># 4) Commands below will use CompareFile() commands to compare results. Comment <br /># lines are ignored so only data differences (processing output) will be <br /># flagged. <br /># If run interactively from TSTool, indicators will show where results are <br /># different. Differences must then be evaluated to determine if input data, <br /># process, or software have changed. Differences may be valid. <br /># <br />############################################################################## <br /># Diversions <br />############################################################################## <br />RemoveFile(InputFile="colorado_1_2007\Diversions\514634.stm") <br />RunCommands(InputFile="colorado_1_2007\Diversions\514634.stm.commands.TSTool") <br />CompareFiles(InputFile1="colorado_1_2007\Diversions\514634.stm", <br /> InputFile2="..\colorado_1_2007\Diversions\514634.stm",WarnIfDifferent=True) <br /># <br />RemoveFile(InputFile="colorado_1_2007\Diversions\954699.stm") <br />RunCommands(InputFile="colorado_1_2007\Diversions\954699.commands.TSTool") <br />CompareFiles(InputFile1="colorado_1_2007\Diversions\954699.stm", <br /> InputFile2="..\colorado_1_2007\Diversions\954699.stm",WarnIfDifferent=True) <br /># <br />RemoveFile(InputFile="colorado_1_2007\Diversions\Fraser.stm") <br />RunCommands(InputFile="colorado_1_2007\Diversions\Fraser.commands.TSTool") <br />CompareFiles(InputFile1="colorado_1_2007\Diversions\Fraser.stm", <br /> InputFile2="..\colorado_1_2007\Diversions\Fraser.stm",WarnIfDifferent=True) <br /># <br />############################################################################## <br />############################################################################## <br /># instream <br />############################################################################## <br />############################################################################## <br /># <br />RemoveFile(InputFile="colorado_1_2007\statemod\cm2005.ifm") <br />RunCommands(InputFile="colorado_1_2007\instream\ifm.commands.tstool") <br />CompareFiles(InputFile1="colorado_1_2007\statemod\cm2005.ifm", <br /> InputFile2="..\colorado_1_2007\statemod\cm2005.ifm",WarnIfDifferent=True) <br /># <br />############################################################################## <br /># reservoirs <br />############################################################################## <br /># <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\363543-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\364512-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\503668-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\513709-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\514620-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\723844-add.stm") <br />RemoveFile(InputFile="colorado_1_2007\reservoirs\838713-add.stm") <br />RunCommands(InputFile="colorado_1_2007\reservoirs\res.stm.commands.tstool") <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\363543- <br />add.stm",InputFile2="..\colorado_1_2007\reservoirs\363543.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\364512-add.stm", <br /> InputFile2="..\colorado_1_2007\reservoirs\364512-add.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\503668-add.stm", <br /> InputFile2="..\colorado_1_2007\reservoirs\503668-add.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\513709-add.stm", <br /> InputFile2="..\colorado_1_2007\reservoirs\513709-add.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\514620-add.stm", <br /> InputFile2="..\colorado_1_2007\reservoirs\514620-add.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\723844-add.stm", <br /> InputFile2="..\colorado_1_2007\reservoirs\723844-add.stm",WarnIfDifferent=True) <br /># CompareFiles(InputFile1="colorado_1_2007\reservoirs\838713-add.stm", <br />Quality Control - 10 126