<div dir="ltr"><div>Thank you for providing your dataset. When I run the script, it does not run to completion, but rather issues this error message:</div><div><br></div><div>    (0)     contributed.ncl: month_to_season: dimension must be a multiple of 12</div><div><br></div><div>Indeed, the docs for month_to_season state the multiple of 12 requirement. If I simply truncate the input data to the nearest year:<br></div><div><br></div><div>    OLR_ANOM    = month_to_season (<span style="color:rgb(255,0,0)">OLR_anom(0:1451,:,:)</span>, season)</div><div>rather than</div><div>    OLR_ANOM    = month_to_season (OLR_anom, season)<br></div><div><br></div><div>Then I get the attached plot.</div><div><br></div><div>However, for the second panel plot, which looks like it should be a bar chart, I get these errors:</div><div><br></div><div><span style="font-family:monospace">(0)     get_bar_arrays: Fatal: The array is not monotonically increasing.<br>(0)     Cannot draw a bar chart.<br>fatal:Illegal right-hand side type for assignment<br>fatal:["Execute.c":8637]:Execute: Error occurred at or near line 503 in file /home/brownrigg/NCL/nclbuild/lib/ncarg/nclscripts/csm/gsn_csm.ncl<br><br>fatal:["Execute.c":8637]:Execute: Error occurred at or near line 6059 in file /home/brownrigg/NCL/nclbuild/lib/ncarg/nclscripts/csm/gsn_csm.ncl<br><br>fatal:["Execute.c":8637]:Execute: Error occurred at or near line 208 in file eof spatial</span><br></div><div><br></div><div>I looked at the internal get_bar_arrays() function and could not figure out the intent/requirements and why the error arises. I don't know what to suggest there...I wish I had a better answer.</div><div><br></div><div>Rick</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 9, 2020 at 7:50 AM Rahpeni Fajarianti <<a href="mailto:rahpenifajarianti@gmail.com">rahpenifajarianti@gmail.com</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>Thank you for your response Mr. Rick Brownrigg, this is my olr anomaly file <a href="https://drive.google.com/open?id=1lgzfmmadfmXUWkUT1n8DAsTbvp0oQ-Fc" target="_blank">https://drive.google.com/open?id=1lgzfmmadfmXUWkUT1n8DAsTbvp0oQ-Fc</a></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 9, 2020 at 8:56 PM Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@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>If it ran fine without errors, there should be a file named "eof.png" in whatever directory you ran the script from -- is that not the case?  If not, if you can send me a direct link to the dataset you are using, I will try it on my end.</div><div><br></div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 9, 2020 at 6:46 AM Rahpeni Fajarianti via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@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>Hello ncl user,</div><div>I am trying to plot  EOF 1 & EOF 2 like the figure i attached(<i> source :Matthew, A.J., 2000, Propagation mechanisms for the Madden-Julian Oscillation</i>) using eof_1.ncl (<a href="https://www.ncl.ucar.edu/Applications/Scripts/eof_1.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/eof_1.ncl</a>). The script was run with no issue, but there is no any plotted figure created.</div><div>Do i need more .nc file to load or else?</div><div>I also included my script. <br></div><div>Glad for any help, thank you<br></div><div><div><img src="cid:ii_k6f2mile1" alt="Screenshot from 2020-02-09 20-35-42.png" width="462" height="197"><br><br></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>
</blockquote></div>