Re: plot T2 from 2 wrfout

From: debasish <debasish_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 08 2014 - 09:25:02 MDT

Hi Royan,

I believe diff is a two-dimensional array. In line 97 "contour_tc =
wrf_contour(a,wks,diff(0,:,:),opts)", you consider diff as a three
dimensional array and you are getting dimension error.
Just try this contour_tc = wrf_contour(a,wks,diff(:,:),opts)

with regards
-Deb

On 4/8/14 2:19 AM, fatkhuroyan - wrote:
> I try to plot T2 from differences 2 wrfout but i get error "
> fatal:Number of subscripts do not match number of dimensions of
> variable,(3) Subscripts used, (2) Subscripts expected "
> fatal:["Execute.c":7556]:Execute: Error occurred at or near line 97 in
> file plotdiff.ncl "
>
> Could someone help me, please !!
>
> --Royan
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
Debasish PaiMazumder, PhD
Postgraduate Scientist
Regional Climate Section
NCAR Earth System Laboratory
P.O. Box 3000, Boulder, CO 80307-3000
https://staff.ucar.edu/users/debasish
Tel 303 497 8228

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 08 09:25:13 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 15 2014 - 10:45:19 MDT