<html><body><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi all</div><div><br data-mce-bogus="1"></div><div>I have just upgraded to GrADS version&nbsp;2.1.a2.oga.1 on my windows installation.</div><div><br data-mce-bogus="1"></div><div>So far I am thrilled with the new 2.1 version. Especially with the new graphics output properties. Very good work guys. Keep it up.<br></div><div><br data-mce-bogus="1"></div><div>I am however having problems with one of my scripts. All my other scripts run just fine. Only the ones where I use a maskout function &amp; plot these results as shaded gives problems. I have created a script whith applies probablistic functions using the GEFS &amp; it goes like this<br></div><div><br data-mce-bogus="1"></div><div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 1'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp1 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 2'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp2 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 3'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp3 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 4'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp4 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 5'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp5 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">...</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'set e 21'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define temp21 = const( const( maskout( ((tmp2m - 273.16) * -1), ((tmp2m - 273.16) * -1) - 0), 1), 0.0, -u)'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;"><br></div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define tempoverlap = (temp1 + temp2 + temp3 + temp4 + temp5 + ... + temp21) / 21'</div><div style="padding-left: 30px;" data-mce-style="padding-left: 30px;">'define freezeprob = 100 * tempoverlap'</div><div><br></div><div>When I plot this result in the previous version, the 2.0.xxx It runs just fine. When I try this however on the new <!--StartFragment--><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;">2.1.a2.oga.1, I get holes in my plot and the result shows values above 100% which should be impossible. Everything above 100% is not plotted in my shaded plot &amp; those patches have the same color as my background color set in grads.</span></div><div><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"></span><br></div><div><span style="orphans: 2; text-align: start; text-indent: 0px; widows: 2; background-color: rgb(255, 255, 255); float: none; display: inline !important;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">https://postimg.org/image/4wi6vajs3/</span></span></div><div><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"></span><br></div><div><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;">When I try to run the exact same script&nbsp;on the 2.0.xx version on windows the plot has no problems at all. Those patches aren't there &amp; the plot is correct.</span></div><div><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"></span><br></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;"><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">Does anybody know what might have happened? Is there a bug in the maskout functions since the <!--StartFragment--><span style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;" data-mce-style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;">2.1.a2.oga.1 on windows b</span></span></span><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">ecause I only have this issue on my probablistic maps which make heavy use of the maskout-function. I'm beginning to think there is an issue with maskout in combination with color shaded graphics output. I havent been able to test this on unix/linux so maybe this could be an issue confined to the windows release only?</span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;"></span><br></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">I'm curious what the rest of the community thinks or knows about this. Maybe somebody can point me in the right direction?</span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;"><br data-mce-bogus="1"></span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;"><br data-mce-bogus="1"></span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">Best regards</span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;"><br data-mce-bogus="1"></span></div><div><span style="font-size: 13.3333px;" data-mce-style="font-size: 13.3333px;">Dzengiz</span></div><div><br></div></div></div></body></html>