I'm still learning ForecastBuilder, so forgive me if I'm covering old ground. I'm using the TopDown method with no ProbIcePresent. At a given point, I have the following numbers:
T: 33F
Td: 30F
MaxTwAloft: 0.6C
I ran it with the default temperature range (34 - 37) for precip type on Step 4, and I get the following Pot grids:
PotRain: 100
PotSnow: 94
PotFreezingRain: 26
PotSleet: 4
Wx: Def RmSm SChc ZRm
I confused. If I look at the graph of Precip Type vs MaxTwAloft, it clearly shows a 0% chance of Rain until the MaxTwAloft reaches +2.3C. So why is there a non-zero PotRain and PotFreezingRain? If I'm reading the graph right, for a MaxTwAloft of +0.6C, I should have a near 100% PotSnow (which I have) and a low but non-zero PotSleet (which I also have).
What am I missing?
Ron