<div dir="ltr">Thank you so much!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 3, 2020 at 7:12 PM Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>There are several <b>wrong</b> assignments. For example, the following is not correct.</div><div><br></div><div>total= new((/5,21488/),typeof(bc),bc@_FillValue)     <br></div><div>[SNIP]<br></div><div>total!0       = "lat"<br>total!1       = "lon"</div><div>======</div><div>The following dimension names would be more appropriate for the 'total' variable. There are 5 (=ncol) variables. <br></div><div><br></div><div>N = <b>dimsizes</b>(lat1)</div><div>total= <b>new</b>((/ncol,N/),<b>typeof</b>(bc),bc@_FillValue)  <br></div><div><div>total!0       = "variable"     ; 0->longitude, 1->latitude,  2->NO,  3->NO2,  4->BC<br>total!1       = "value"</div><div>=======</div><div>The attached is a modification of the following example.</div><div><br></div><div>See:   <a href="http://www.ncl.ucar.edu/Applications/station.shtml" target="_blank"><b>http://www.ncl.ucar.edu/Applications/station.shtml</b></a></div><div><b>          </b>Example 1</div><div><br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 3, 2020 at 11:22 AM Anahita Amiri Farahani via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello all,<br><div><br></div><div>I tried to read and plot the csv data, but I faced some errors. I've attached both data and the code.</div><div><br></div><div>Thank you,</div><div>ana</div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>