[ncl-talk] Extracting upper level wrf variables with ncl
Dennis Shea
shea at ucar.edu
Mon Jan 23 09:05:40 MST 2017
I don't think ncl-talk can answer based on your email. It is suggested
that you use print and/or printVarSummary prior to line 90.
Prior to line 90 you have:
varT = new( (/40,dims(1),dims(2)/), typeof(p0))
printVarSummary(varT) ; make sure this is what you think it should be
[SNIP]
You have printVarSummary(tc_plane)
print(itimes)
varT(itimes,:,:) = tc_plane
Do dimension sizes match?
On Mon, Jan 23, 2017 at 1:21 AM, afwande juliet <afwandej965 at gmail.com>
wrote:
> Dear all
> I am extracting upper levels winds(ua and va), RH, temp and vertical
> velocity(wa) at 850mb, 500mb and 200mb levels using ncl script. I have
> reduced the timestep to avoid the memory problems. However I cant
> understand why I get subscript error out of range. Could it be the way I
> write the longitude and latitude .Attached is the script
>
>
> fatal:Subscript out of range, error in subscript #0
> fatal:["Execute.c":8575]:Execute: Error occurred at or near line 90 in
> file z850hPaPlots.ncl
>
>
> _______________________________________________
> 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/20170123/978ed7cf/attachment.html
More information about the ncl-talk
mailing list