<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
check out the const function in the grads documentation.<BR>
it allows you to set a specific value/set of values to a constant value, i.e., in your case, set all undefined values to zero.<BR>
'd const(htsgwsfc,0,-u)'<BR>
&nbsp;<BR>
'htsgwsfc' is ocean wave height.<BR>
this would plot the variable 'htsgwsfc', and set all areas where 'htsgwsfc' to zero, near the coast or overland.<BR>Note that this fades the value to zero near the coast, so its not extremely accurate, since the values near the coast might actually be higher than shown when using the const function. Example: an area near the coast where the closest-defined value is '3'; the "nearest neighbor" value should also&nbsp;be '3', but the const function fades to zero near the coast, so the value might be plotted as '1', '2', or near '0'&nbsp;instead<BR>
&nbsp;<BR>
hope this helps...<BR>
<BR>&gt; Date: Tue, 6 Jan 2009 14:39:09 +0100<BR>&gt; From: preuter@LABRI.FR<BR>&gt; Subject: 2nd try : Nearest defined neighbor function<BR>&gt; To: GRADSUSR@LIST.CINECA.IT<BR>&gt; <BR>&gt; Sorry for multiples, message was somehow rejected ..<BR>&gt; <BR>&gt; Dear all,<BR>&gt; <BR>&gt; I have a variable which is only defined over the sea, elsewhere there<BR>&gt; are undefined values. Is there a function in Grads that can draw me a<BR>&gt; map where at locations of undefined values, instead of leaving it<BR>&gt; blank, draws me the value of the nearest defined value of the<BR>&gt; 8-neighborhood ? I know about the existence of 'smth9', but it does<BR>&gt; not exactly what I want, since it smoothes out, and 'const', since you<BR>&gt; have to specify a default value which I don't know since it should to<BR>&gt; be determined from the nearest neighbor !<BR>&gt; <BR>&gt; Can anybody help?<BR>&gt; <BR>&gt; Thanks in advance<BR>&gt; <BR>&gt; Patrick<BR><BR><br /><hr />It’s the same Hotmail®. If by “same” you mean up to 70% faster. <a href='http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008' target='_new'>Get your account now.</a></body>
</html>