[ncl-talk] Rainfall variability

Dennis Shea shea at ucar.edu
Fri Apr 5 10:11:26 MDT 2019


You must be more specific. This question is very vague.

  prc   = *addfile*(...)    ;  (time,lat,lon)  or (lat,lon)
  latS
  latN
  lonW
  lonE

  opt = True
  opt at PrintStat = True
  stat_prc = *stat_dispersion*
<http://www.ncl.ucar.edu/Document/Functions/Contributed/stat_dispersion.shtml>(prc({latS:latN},{lonW:lonE},
opt )   ; (lat,lon)

or

  stat_prc = *stat_dispersion*(prc(:,{latS:latN},{lonW:lonE}, opt )
; (time,lat,lon)


On Fri, Apr 5, 2019 at 6:40 AM Soma Roy <somaroy892 at gmail.com> wrote:

> Hello,
> Is there any funtion available in NCL to calculate rainfall variability
> over spatial domain?
>
> Thanking you,
> Soma
> _______________________________________________
> 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/20190405/92ebe1a5/attachment.html>


More information about the ncl-talk mailing list