<div dir="ltr">I can try reuploading too and see if it goes through. That's correct that my y has 2 values. That is to accommodate plotting the regression line, stored in the y-values so that it is plotted. That's how I saw it was done in the examples online, but if you think another approach would be better for what I have I'm open to it.<div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 20, 2019 at 8:28 PM Rick Brownrigg <<a href="mailto:brownrig@ucar.edu">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>Ummmm...I'm getting "corrupt file" messages out of ncl/ncl_filedump, and if you say the file is about 3gb, all I got was a 1.6GB download from the FTP site, which makes me suspect we filled up the file system and the upload was incomplete :-(   I don't have direct access to clearing that up, so it may take some time.</div><div><br></div><div>In the meantime, you have this code that generates the plot you're getting:</div><div><br></div><div>;  Create scatter plot<br>   wks = gsn_open_wks("pdf", "Brighton_Test")<br>   res = True<br>   res@tiMainString = "Brighton Weekly Scater"<br>   res@gsnMaximize         = True<br>   res@xyMarkLineModes     = (/"Markers","Lines"/)<br>   res@xyMarkers           = 16<br>   res@xyMarkerColor       = "red"<br>   res@xyMarkerSizeF       = 0.005<br>   res@xyDashPatterns      = 1<br>   res@xyLineThicknesses   = (/1,2/)<br>   res@tiXAxisString = "Snotel (mm)"<br>   res@tiYAxisString = "WRF (mm)"<br>   plot1 = gsn_csm_xy(wks,prec_wk_cum,wrf_prec_wks_cum,res)</div><div><br></div><div>The plot you want has one Y value per X value, and the plot you are getting has multiple Y values per X value. You might take a hard look at the dimensionality of the variables "prec_wk_cum" and "wrf_prec_wks_cum" (printVarSummary) to see if you can reconcile what's going on. <br></div><div><br></div><div>I hope that helps...</div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 20, 2019 at 4:56 PM Zach Rieck <<a href="mailto:zrr817@gmail.com" target="_blank">zrr817@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">Looks like the file should have gone through. The file is called wrf2d_d01_CTRL_PREC_ACC_NC_200010-200012.nc and is about 3 gb<div><br></div><div><div><div dir="ltr" class="gmail-m_6892944209396858365gmail-m_3535321906465517024gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 19, 2019 at 9:59 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>Hi Zach,</div><div><br></div><div>For me personally, its kinda hard to understand what the issue is without: i) seeing a plot of what's wrong, ii) seeing what's expected, iii) access to the data. Are you able to share any of those details?  If the dataset(s) is(are) large, please take a look at:</div><div><br></div><div>    <a href="http://ncl.ucar.edu/ftp_files.shtml" target="_blank">http://ncl.ucar.edu/ftp_files.shtml</a><br></div><div><br></div><div>Rick<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 19, 2019 at 6:44 PM Zach Rieck 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">To Whom it May Concern-<div><br></div><div>I have an issue where I am able to generate reasonable line plots and box plots with my code, but I can't seem to get the exact time values to line up well when I try to set up a correlation scatterplot between the two models. I can query any value for the surface data and verify it on the excel sheet, and I am using indices for the WRF to choose my dates.</div><div><br></div><div>I'm not sure why the totals aren't matching up, and need them to in order to generate a reasonable scatterplot correlation. I have attached my code in case I am making some sort of mistake I can't find.</div><div><br></div><div>Thanks in advance for the help, and please let me know if I can clarify/explain anything better.</div><div><div dir="ltr" class="gmail-m_6892944209396858365gmail-m_3535321906465517024gmail-m_6404039051719506113gmail-m_2380867111854725363gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 16, 2019 at 10:04 PM Zach Rieck <<a href="mailto:zrr817@gmail.com" target="_blank">zrr817@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">To Whom it May Concern-<div><br></div><div>I have an issue where I am able to generate reasonable line plots and box plots with my code, but I can't seem to get the exact time values to line up well when I try to set up a correlation scatterplot between the two models. I can query any value for the surface data and verify it on the excel sheet, and I am using indices for the WRF to choose my dates.</div><div><br></div><div>I'm not sure why the totals aren't matching up, and need them to in order to generate a reasonable scatterplot correlation. I have attached my code in case I am making some sort of mistake I can't find.</div><div><br></div><div>Thanks in advance for the help, and please let me know if I can clarify/explain anything better.</div><div><br clear="all"><div><div dir="ltr" class="gmail-m_6892944209396858365gmail-m_3535321906465517024gmail-m_6404039051719506113gmail-m_2380867111854725363gmail-m_7874004635486984498gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div></div></div>
</blockquote></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>
</blockquote></div>