[ncl-talk] WRF and Surface Data Not Lining Up

Rick Brownrigg brownrig at ucar.edu
Tue Aug 20 20:22:57 MDT 2019


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.

In the meantime, you have this code that generates the plot you're getting:

;  Create scatter plot
   wks = gsn_open_wks("pdf", "Brighton_Test")
   res = True
   res at tiMainString = "Brighton Weekly Scater"
   res at gsnMaximize         = True
   res at xyMarkLineModes     = (/"Markers","Lines"/)
   res at xyMarkers           = 16
   res at xyMarkerColor       = "red"
   res at xyMarkerSizeF       = 0.005
   res at xyDashPatterns      = 1
   res at xyLineThicknesses   = (/1,2/)
   res at tiXAxisString = "Snotel (mm)"
   res at tiYAxisString = "WRF (mm)"
   plot1 = gsn_csm_xy(wks,prec_wk_cum,wrf_prec_wks_cum,res)

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.

I hope that helps...
Rick

On Tue, Aug 20, 2019 at 4:56 PM Zach Rieck <zrr817 at gmail.com> wrote:

> 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
>
> -Zach Rieck
> zrr817 at gmail.com
> (513)-502-5652
>
>
> On Mon, Aug 19, 2019 at 9:59 PM Rick Brownrigg <brownrig at ucar.edu> wrote:
>
>> Hi Zach,
>>
>> 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:
>>
>>     http://ncl.ucar.edu/ftp_files.shtml
>>
>> Rick
>>
>>
>>
>> On Mon, Aug 19, 2019 at 6:44 PM Zach Rieck via ncl-talk <
>> ncl-talk at ucar.edu> wrote:
>>
>>> To Whom it May Concern-
>>>
>>> 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.
>>>
>>> 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.
>>>
>>> Thanks in advance for the help, and please let me know if I can
>>> clarify/explain anything better.
>>> -Zach Rieck
>>> zrr817 at gmail.com
>>> (513)-502-5652
>>>
>>>
>>> On Fri, Aug 16, 2019 at 10:04 PM Zach Rieck <zrr817 at gmail.com> wrote:
>>>
>>>> To Whom it May Concern-
>>>>
>>>> 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.
>>>>
>>>> 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.
>>>>
>>>> Thanks in advance for the help, and please let me know if I can
>>>> clarify/explain anything better.
>>>>
>>>> -Zach Rieck
>>>> zrr817 at gmail.com
>>>> (513)-502-5652
>>>>
>>> _______________________________________________
>>> ncl-talk mailing list
>>> ncl-talk at ucar.edu
>>> List instructions, subscriber options, unsubscribe:
>>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190820/9f245833/attachment.html>


More information about the ncl-talk mailing list