<div dir="ltr">Did you load the supporting library, as described in the docs?<div><br></div><div>  <a href="http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml">http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml</a></div><div><br></div><div>ie.,:<br><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)">  load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRF_contributed.ncl&quot;</pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)">In NCL 6.4.0, many of these libraries are loaded automatically. WRF_contributed is not one of them.  You also may want to consider using wrf_map_resources() instead of wrf_mapres_c(), as described in the docs.</pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)"><br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)"><br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)"><br></pre></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 3, 2017 at 5:47 AM, Gaurav Tiwari <span dir="ltr">&lt;<a href="mailto:gaurav16@iiserb.ac.in" target="_blank">gaurav16@iiserb.ac.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Still I am getting the same error:<br><br>fatal:syntax error: line 73 in file trak.ncl before or near ; Set up map resources<br> <br>  wrf_mapres_c(a,res,0)         <wbr>                 ; Set up map resources<span class=""><br>^<br><br>fatal:syntax error: possibly an undefined procedure<br>fatal:Syntax Error in block, block not executed<br></span>fatal:error at line 143 in file trak.ncl<br><br></div><div class="gmail_extra"><span class=""><br clear="all"><div><div class="m_8102632140902855853gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br><br><br>******************************<wbr>******************************<wbr>*************</div><b>Gaurav Tiwari</b><div>Research Scholar</div><div>Department of Earth and Environmental Sciences</div><div>Indian Institute of Science Education and Research Bhopal <br>(IISER B)</div><div>Bhopal- 462066, Madhya Pradesh</div><div>Email: <a href="mailto:saquib16@iiserb.ac.in" target="_blank">gaurav16@iiserb.ac.in</a></div><div>Mob: <a href="tel:+91%2074711%2012407" value="+917471112407" target="_blank">+91-7471112407</a><br><a href="https://www.linkedin.com/in/gaurav-tiwari-bb36357a?trk=hp-identity-name" target="_blank">LinkedIn</a>      <a href="https://www.researchgate.net/profile/Gaurav_Tiwari5" target="_blank">Research gate</a><br><br><br><br><br><b><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:green"><img src="cid:image001.png@01D23125.88F2F320" alt="Description: Description: Description: Description: Description: Description: Description: cid:image001.jpg@01CC2469.06E9E6A0" width="33" height="38" border="0"> </span></i></b><b><span style="font-size:10.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;color:green" lang="EN-GB">Please consider the environment before printing this e-mail</span></b></div></div></div></div></div></div></div></div></div></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Wed, May 3, 2017 at 2:02 AM, Gaurav Tiwari <span dir="ltr">&lt;<a href="mailto:gaurav16@iiserb.ac.in" target="_blank">gaurav16@iiserb.ac.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Thank you Rick. I will try it and update you.<div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Gaurav</div></div><div class="m_8102632140902855853HOEnZb"><div class="m_8102632140902855853h5"><div class="gmail_extra"><br><div class="gmail_quote">On May 2, 2017 11:58 PM, &quot;Rick Brownrigg&quot; &lt;<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The error message means just what it says -- there is no procedure found by the name <span style="font-size:12.800000190734863px">WRF_map_c.  So you either have a typo (names are case-sensitive) or there is no such function. If I were speculate, there is a function in NCL named wrf_mapres_c() that takes three arguments:</span><div><span style="font-size:12.800000190734863px"><br></span></div><div><a href="http://www.ncl.ucar.edu/Document/Functions/WRF_contributed/wrf_mapres_c.shtml" target="_blank">http://www.ncl.ucar.edu/Docume<wbr>nt/Functions/WRF_contributed/w<wbr>rf_mapres_c.shtml</a><span style="font-size:12.800000190734863px"><br></span></div><div><br></div><div>Note that it is deprecated in favor of wrf_map_resources.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 2, 2017 at 10:44 AM, Gaurav Tiwari <span dir="ltr">&lt;<a href="mailto:gaurav16@iiserb.ac.in" target="_blank">gaurav16@iiserb.ac.in</a>&gt;</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>Hi,<br></div>   I am running NCL script to plot cyclone track but I am getting an error which is given below:<br clear="all"><div><div><div><div class="m_8102632140902855853m_-7797282280049177856m_4697175067495327140m_3308050818712520382gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br><br>gaurav@2-Lenovo-S510:~/ncl_scr<wbr>ipts$ ncl track.ncl <br> Copyright (C) 1995-2017 - All Rights Reserved<br> University Corporation for Atmospheric Research<br> NCAR Command Language Version 6.4.0<br> The use of this software is governed by a License Agreement.<br> See <a href="http://www.ncl.ucar.edu/" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>fatal:syntax error: line 73 in file track.ncl before or near \n <br>  WRF_map_c(a,res,0)<br>--------------------^<br><br>fatal:syntax error: possibly an undefined procedure<br>fatal:Syntax Error in block, block not executed<br>fatal:error at line 142 in file track.ncl<br><br><br></div><div>My script is attached here. Kindly help me to short out this issue.<br><br></div><div>Thanks,<br></div><div>Gaurav <br></div><div><br><br><br><br><br><br>******************************<wbr>******************************<wbr>*************</div><b>Gaurav Tiwari</b><div>Research Scholar</div><div>Department of Earth and Environmental Sciences</div><div>Indian Institute of Science Education and Research Bhopal <br>(IISER B)</div><div>Bhopal- 462066, Madhya Pradesh</div><div>Email: <a href="mailto:saquib16@iiserb.ac.in" target="_blank">gaurav16@iiserb.ac.in</a></div><div>Mob: <a href="tel:+91%2074711%2012407" value="+917471112407" target="_blank">+91-7471112407</a><br><a href="https://www.linkedin.com/in/gaurav-tiwari-bb36357a?trk=hp-identity-name" target="_blank">LinkedIn</a>      <a href="https://www.researchgate.net/profile/Gaurav_Tiwari5" target="_blank">Research gate</a><br><br><br><br><br><b><i><span style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;serif&quot;;color:green"><img src="cid:image001.png@01D23125.88F2F320" alt="Description: Description: Description: Description: Description: Description: Description: cid:image001.jpg@01CC2469.06E9E6A0" width="33" height="38" border="0"> </span></i></b><b><span style="font-size:10pt;font-family:&quot;times new roman&quot;,&quot;serif&quot;;color:green" lang="EN-GB">Please consider the environment before printing this e-mail</span></b></div></div></div></div></div></div></div></div></div></div></div></div>
</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>
</blockquote></div></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>