[ncl-talk] error: wgt_areaave_Wrap undefined

Dennis Shea shea at ucar.edu
Wed Sep 17 06:31:01 MDT 2014


All _Wrap functions are in contributed.ncl

Prior to 6.2.0, this libary must be explicitly loaded

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl
<https://www.ncl.ucar.edu/Document/Functions/Contributed/contrib.shtml>"



On Tue, Sep 16, 2014 at 10:38 PM, Ipshita Majhi <ipmajhi at alaska.edu> wrote:

> Dear All,
> I am trying to create an northern hemisphere area average for each time
> step. I am getting the above mentioned error. It will be great if you could
> guide me. Thank you in advance
>
>
> ;Want area average for northern hemisphere
>
> a=addfile("~/Documents/Snow_cover_IMS/NCL_codes/sce_mon_meean_B.nc","r")
>
> sce_mon=a->B
>
> sce_area_mon=wgt_areaave_Wrap(t(:,{0:90},{-180:180}),1.0,1.0, 0)
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> 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/20140917/c6f35aba/attachment.html 


More information about the ncl-talk mailing list