Pro-16 shows temperature 32/32 and rain 0. NOAA and a custom parser for rain enabled and working.
I have NOAA and a custom parser that reads the CoCoRaHS rain network enabled. According to the Weather tab, NOAA gets forecast data, but everything before today seems to be set to zeros each time it refreshes. My CoCoRaHS parser gets its data, and it shows up in the Weather tab's mixer on the appropriate day.
However, there are lots of error messages in the log regarding bad data in the past from NOAA, and the CoCoRaHS data never shows up in et0Delta in the log. Here's a screenshot of the 32/32 data on March 31.

8 zones. Start time is set to 5 am, weather is enabled on all zones, weather-adaptive and adaptive frequency are enabled in the program. Program wants to water tomorrow, although we just 0.31" of rain. I don't see that water showing up anywhere in the log's calculations.
2021-04-01 20:07:31,150 - ERROR - rmUpgradeOpenWRT:38 - Can't list upgrades: ['Command returned error']
2021-04-01 20:07:31,159 - INFO - rmMainManager:239 - Upgrade checked.
2021-04-01 20:09:38,318 - INFO - noaa-parser:115 - Fetching Hourly data from https://noaa.rainmachine.com/xml/sample_products/browser_interface/ndfdXMLclient.php
2021-04-01 20:09:41,248 - INFO - noaa-parser:370 - humidity maximum relative: reject date 2021-03-31 08:00:00 as it's in the past
2021-04-01 20:09:41,315 - INFO - noaa-parser:119 - Fetching Daily data from https://noaa.rainmachine.com/xml/sample_products/browser_interface/ndfdBrowserClientByDay.php
2021-04-01 20:09:46,555 - INFO - rmMixer:123 - *** DATA IN THE PAST: 2021-03-28 00:00:00
2021-04-01 20:09:46,563 - INFO - rmMixer:124 - *** Received data: ('2021-03-28 00:00:00', temp=None/0, minTemp=None/0, maxTemp=None/0, rh=None/0, minRh=None/0, maxRh=None/0, wind=None/0, solarRad=None/0, skyCover=None/0, rain=0.51000000000000001/1, et0=None/0, pop=None/0, qpf=None/0, condition=None/0, pressure=None/0, dewPoint=None/0, userData=None, minTemp=None/0, maxTemp=None/0, minRH=None/0, maxRH=None/0, et0cal=None, et0final=None)
2021-04-01 20:09:46,585 - INFO - rmMixer:131 - *** Added Existing data: '2021-03-28 00:00:00', temp=None/0, minTemp=None/0, maxTemp=None/0, rh=None/0, minRh=None/0, maxRh=None/0, wind=None/0, solarRad=None/0, skyCover=None/0, rain=0.51000000000000001/1, et0=None/0, pop=None/0, qpf=None/0, condition=15/1, pressure=None/0, dewPoint=None/0, userData=None, minTemp=None/0, maxTemp=None/0, minRH=None/0, maxRH=None/0, et0cal=None, et0final=None
2021-04-01 20:09:46,599 - INFO - rmMixer:132 - *** All available Data: [('2021-03-28 00:00:00', temp=None/0, minTemp=None/0, maxTemp=None/0, rh=None/0, minRh=None/0, maxRh=None/0, wind=None/0, solarRad=None/0, skyCover=None/0, rain=0.51000000000000001/1, et0=None/0, pop=None/0, qpf=None/0, condition=None/0, pressure=None/0, dewPoint=None/0, userData=None, minTemp=None/0, maxTemp=None/0, minRH=None/0, maxRH=None/0, et0cal=None, et0final=None), ('2021-03-28 00:00:00', temp=None/0, minTemp=None/0, maxTemp=None/0, rh=None/0, minRh=None/0, maxRh=None/0, wind=None/0, solarRad=None/0, skyCover=None/0, rain=0.51000000000000001/1, et0=None/0, pop=None/0, qpf=None/0, condition=15/1, pressure=None/0, dewPoint=None/0, userData=None, minTemp=None/0, maxTemp=None/0, minRH=None/0, maxRH=None/0, et0cal=None, et0final=None)]
2021-04-01 20:09:46,731 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-22 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,768 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-18 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,787 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-29 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,807 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-12 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,827 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-19 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,847 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-30 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,867 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-13 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,887 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-20 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,948 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-31 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,968 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-14 00:00:00 missing min/max temperatures.
2021-04-01 20:09:46,988 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-21 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,008 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-04 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,045 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-05 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,065 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-24 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,078 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-28 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,105 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-23 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,142 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-06 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,178 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-07 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,200 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-01 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,220 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-25 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,257 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-08 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,304 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-11 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,323 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-15 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,343 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-26 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,363 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-02 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,383 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-09 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,403 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-16 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,439 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-27 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,459 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-10 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,479 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-03 00:00:00 missing min/max temperatures.
2021-04-01 20:09:47,500 - INFO - rmMixer:251 - Cannot compute ET0 for 2021-03-17 00:00:00 missing min/max temperatures.
2021-04-01 20:09:50,522 - INFO - rmSimulator:614 - * Correction: Zone 2 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,542 - INFO - rmSimulator:614 - * Correction: Zone 3 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,562 - INFO - rmSimulator:614 - * Correction: Zone 4 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,588 - INFO - rmSimulator:614 - * Correction: Zone 5 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,616 - INFO - rmSimulator:614 - * Correction: Zone 6 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,638 - INFO - rmSimulator:614 - * Correction: Zone 7 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,660 - INFO - rmSimulator:614 - * Correction: Zone 8 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:50,681 - INFO - rmSimulator:614 - * Correction: Zone 9 et0Delta=0.08, qpfDelta=0.00, rain=None, realPrecip=0.51, qpfUsedLimited=0.51
2021-04-01 20:09:51,957 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=60.0 waterNeeded=10.9788598969 minRuntime=1305
2021-04-01 20:09:53,880 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=925.10131246 waterNeeded=3.3236276418 minRuntime=1305
2021-04-01 20:09:53,898 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=3: AW to next day tmachine=719.557898801 waterNeeded=3.3236276418 minRuntime=1014
2021-04-01 20:09:53,918 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=4: AW to next day tmachine=790.047749312 waterNeeded=3.3236276418 minRuntime=1114
2021-04-01 20:09:53,937 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=5: AW to next day tmachine=704.274701124 waterNeeded=3.3236276418 minRuntime=994
2021-04-01 20:09:53,957 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=6: AW to next day tmachine=925.10131246 waterNeeded=3.3236276418 minRuntime=1305
2021-04-01 20:09:53,977 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=7: AW to next day tmachine=1045.18357992 waterNeeded=3.3236276418 minRuntime=1474
2021-04-01 20:09:53,997 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=8: AW to next day tmachine=770.709825721 waterNeeded=3.3236276418 minRuntime=1087
2021-04-01 20:09:54,016 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=9: AW to next day tmachine=578.266295786 waterNeeded=3.3236276418 minRuntime=815
2021-04-01 20:09:55,668 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=60.0 waterNeeded=11.5532276418 minRuntime=1305
2021-04-01 20:09:58,839 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=60.0 waterNeeded=11.7505420271 minRuntime=1305
2021-04-01 20:10:00,915 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=1060.93217201 waterNeeded=3.81162954313 minRuntime=1305
2021-04-01 20:10:00,933 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=3: AW to next day tmachine=825.209211336 waterNeeded=3.81162954313 minRuntime=1014
2021-04-01 20:10:00,953 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=4: AW to next day tmachine=906.048952022 waterNeeded=3.81162954313 minRuntime=1114
2021-04-01 20:10:00,973 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=5: AW to next day tmachine=807.682010922 waterNeeded=3.81162954313 minRuntime=994
2021-04-01 20:10:00,992 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=6: AW to next day tmachine=1060.93217201 waterNeeded=3.81162954313 minRuntime=1305
2021-04-01 20:10:01,012 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=7: AW to next day tmachine=1198.64588955 waterNeeded=3.81162954313 minRuntime=1474
2021-04-01 20:10:01,032 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=8: AW to next day tmachine=883.871678028 waterNeeded=3.81162954313 minRuntime=1087
2021-04-01 20:10:01,052 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=9: AW to next day tmachine=663.172031997 waterNeeded=3.81162954313 minRuntime=815
2021-04-01 20:10:02,400 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=60.0 waterNeeded=12.0412295431 minRuntime=1305
2021-04-01 20:10:05,645 - INFO - rmSimulator:657 - minRuntime Restriction pid=1, zid=2: AW to next day tmachine=60.0 waterNeeded=12.1717047938 minRuntime=1305
2021-04-01 20:10:12,578 - ERROR - rmUpgradeOpenWRT:38 - Can't list upgrades: ['Command returned error']
2021-04-01 20:10:12,588 - INFO - rmMainManager:239 - Upgrade checked.
---------------------------- PROGRAM SIMULATION LOG -----------------------------
2021-04-01 20:09:48,724 - INFO - rmSimulator:254 - Skipping old day 1614574800 < 1617249600 from simulation.
2021-04-01 20:09:48,729 - INFO - rmSimulator:254 - Skipping old day 1614574800 < 1617249600 from simulation.
2021-04-01 20:09:48,734 - INFO - rmSimulator:254 - Skipping old day 1614661200 < 1617249600 from simulation.
2021-04-01 20:09:48,738 - INFO - rmSimulator:254 - Skipping old day 1614661200 < 1617249600 from simulation.
2021-04-01 20:09:48,743 - INFO - rmSimulator:254 - Skipping old day 1614747600 < 1617249600 from simulation.
2021-04-01 20:09:48,749 - INFO - rmSimulator:254 - Skipping old day 1614747600 < 1617249600 from simulation.
2021-04-01 20:09:48,755 - INFO - rmSimulator:254 - Skipping old day 1614834000 < 1617249600 from simulation.
2021-04-01 20:09:48,759 - INFO - rmSimulator:254 - Skipping old day 1614834000 < 1617249600 from simulation.
2021-04-01 20:09:48,765 - INFO - rmSimulator:254 - Skipping old day 1614920400 < 1617249600 from simulation.
2021-04-01 20:09:48,769 - INFO - rmSimulator:254 - Skipping old day 1614920400 < 1617249600 from simulation.
2021-04-01 20:09:48,774 - INFO - rmSimulator:254 - Skipping old day 1615006800 < 1617249600 from simulation.
2021-04-01 20:09:48,780 - INFO - rmSimulator:254 - Skipping old day 1615006800 < 1617249600 from simulation.
2021-04-01 20:09:48,785 - INFO - rmSimulator:254 - Skipping old day 1615093200 < 1617249600 from simulation.
2021-04-01 20:09:48,789 - INFO - rmSimulator:254 - Skipping old day 1615093200 < 1617249600 from simulation.
2021-04-01 20:09:48,794 - INFO - rmSimulator:254 - Skipping old day 1615179600 < 1617249600 from simulation.
2021-04-01 20:09:48,798 - INFO - rmSimulator:254 - Skipping old day 1615179600 < 1617249600 from simulation.
2021-04-01 20:09:48,803 - INFO - rmSimulator:254 - Skipping old day 1615266000 < 1617249600 from simulation.
2021-04-01 20:09:48,808 - INFO - rmSimulator:254 - Skipping old day 1615266000 < 1617249600 from simulation.
2021-04-01 20:09:48,813 - INFO - rmSimulator:254 - Skipping old day 1615352400 < 1617249600 from simulation.
2021-04-01 20:09:48,818 - INFO - rmSimulator:254 - Skipping old day 1615352400 < 1617249600 from simulation.
2021-04-01 20:09:48,823 - INFO - rmSimulator:254 - Skipping old day 1615438800 < 1617249600 from simulation.
2021-04-01 20:09:48,838 - INFO - rmSimulator:254 - Skipping old day 1615438800 < 1617249600 from simulation.
2021-04-01 20:09:48,843 - INFO - rmSimulator:254 - Skipping old day 1615525200 < 1617249600 from simulation.
2021-04-01 20:09:48,857 - INFO - rmSimulator:254 - Skipping old day 1615525200 < 1617249600 from simulation.
2021-04-01 20:09:48,862 - INFO - rmSimulator:254 - Skipping old day 1615611600 < 1617249600 from simulation.
2021-04-01 20:09:48,882 - INFO - rmSimulator:254 - Skipping old day 1615611600 < 1617249600 from simulation.
2021-04-01 20:09:48,896 - INFO - rmSimulator:254 - Skipping old day 1615698000 < 1617249600 from simulation.
2021-04-01 20:09:48,900 - INFO - rmSimulator:254 - Skipping old day 1615698000 < 1617249600 from simulation.
2021-04-01 20:09:48,913 - INFO - rmSimulator:254 - Skipping old day 1615780800 < 1617249600 from simulation.
2021-04-01 20:09:48,917 - INFO - rmSimulator:254 - Skipping old day 1615780800 < 1617249600 from simulation.
2021-04-01 20:09:48,927 - INFO - rmSimulator:254 - Skipping old day 1615867200 < 1617249600 from simulation.
2021-04-01 20:09:48,931 - INFO - rmSimulator:254 - Skipping old day 1615867200 < 1617249600 from simulation.
2021-04-01 20:09:48,946 - INFO - rmSimulator:254 - Skipping old day 1615953600 < 1617249600 from simulation.
2021-04-01 20:09:48,950 - INFO - rmSimulator:254 - Skipping old day 1615953600 < 1617249600 from simulation.
2021-04-01 20:09:48,959 - INFO - rmSimulator:254 - Skipping old day 1616040000 < 1617249600 from simulation.
2021-04-01 20:09:48,964 - INFO - rmSimulator:254 - Skipping old day 1616040000 < 1617249600 from simulation.
2021-04-01 20:09:48,979 - INFO - rmSimulator:254 - Skipping old day 1616126400 < 1617249600 from simulation.
2021-04-01 20:09:48,983 - INFO - rmSimulator:254 - Skipping old day 1616126400 < 1617249600 from simulation.
2021-04-01 20:09:48,993 - INFO - rmSimulator:254 - Skipping old day 1616212800 < 1617249600 from simulation.
2021-04-01 20:09:48,998 - INFO - rmSimulator:254 - Skipping old day 1616212800 < 1617249600 from simulation.
2021-04-01 20:09:49,003 - INFO - rmSimulator:254 - Skipping old day 1616299200 < 1617249600 from simulation.
2021-04-01 20:09:49,007 - INFO - rmSimulator:254 - Skipping old day 1616299200 < 1617249600 from simulation.
2021-04-01 20:09:49,012 - INFO - rmSimulator:254 - Skipping old day 1616385600 < 1617249600 from simulation.
2021-04-01 20:09:49,016 - INFO - rmSimulator:254 - Skipping old day 1616385600 < 1617249600 from simulation.
2021-04-01 20:09:49,030 - INFO - rmSimulator:254 - Skipping old day 1616472000 < 1617249600 from simulation.
2021-04-01 20:09:49,037 - INFO - rmSimulator:254 - Skipping old day 1616472000 < 1617249600 from simulation.
2021-04-01 20:09:49,045 - INFO - rmSimulator:254 - Skipping old day 1616558400 < 1617249600 from simulation.
2021-04-01 20:09:49,050 - INFO - rmSimulator:254 - Skipping old day 1616558400 < 1617249600 from simulation.
2021-04-01 20:09:49,056 - INFO - rmSimulator:254 - Skipping old day 1616644800 < 1617249600 from simulation.
2021-04-01 20:09:49,068 - INFO - rmSimulator:254 - Skipping old day 1616644800 < 1617249600 from simulation.
2021-04-01 20:09:49,082 - INFO - rmSimulator:254 - Skipping old day 1616731200 < 1617249600 from simulation.
2021-04-01 20:09:49,097 - INFO - rmSimulator:254 - Skipping old day 1616731200 < 1617249600 from simulation.
2021-04-01 20:09:49,118 - INFO - rmSimulator:254 - Skipping old day 1616817600 < 1617249600 from simulation.
2021-04-01 20:09:49,122 - INFO - rmSimulator:254 - Skipping old day 1616817600 < 1617249600 from simulation.
2021-04-01 20:09:49,131 - INFO - rmSimulator:254 - Skipping old day 1616904000 < 1617249600 from simulation.
2021-04-01 20:09:49,146 - INFO - rmSimulator:254 - Skipping old day 1616904000 < 1617249600 from simulation.
2021-04-01 20:09:49,151 - INFO - rmSimulator:254 - Skipping old day 1616990400 < 1617249600 from simulation.
2021-04-01 20:09:49,165 - INFO - rmSimulator:254 - Skipping old day 1616990400 < 1617249600 from simulation.
2021-04-01 20:09:49,170 - INFO - rmSimulator:254 - Skipping old day 1617076800 < 1617249600 from simulation.
2021-04-01 20:09:49,179 - INFO - rmSimulator:254 - Skipping old day 1617076800 < 1617249600 from simulation.
2021-04-01 20:09:49,194 - INFO - rmSimulator:254 - Skipping old day 1617163200 < 1617249600 from simulation.
2021-04-01 20:09:49,198 - INFO - rmSimulator:254 - Skipping old day 1617163200 < 1617249600 from simulation.
2021-04-01 20:09:49,921 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:50,702 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=False, ignoreInternetWeather=False, day=2021-04-02 00:00:00)
- pastStart=2021-04-01 00:00:00, futureEnd=2021-04-03 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.51, qpfUsed=0.51, qpfEst=0.00, historyQpf=0.00, et0Real=3.54, et0Used=3.46, et0Est=3.44, historyEt0=3.44
- et0Avg=6.51 detailsReal=[et0(m)=3.54, qpf(m)=0.51], detailsHistory=[et0(m)=3.44, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -3.91 0.00 3.44 2.75 0.06 100.00 6.72 16.46 0.80 99 1631.30
3 -3.91 0.00 3.44 2.75 0.06 100.00 6.72 16.44 0.80 99 1268.85
4 -2.15 0.00 3.44 2.75 0.06 84.71 4.96 14.00 0.80 99 1393.15
5 -2.15 0.00 3.44 2.75 0.06 84.71 4.96 16.44 0.80 99 1241.90
6 -3.91 0.00 3.44 2.75 0.06 100.00 6.72 16.44 0.80 99 1631.30
7 -3.91 0.00 3.44 2.75 0.06 100.00 6.72 20.09 0.80 99 1843.05
8 -2.15 0.00 3.44 2.75 0.06 84.71 4.96 17.05 0.80 99 1359.05
9 -3.91 0.00 3.44 2.75 0.06 100.00 6.72 16.44 0.80 99 1019.70
2021-04-01 20:09:51,430 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:52,002 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=True, ignoreInternetWeather=0, day=2021-04-02 00:00:00)
- pastStart=2021-04-01 00:00:00, futureEnd=2021-04-03 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.51, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=3.54, et0Used=None, et0Est=3.44, historyEt0=3.44
- et0Avg=6.51 detailsReal=[et0(m)=3.54, qpf(m)=0.51], detailsHistory=[et0(m)=3.44, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -8.23 -10.98 3.44 2.75 0.00 0.00 10.98 16.46 0.80 99 60.00
2021-04-01 20:09:53,270 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:54,026 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=False, ignoreInternetWeather=False, day=2021-04-03 00:00:00)
- pastStart=2021-04-02 00:00:00, futureEnd=2021-04-04 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=3.44, et0Used=None, et0Est=4.15, historyEt0=4.15
- et0Avg=6.51 detailsReal=[et0(m)=3.44, qpf(m)=0.00], detailsHistory=[et0(m)=4.15, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 16.46 0.80 99 1631.30
3 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 16.44 0.80 99 1268.85
4 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 14.00 0.80 99 1393.15
5 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 16.44 0.80 99 1241.90
6 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 16.44 0.80 99 1631.30
7 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 20.09 0.80 99 1843.05
8 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 17.05 0.80 99 1359.05
9 0.00 -3.32 4.15 3.32 0.00 0.00 3.32 16.44 0.80 99 1019.70
2021-04-01 20:09:54,783 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:55,678 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=True, ignoreInternetWeather=0, day=2021-04-03 00:00:00)
- pastStart=2021-04-02 00:00:00, futureEnd=2021-04-04 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=3.44, et0Used=None, et0Est=4.15, historyEt0=4.15
- et0Avg=6.51 detailsReal=[et0(m)=3.44, qpf(m)=0.00], detailsHistory=[et0(m)=4.15, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -8.23 -11.55 4.15 3.32 0.00 0.00 11.55 16.46 0.80 99 60.00
2021-04-01 20:09:56,704 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:57,758 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=False, ignoreInternetWeather=False, day=2021-04-04 00:00:00)
- pastStart=2021-04-03 00:00:00, futureEnd=2021-04-05 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=4.15, et0Used=None, et0Est=4.40, historyEt0=4.40
- et0Avg=6.51 detailsReal=[et0(m)=4.15, qpf(m)=0.00], detailsHistory=[et0(m)=4.40, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 16.46 0.80 99 1631.30
3 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 16.44 0.80 99 1268.85
4 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 14.00 0.80 99 1393.15
5 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 16.44 0.80 99 1241.90
6 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 16.44 0.80 99 1631.30
7 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 20.09 0.80 99 1843.05
8 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 17.05 0.80 99 1359.05
9 -3.32 0.00 4.40 3.52 0.00 100.00 6.84 16.44 0.80 99 1019.70
2021-04-01 20:09:58,297 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:09:58,849 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=True, ignoreInternetWeather=0, day=2021-04-04 00:00:00)
- pastStart=2021-04-03 00:00:00, futureEnd=2021-04-05 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=4.15, et0Used=None, et0Est=4.40, historyEt0=4.40
- et0Avg=6.51 detailsReal=[et0(m)=4.15, qpf(m)=0.00], detailsHistory=[et0(m)=4.40, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -8.23 -11.75 4.40 3.52 0.00 0.00 11.75 16.46 0.80 99 60.00
2021-04-01 20:10:00,059 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:10:01,062 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=False, ignoreInternetWeather=False, day=2021-04-05 00:00:00)
- pastStart=2021-04-04 00:00:00, futureEnd=2021-04-06 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=4.40, et0Used=None, et0Est=4.76, historyEt0=4.76
- et0Avg=6.51 detailsReal=[et0(m)=4.40, qpf(m)=0.00], detailsHistory=[et0(m)=4.76, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 16.46 0.80 99 1631.30
3 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 16.44 0.80 99 1268.85
4 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 14.00 0.80 99 1393.15
5 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 16.44 0.80 99 1241.90
6 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 16.44 0.80 99 1631.30
7 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 20.09 0.80 99 1843.05
8 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 17.05 0.80 99 1359.05
9 0.00 -3.81 4.76 3.81 0.00 0.00 3.81 16.44 0.80 99 1019.70
2021-04-01 20:10:01,683 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:10:02,416 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=True, ignoreInternetWeather=0, day=2021-04-05 00:00:00)
- pastStart=2021-04-04 00:00:00, futureEnd=2021-04-06 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=4.40, et0Used=None, et0Est=4.76, historyEt0=4.76
- et0Avg=6.51 detailsReal=[et0(m)=4.40, qpf(m)=0.00], detailsHistory=[et0(m)=4.76, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -8.23 -12.04 4.76 3.81 0.00 0.00 12.04 16.46 0.80 99 60.00
2021-04-01 20:10:03,543 - INFO - rmSimulator:395 - Correction for the past enabled. Program 1 will try to use AW from main db first.
2021-04-01 20:10:04,328 - INFO - rmSimulator:545 -
* Program Coefficients (pid=1, fake=False, ignoreInternetWeather=False, day=2021-04-06 00:00:00)
- pastStart=2021-04-05 00:00:00, futureEnd=2021-04-07 00:00:00, pastMultiplier=1, futureMultiplier=1
- qpfReal=0.00, qpfUsed=None, qpfEst=0.00, historyQpf=0.00, et0Real=4.76, et0Used=None, et0Est=4.93, historyEt0=4.93
- et0Avg=6.51 detailsReal=[et0(m)=4.76, qpf(i)=None], detailsHistory=[et0(m)=4.93, qpf(i)=None]
zone lastAW newAW chEt0 waterFF corrPast water% waterNeeded fielCap cropCoef zoneType userDuration
2 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 16.46 0.80 99 1631.30
3 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 16.44 0.80 99 1268.85
4 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 14.00 0.80 99 1393.15
5 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 16.44 0.80 99 1241.90
6 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 16.44 0.80 99 1631.30
7 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 20.09 0.80 99 1843.05
8 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 17.05 0.80 99 1359.05
9 -3.81 0.00 4.93 3.94 0.00 100.00 7.75 16.44 0.80 99 1019.70
Please sign in to leave a comment.



Comments
1 comment