Monthly Precipitation Command File
<br />setOutputPeriod(01/1950,12/2004)
<br /># Holyoke regressed with Wray 2 E
<br />4082 .NOAA.Precip.Month~HydroBase
<br />9243.NOAA.Precip.Month~HydroBase
<br />fillRegression (4082.NOAA.Precip.Month,9243.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />free(TSID="9243.NOAA.Precip.Month")
<br /># Bonny Dam 2 NE regressed with Burlington 4 S
<br />0834.NOAA.Precip.Month~HydroBase
<br />1121.NOAA.Precip.Month~HydroBase
<br />fillRegression (0834.NOAA.Precip.Month,1121.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br /># Stratton regressed with Burlington 4 S
<br />8008.NOAA.Precip.Month~HydroBase
<br />fillRegression (8008.NOAA.Precip.Month,1121.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br /># Cheyenne Wells regressed with Burlington 4 S - used intercept of 0 to prevent negative precip
<br />1564.NOAA.Precip.Month~HydroBase
<br />fillRegression (1564.NOAA.Precip.Month,1121.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004,Intercept=0)
<br />free(TSID="1121.NOAA.Precip.Month")
<br /># Bonny Dam, Stratton, and Holyoke will be double regressed with Cheyenne Wells
<br />fillRegression (0834.NOAA.Precip.Month,1564.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />fillRegression (8008.NOAA.Precip.Month,1564.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />fillRegression (4082.NOAA.Precip.Month,1564.NOAA.Precip.Month,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />sortTimeSeriesO
<br />writeStateMod(TSList=AllTS,OutputFile="..AStateCU\Repclim 08-25-OS.prc")
<br />Monthly Temperature Command File
<br />setOutputPeriod(01/1950,12/2004)
<br />
<br /># Holyoke first regressed with Leroy 5 WSW and then double regressed with Wray 2 E
<br />4082 .NOAA.TempMean.Month~HydroBase
<br />4945.NOAA.TempMean.Month~HydroBase
<br />fillRegression(4082.NOAA.TempMean.Month,4945.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />free(TSID="4945.NOAA.TempMean.Month")
<br />9243.NOAA.TempMean.Month~HydroBase
<br />fillRegression(4082.NOAA.TempMean.Month,9243.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />free(TSID="9243.NOAA.TempMean.Month")
<br />
<br /># Bonny Dam 2 NE regressed with Burlington 4 S
<br />0834.NOAA.TempMean.Month~HydroBase
<br />1121.NOAA.TempMean.Month~HydroBase
<br />fillRegression(0834.NOAA.TempMean.Month,1121.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />
<br /># Stratton regressed with Burlington 4 S
<br />8008.NOAA.TempMean.Month~HydroBase
<br />fillRegression(8008.NOAA.TempMean.Month,1121.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />
<br /># Cheyenne Wells regressed with Burlington 4 S
<br />1564.NOAA.TempMean.Month~HydroBase
<br />fillRegression(1564.NOAA.TempMean.Month,1121.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />free(TSID="1121.NOAA.TempMean.Month")
<br />
<br /># Bonny Dam, Stratton, and Cheyenne Wells will be double regressed with Holyoke
<br />fillRegression(0834.NOAA.TempMean.Month,4082.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />fillRegression(8008.NOAA.TempMean.Month,4082.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />fillRegression(1564.NOAA.TempMean.Month,4082.NOAA.TempMean.Month,MonthlyEquations,Linear ,*,12/2004,01/1950,12/2004)
<br />sortTimeSeriesO
<br />writeStateMod(TSList=AllTS,OutputFile="..AStateCU\Repclim 08-25-OS.tem")
<br />Daily Minimum Temperature Command File
<br />setOutputPeriod(01/01/1950,12/31/2004)
<br /># Holyoke first regressed with Leroy 5 WSW and then double regressed with Wray 2 E
<br />4082.NOAA.TempMin.Day~HydroBase
<br />4945.NOAA.TempMin.Day~HydroBase
<br />fillRegression (4082.NOAA.TempMin.Day,4945.NOAA.TempMin.Day,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />free(TSID="4945.NOAA.TempMin.Day")
<br />9243.NOAA.TempMin.Day~HydroBase
<br />fillRegression (4082.NOAA.TempMin.Day,9243.NOAA.TempMin.Day,MonthlyEquations,Linear,*,12/2004,01/1950,12/2004)
<br />free(TSID="9243.NOAA.TempMin.Day")
<br /># Bonny Dam 2 NE regressed with Burlington 4 S
<br />0834.NOAA.TempMin.Day~HydroBase
<br />Task 76 8 2.doc B-12
<br />
|