[ncl-talk] process valid range

Dennis Shea shea at ucar.edu
Tue Sep 11 07:54:20 MDT 2018


.and. ===> .or.

data = where(data_raw.gt.data_hdf4 at valid_range(0) *.or.*
data_raw.lt.data_hdf4 at valid_range(1) ,data_raw, data_hdf4 at _FillValue)



On Tue, Sep 11, 2018 at 1:34 AM, Elham Ghasemifar <
elham.ghasemifar at modares.ac.ir> wrote:

> dear colleges
>
> anyone can help me how i can change valid range, i tried more but NCL got
> me error ,
>
>
>
> ; Process valid_range. Fill value and missing value will be handled by
> this
>
> ; since they are outside of range values.
>
> data = where(data_raw.gt.data_hdf4 at valid_range(0) .and.
> data_raw.lt.data_hdf4 at valid_range(1) ,data_raw, data_hdf4 at _FillValue)
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180911/881bb8d4/attachment.html>


More information about the ncl-talk mailing list