Literal Arrays

From: Nicolas Ledru <ledru_at_nyahnyahspammersnyahnyah>
Date: Thu Jul 14 2011 - 13:06:34 MDT

Hello,
I'm using the 6.0.0 version of NCL on my Mac. I was trying to plot
different sets of data together on the same graph, but I get an error
that says "fatal:_NclBuildArray: each element of a literal array must
have the same dimension sizes, at least one item doesn't"
The code looks like this:
> x= (/mvdc1,mvdc2,mvdc3,mvdc4/)
> y= (/qc1,qc2,qc3,qc4/)
> plot= gsn_csm_xy (wks,x,y,res)
Each variable was defined before, and each pair of mvdc and qc have the
same amount of elements (mvdc1 and qc1, etc.) Is there a way to plot all
four pairs together, even though they won't all have the same amount of
elements?

Thanks,
Nick

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jul 14 13:06:39 2011

This archive was generated by hypermail 2.1.8 : Mon Jul 18 2011 - 15:57:58 MDT