<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Hi James,</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Thanks for your reply. I can also observed the same plots. </div><div class="gmail_default" style="font-family:courier new,monospace">What does the data mean, i.e whether the data is missing or Do we need to regrid the data file to plot.</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Regards,</div><div class="gmail_default" style="font-family:courier new,monospace">Kalyan</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">   </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 1, 2017 at 9:31 AM, James T. Potemra <span dir="ltr">&lt;<a href="mailto:jimp@hawaii.edu" target="_blank">jimp@hawaii.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Kalyan,</p>
    <p>Does your display show &quot;Entire Grid Undefined&quot; or is it simply a
      blank map?  Using your descriptor file and data set if I do:</p>
    ga-&gt; open model<br>
    ga-&gt; d HGTprs(lev=500)-HGTprs(lev=<wbr>1000)<br>
    <br>
    I get a blank screen (image1.png).  If instead I do this:<br>
    <br>
    ga-&gt; open model<br>
    ga-&gt; set gxout grfill<br>
    ga-&gt; d HGTprs(lev=500)-HGTprs(lev=<wbr>1000)<br>
    <br>
    I see a bunch of scattered points (image2.png).  Zooming to an
    arbitrary 10x10-degree region you can see these in more detail
    (image3.png)<br>
    <br>
    ga-&gt; open model<br>
    ga-&gt; set gxout grfill<br>
    ga-&gt; set lat 20 30<br>
    ga-&gt; set lat 10 20<br>
    ga-&gt; set lon -160 -140<br>
    ga-&gt; d HGTprs(lev=500)-HGTprs(lev=<wbr>1000)<br>
    <br>
    I believe this means you don&#39;t have enough contiguous points to
    generate contours, thus the need for gxout=grfill.<br>
    <br>
    Jim<div><div class="h5"><br>
    <br>
    <div class="m_-5642506681297610632moz-cite-prefix">On 1/31/17 8:09 PM, kalyan chakravarthy
      wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:courier new,monospace">Thanks a lot for your reply. I have given the
          range of longitudes between 140W to 0. Still I didn&#39;t observe
          any changes in the plot.</div>
        <div class="gmail_default" style="font-family:courier new,monospace"><br>
        </div>
        <div class="gmail_default" style="font-family:courier new,monospace">Regards,</div>
        <div class="gmail_default" style="font-family:courier new,monospace">Kalyan</div>
        <div class="gmail_default" style="font-family:courier new,monospace"> </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Jan 31, 2017 at 5:54 PM, James
          T. Potemra <span dir="ltr">&lt;<a href="mailto:jimp@hawaii.edu" target="_blank">jimp@hawaii.edu</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <p>Hi Kalyan,</p>
              <p>There are a lot of missing data in your file, so that
                might be why contours/shading doesn&#39;t show up.  If you
                use &quot;set gxout grfill&quot; before &quot;d thick&quot; you can see all
                the valid grid cells.  Also note that your longitude
                values are somewhat unconventional and run from -220
                -0.4375 (140E to 0), so make sure your &quot;set lon x1 x1&quot;
                is within that range.</p>
              <p>Jim<br>
              </p>
              <div>
                <div class="m_-5642506681297610632h5"> <br>
                  <div class="m_-5642506681297610632m_4544232003324332769moz-cite-prefix">On
                    1/31/17 3:31 PM, kalyan chakravarthy wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="m_-5642506681297610632h5">
                    <div dir="ltr">
                      <div class="gmail_default" style="font-family:courier new,monospace">Hi
                        Everyone,</div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">By
                        using NARR data, I am trying to plot the
                        thickness between 500-1000mb levels. I am having
                        an ctl file to open the grib file. </div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">I have
                        used the following commands to read and plot the
                        file</div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">Open
                        model.ctl</div>
                      <div class="gmail_default" style="font-family:courier new,monospace">set
                        lat y1 y2</div>
                      <div class="gmail_default" style="font-family:courier new,monospace">set
                        lon x1 x2</div>
                      <div class="gmail_default" style="font-family:courier new,monospace">define
                        thick=HGTprs(lev=500)-HGTprs(l<wbr>ev=1000)</div>
                      <div class="gmail_default" style="font-family:courier new,monospace">d
                        thick</div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">But I
                        didn&#39;t see any shaded or contours drawn. Can
                        anyone helpme with the problem. </div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">I have
                        attached the data files.</div>
                      <div class="gmail_default" style="font-family:courier new,monospace"><br>
                      </div>
                      <div class="gmail_default" style="font-family:courier new,monospace">Thanks
                        in advance</div>
                      <div class="gmail_default" style="font-family:courier new,monospace">Kalyan​
                        <div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;color:rgb(34,34,34);font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid rgb(221,221,221);line-height:1"><a href="https://drive.google.com/file/d/0B5GylLRnzAPJeFBpUDNPOFc3aGM/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0;border:none" target="_blank"><img style="vertical-align:bottom;border:none" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="color:rgb(17,85,204);text-decoration:none;vertical-align:bottom">model.ctl</span></a><img style="opacity:0.55;float:right;display:none"></div>
                        ​​
                        <div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:rgb(245,245,245);padding:5px;color:rgb(34,34,34);font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid rgb(221,221,221);line-height:1"><a href="https://drive.google.com/file/d/0B5GylLRnzAPJaG4tMTd5YkpxWTg/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0;border:none" target="_blank"><img style="vertical-align:bottom;border:none" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="color:rgb(17,85,204);text-decoration:none;vertical-align:bottom">narr-a_221_20100927_0600_000.<wbr>grb</span></a><img style="opacity:0.55;float:right;display:none"></div>
                        ​​
                        <div class="gmail_chip gmail_drive_chip" style="width:396px;height:18px;max-height:18px;background-color:#f5f5f5;padding:5px;color:#222;font-family:arial;font-style:normal;font-weight:bold;font-size:13px;border:1px solid #ddd;line-height:1"><a href="https://drive.google.com/file/d/0B5GylLRnzAPJWHBOQjRGMFJwZlU/view?usp=drive_web" style="display:inline-block;max-width:366px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;padding:1px 0;border:none" target="_blank"><img style="vertical-align:bottom;border:none" src="https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png"> <span dir="ltr" style="color:#15c;text-decoration:none;vertical-align:bottom">narr-a_221_20100927_hh00_000.<wbr>idx</span></a><img style="display:none;opacity:0.55;float:right"></div>
                        ​</div>
                    </div>
                    <br>
                    <fieldset class="m_-5642506681297610632m_4544232003324332769mimeAttachmentHeader"></fieldset>
                    <br>
                  </div>
                </div>
                <pre>______________________________<wbr>_________________
gradsusr mailing list
<a class="m_-5642506681297610632m_4544232003324332769moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a class="m_-5642506681297610632m_4544232003324332769moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a>
</pre>
    </blockquote>
    

  </div>


______________________________<wbr>_________________

gradsusr mailing list

<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>

<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a>


</blockquote></div>
</div>


<fieldset class="m_-5642506681297610632mimeAttachmentHeader"></fieldset>
<pre>______________________________<wbr>_________________
gradsusr mailing list
<a class="m_-5642506681297610632moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>
<a class="m_-5642506681297610632moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a>
</pre>

</blockquote>
</div></div></div><br>______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>