<div dir="ltr"><div dir="ltr"><div style="font-size:12.8px">Alright, I have two primary questions, and if the answers are yes to both, the follow-up makes no sense to me.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">1.) weasdsfc is water equivalent based in mm, correct?</div><div style="font-size:12.8px">2.) weasdsfc has no &quot;default&quot; liquid:water ratio, correct? A meteorology friend of mine said &#39;typically&#39; 10:1 is a good standard, so I&#39;m unsure if the model is based around that or not?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I&#39;m fairly certain I&#39;m correct on #1. I&#39;m unsure on the other 2 though, but here&#39;s my current situation. If I use the expression below:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">&#39;d const((sum(maskout(weasdsfc-weasdsfc(t-1),weasdsfc-weasdsfc(t-1)),t=2,t=&#39;%i%&#39;)/2.54), 0, -u)&#39; <br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I get an identical looking map as another well known sites 10:1 snow accum, in inchs. The confusion part of that equation should be converting (/2.54) IN to MM, no?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">Now, if on the other hand I do the (if I&#39;m understanding this right) &quot;correct&quot; calculation to convert mm to in:</span><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">&#39;d const((sum(maskout(weasdsfc-</span><span style="font-size:12.8px">weasdsfc(t-1),weasdsfc-</span><span style="font-size:12.8px">weasdsfc(t-1)),t=2,t=&#39;%i%&#39;)*0.</span><span style="font-size:12.8px">039370), 0, -u)&#39;</span><br></div><div style="font-size:12.8px"><br></div>I get very, very, very little snow plotted.<div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><span style="font-size:12.8px">Now, I am using the sflux files instead of the pgrb2.0p25 files, which I thought the flux files maybe used different units or something but they don&#39;t, weasdsfc is still [</span><span style="font-size:12.8px;color:rgb(0,0,0);white-space:pre-wrap">kg/m^2] which should mean (unless my expression is more of a hack than I would have imagine) I should be getting the opposite outputs of what each expression is actually producing?</span><br></div><div style="font-size:12.8px"><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(0,0,0);white-space:pre-wrap">I don&#39;t know if I&#39;m missing a parenthesis group somewhere and I&#39;m somehow getting an inches, 10:1 snow accum plot with my code by &quot;accident&quot; or what? :-/</span></div></div>
</div>