<div dir="ltr">Thanks a lot, Its working fine.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 21, 2017 at 11:32 AM, Dennis Shea <span dir="ltr"><<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The following is pointing to where the error is occurring<br><div><span class=""><br>atal:syntax error: line 25 in file try_wind.ncl before or near , <br>  contour = wrf_contour((a[0],<br>-----------------------------^<br><br>fatal:syntax error: line 29 in file try_wind.ncl before or near , <br>  plot = wrf_map_overlays((a[0],<br></span>-----------------------------^<br>======<br>Theses should be;<br><br>contour = wrf_contour(a[0],...<br><br></div><div> plot = wrf_map_overlays((a[0],...<br><br>======<br></div><div>Also<span class=""><br><br>tt  = dim_avg_Wrap(t2(south_north|:,<wbr>west_east|:, Time|:) )  <br><br></span></div><div>should be replaced by the more efficient<br><br>tt  = dim_avg_n_Wrap(t2(, 0 )  <br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 20, 2017 at 10:52 PM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thanks a lot Mary for reciprocating. Actually I wanted to do average for all time, for that purpose I did concatenated. As per you suggestion, I did call all the files at a time and then did average over all time steps (for time being here, temperature parameter, once get rectified will try on winds) using ncl function dim_avg_Wrap. after that when I go for contouring, It gives me error as below. It gave me error as<br><br><em class="m_-236664351703122994m_-5465098933784160719gmail-quotelev2">fatal:Argument type mismatch on argument (0) of (wrf_contour) can
</em><em class="m_-236664351703122994m_-5465098933784160719gmail-quotelev2">not coerce.<br><br></em>Then from one of your earlier answer to above issue, I<span class="m_-236664351703122994m_-5465098933784160719gmail-quotelev2"> did change like instead of taking multiple
file a, I give as a[0</span><span class="m_-236664351703122994m_-5465098933784160719gmail-quotelev2">]</span>. Now facing follow issue<br><br><br>fatal:syntax error: line 25 in file try_wind.ncl before or near , <br>  contour = wrf_contour((a[0],<br>-----------------------------^<br><br>fatal:syntax error: line 29 in file try_wind.ncl before or near , <br>  plot = wrf_map_overlays((a[0],<br>------------------------------<wbr>-^<br><br></div>Below is the script <br><div><br>  wrf_files = systemfunc("ls /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_<wbr>data/3rd_domain/wrfout_d03_<wbr>2014-08-13*")<span><br>  a = addfiles(wrf_files,"r")<br>  t2    = wrf_user_getvar(a,"T2",-1)    <wbr>  <br></span>  tt  = dim_avg_Wrap(t2(south_north|:,<wbr>west_east|:, Time|:) )    <br>  wks = gsn_open_wks("png","try")     <wbr>  <br>  res = True                          <wbr>     <br>  contour = wrf_contour((a[0],wks,tt,res)<br>  pltres = True                          <wbr>   <br>  mpres = True                          <wbr>    <br>  plot = wrf_map_overlays((a[0],wks,(/c<wbr>ontour/),pltres,mpres)  <br><br><br></div></div><div class="m_-236664351703122994HOEnZb"><div class="m_-236664351703122994h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 21, 2017 at 4:14 AM, Mary Haley <span dir="ltr"><<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">The ball was dropped on this question, because we thought somebody else was handling it.  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You have numerous errors in your script, which indicates to us that you are not checking your error messages closely. Please make an effort to clean up these errors before sending your scripts and data to us.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For example, this error is telling you exactly which line the error occurs on, and what the issue is:</div><span><div class="gmail_default" style="font-size:small"><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_default"><div class="gmail_default"><i>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 50 in file wind_climatology_850hpa_all_fi<wbr>les.ncl</i></div></div><div class="gmail_default"><div class="gmail_default"><i>fatal:Dimension size mismatch, dimension (0) of left hand side reference does not have the same size as the right hand side reference after subscripting.</i></div></div></blockquote><div class="gmail_default" style="font-size:small"><br></div></span><div class="gmail_default" style="font-size:small">If you don't understand an error, then look at our "Common error messages" page:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Document/Language/error_messages.shtml" target="_blank">http://www.ncl.ucar.edu/Docume<wbr>nt/Language/error_messages.sht<wbr>ml<br></a></div><div class="gmail_default"><br></div><div class="gmail_default">The above error is explained on this page. Here's the exact link:</div><div class="gmail_default"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Document/Language/error_messages.shtml#DimsMismatch" target="_blank">http://www.ncl.ucar.edu/Docume<wbr>nt/Language/error_messages.sht<wbr>ml#DimsMismatch<br></a></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Document/Language/error_messages.shtml#DimsMismatch" target="_blank"><br></a></div><div class="gmail_default">However, I think the real issue may be that you are trying to use wrf_user_intrp3d on non WRF files. You mentioned using ncrcat to create the new files and I have a feeling these new files do not conform to the WRF output file standards required by the wrf_xxx functions. </div><div class="gmail_default"><br></div><div class="gmail_default">I don't understand why you needed to concatenate the files first. You should be able to use "addfiles" to read in a series of WRF output files directly. For example, let's say you have several WRF output files each with one time step:</div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default">wrfout_d01_2008-09-28_00:30:00</div><div class="gmail_default">wrfout_d01_2008-09-28_01:00:00</div><div class="gmail_default">wrfout_d01_2008-09-28_01:30:00</div><div class="gmail_default">wrfout_d01_2008-09-28_02:00:00</div><div class="gmail_default">wrfout_d01_2008-09-28_02:30:00</div><div class="gmail_default">wrfout_d01_2008-09-28_03:00:00</div><div class="gmail_default">wrfout_d01_2008-09-28_03:30:00</div><div class="gmail_default">wrfout_d01_2008-09-28_04:00:00</div><div>. . .</div><div><br></div><div>You can read these files in directoy with the following NCL script. Note the use of addfiles:</div></div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default"><font face="monospace, monospace">  wrf_files = systemfunc("ls wrfout_d01_2008-09-29*")</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">  a = addfiles(wrf_files,"r")</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">  t2    = wrf_user_getvar(a,"T2",-1)     ; -1 means all time steps                                        u     = wrf_user_getvar(a,"ua",-1)</font></div><div class="gmail_default"><font face="monospace, monospace">  v     = wrf_user_getvar(a,"va",-1)</font></div><div class="gmail_default"><font face="monospace, monospace">  times = wrf_user_getvar(a,"times",-1)  ; get all times across all files                                                 </font></div><div class="gmail_default"><font face="monospace, monospace">  print(times)</font></div><div class="gmail_default"><font face="monospace, monospace">  printVarSummary(t2)</font></div><div class="gmail_default"><font face="monospace, monospace">  printVarSummary(u)</font></div><div><div class="gmail_default"><font face="monospace, monospace">  printVarSummary(v)</font></div></div><div><font face="monospace, monospace"><br></font></div><div><br></div></div><div class="gmail_default">Remember that you cannot use wrf_xxxx functions on the DD_aug_2014.nc files, unless they are WRF output files. </div><span class="m_-236664351703122994m_-5465098933784160719HOEnZb"><font color="#888888"><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div></font></span></div><div class="m_-236664351703122994m_-5465098933784160719HOEnZb"><div class="m_-236664351703122994m_-5465098933784160719h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 13, 2017 at 9:06 PM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Dear All,<br><br></div>I wish to plot winds at 850 hpa but 
facing error as below. Tried it several ways like plotted separately by 
taking single file at a time, doing this it works fine. while doing 
panel plot, third file shows some weird error as mismatch array (If I handle third file separately, it does not show any error). I have uploaded 3 datafiles via NCL ftp, these are WRF files renamed as <a href="http://13_aug_2014.nc" target="_blank">13_aug_2014.nc</a>, <a href="http://13_aug_2014.nc" target="_blank">14_aug_2014.nc</a>, <a href="http://13_aug_2014.nc" target="_blank">15_aug_2014.nc</a> (concanated using ncrcat). Please have a look at it and suggest me modification I need to carry out in the script. <br><br></div><span>I have 
attached script. In the script, all the three files e.g. 
a0,a1,a2 (I have repeated same files again as a3,a4,a5) have same 
structure except time. <br><br><br></span><span>fatal:Dimension
 size mismatch, dimension (0) of left hand side reference does not have 
the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 50 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension
 size mismatch, dimension (0) of left hand side reference does not have 
the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 51 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (uu2) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 53 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (vv2) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 54 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Variable (u_plane2) is undefined<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 55 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension
 size mismatch, dimension (0) of left hand side reference does not have 
the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 83 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension
 size mismatch, dimension (0) of left hand side reference does not have 
the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 84 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (uu5) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 86 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (vv5) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 87 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Variable (u_plane5) is undefined<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 88 in file wind_climatology_850hpa_all_fi<wbr>les.ncl</span></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, Nov 10, 2017 at 10:54 AM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear All,<br><br><div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772h5">Thank you Sir. It is working now.  Sorry for inconvenience.  from my side am going through various scripts coming under vector form. Actually after trying hard, If am unable to resolve the issue, then only approaches to NCL user. Anyway, I have uploaded the files as well as script, if find it easy to go through, Please suggest.<br></div></div></div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344HOEnZb"><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344h5"><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772h5">On Fri, Nov 10, 2017 at 10:04 AM, Dennis Shea <span dir="ltr"><<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772h5"><div dir="ltr"><pre>offline here<br><br><br></pre><pre>I do not have any answer. I am not involved with systems or ftp.<br><br>---<br><br>Possibly, after cd to the 'incoming' directory, the 'put' is trying to create a directory on the ftp site. <br>Perhaps something named:<br></pre><pre>/ftp/incoming/home/swati/work/<wbr>analysis/2_cities/Patna/14aug2<wbr>014/wrf_out_data/3rd_domain<br></pre><pre>or ????<br><br>/ftp/incoming/home/swati/work/<wbr>analysis/2_cities/Patna/14aug2<wbr>014/wrf_out_data/3rd_domain/tr<wbr>y</pre><pre><br>========<br></pre><pre>Maybe, you should cd to the directory with the data files<br><br></pre><pre>%> cd /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_d<wbr>ata/3rd_domain<br><br></pre><pre>or<br><br>%> cd /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_d<wbr>ata/3rd_domain/try</pre><pre><br></pre><pre>then, from that directory, try the ftp <br><br>ftp <a href="http://ftp.cgd.ucar.edu" target="_blank">ftp.cgd.ucar.edu</a>
anonymous
<i><enter your email address for the password></i>
cd incoming
put <a href="http://13_aug_2014.nc" target="_blank">13_aug_2014.nc</a><br> . . .<i>continue with 'put' commands until all desired files are uploaded</i>. . .
quit</pre><pre><br>=======<br></pre><pre>FYI: There may be major changes in ncl support. People are sending many complicated scripts <br>which take considerable time on our part to understand. Sometimes *hours* ... even *days*.<br></pre><pre>The NCL team wants to help but is not paid to answer NCL questions. <br></pre><pre>In fact, some people just keep sending is poorly written scripts that we ust spend time<br></pre><pre>cleaning up.<br><br></pre><pre>It is frustrating.<span class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439HOEnZb"><font color="#888888"><br><br></font></span></pre><span class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439HOEnZb"><font color="#888888"><pre>D<br></pre><pre><br><br><br></pre></font></span></div></div></div><div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772h5"><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439HOEnZb"><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 9, 2017 at 8:54 PM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Dennis,<br><br>All the three files, I want to sent has a size of 3.4 GB (total). As per your suggestion, I tried to upload it still facing same issue.<br></div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439m_-6678348575944055560HOEnZb"><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439m_-6678348575944055560h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 9, 2017 at 8:39 PM, Dennis Shea <span dir="ltr"><<a href="mailto:shea@ucar.edu" target="_blank">shea@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>How big is the file?</div><div id="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439m_-6678348575944055560m_3334858615816382623m_-880925007619077076AppleMailSignature"><br></div><div id="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439m_-6678348575944055560m_3334858615816382623m_-880925007619077076AppleMailSignature">The ftp area is only 24% full. Please try again. <br><br>Sent from my iPhone</div><div><div class="m_-236664351703122994m_-5465098933784160719m_-2759718494199762772m_-5825626289462438344m_7434034539293359439m_-6678348575944055560m_3334858615816382623h5"><div><br>On Nov 9, 2017, at 5:32 AM, swati shewale <<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><div><div>Dear All,<br><br>Using below link, I followed the steps for uploading datafiles.<br><br><a href="https://www.ncl.ucar.edu/ftp_files.shtml" target="_blank">https://www.ncl.ucar.edu/ftp_f<wbr>iles.shtml</a><br><br></div>It shows error as follow<br><br>ftp> cd incoming<br>250 Directory successfully changed.<br><br>ftp> put /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_d<wbr>ata/3rd_domain/<a href="http://13_aug_2014.nc" target="_blank">13_aug_2014.nc</a><br>local: /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_d<wbr>ata/3rd_domain/<a href="http://13_aug_2014.nc" target="_blank">13_aug_2014.nc</a> remote: /home/swati/work/analysis/2_ci<wbr>ties/Patna/14aug2014/wrf_out_d<wbr>ata/3rd_domain/<a href="http://13_aug_2014.nc" target="_blank">13_aug_2014.nc</a><br><br>227 Entering Passive Mode (128,117,23,220,192,16).<br>553 Could not create file.<br><br></div>Please let me know further steps to do. Thanks in advance.<br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 9, 2017 at 5:25 PM, swati shewale <span dir="ltr"><<a href="mailto:shewaleswati16@gmail.com" target="_blank">shewaleswati16@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Dear All,<br><br></div>I wish to plot winds at 850 hpa but facing error as below. Tried it several ways like plotted separately by taking single file at a time, doing this it works fine. while doing panel plot, third file shows some weird error as mismatch array. I wish to send the dataset files, total 3 files have size around 3.5 GB. Is it possible to send the dataset. Please give me some insight. I have attached script.<br><br></div>In the script, all the three files e.g. a0,a1,a2 (I have repeated same files again as a3,a4,a5) have same structure except time. once I send the data files (I used ncrcat command to concanate all the files),  you can see no of files (using ncdump -h command) get concanated (at the bottom)<br><div><div><div><br><br>fatal:Dimension size mismatch, dimension (0) of left hand side reference does not have the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 50 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension size mismatch, dimension (0) of left hand side reference does not have the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 51 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (uu2) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 53 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (vv2) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 54 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Variable (u_plane2) is undefined<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 55 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension size mismatch, dimension (0) of left hand side reference does not have the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 83 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Dimension size mismatch, dimension (0) of left hand side reference does not have the same size as the right hand side reference after subscripting.<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 245 in file $NCARG_ROOT/lib/ncarg/nclscrip<wbr>ts/wrf/WRFUserARW.ncl<br><br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 84 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (uu5) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 86 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Undefined identifier: (vv5) is undefined, can't continue<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 87 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br>fatal:Variable (u_plane5) is undefined<br>fatal:["Execute.c":8567]:Execu<wbr>te: Error occurred at or near line 88 in file wind_climatology_850hpa_all_fi<wbr>les.ncl<br><br></div></div></div></div>
</blockquote></div><br></div>
</div></blockquote></div></div><blockquote type="cite"><div><span>______________________________<wbr>_________________</span><br><span>ncl-talk mailing list</span><br><span><a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a></span><br><span>List instructions, subscriber options, unsubscribe:</span><br><span><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a></span><br></div></blockquote></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
<br>______________________________<wbr>_________________<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/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<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/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>