<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>dear colleges</p>
<p>anyone can help me how i can change valid range, i tried more but NCL got me error ,</p>
<p></p>
<div>
<p style="margin-bottom: 0in; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0in; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0in; line-height: 100%">; Process valid_range. Fill value and missing value will be handled by this
</p>
<p style="margin-bottom: 0in; line-height: 100%">; since they are outside of range values.
</p>
<p style="margin-bottom: 0in; line-height: 100%">data = where(data_raw.gt.data_hdf4@valid_range(0) .and. data_raw.lt.data_hdf4@valid_range(1) ,data_raw, data_hdf4@_FillValue)
</p>
<p style="margin-bottom: 0in; line-height: 100%"><br>
</p>
</div>
<br>
<p></p>
</div>
</body>
</html>