Precipitation question
Posted: Tue Nov 15, 2011 2:57 am
Tell me if I am reasoning correctly here.
For precipitation, we know that enablePrecip 0 is off, enablePrecip 1 is rain and enablePrecip 2 is snow. I would reason that there are two binary values here, one for rain and one for snow. So 00 is off, 01 is rain and 10 is snow. 11 should turn on rain and snow. Therefore enablePrecip 3 should be a wintry mix of rain and snow. Values higher than 3 would invoke a third binary value which would have unknown effects.
For precipitation, we know that enablePrecip 0 is off, enablePrecip 1 is rain and enablePrecip 2 is snow. I would reason that there are two binary values here, one for rain and one for snow. So 00 is off, 01 is rain and 10 is snow. 11 should turn on rain and snow. Therefore enablePrecip 3 should be a wintry mix of rain and snow. Values higher than 3 would invoke a third binary value which would have unknown effects.