<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi, Zilore – <o:p></o:p></p>
<p class="MsoNormal">There is some documentation on plotting station models at <a href="http://cola.gmu.edu/grads/gadoc/usingstationdata.html#model">
http://cola.gmu.edu/grads/gadoc/usingstationdata.html#model</a>, which has some tips in there regarding what happens when some data values are missing. Also, try changing ‘set dignum’ to increase the number of significant digits.
<o:p></o:p></p>
<p class="MsoNormal">--Jennifer<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt">-- <span style="color:black"><br>
Jennifer Miletta Adams<br>
ADNET Systems, Inc.<br>
NASA/GSFC, Code 610.2</span><o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:10.0pt;color:black">Building 32, Room S159<br>
(301) 614-6070<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">gradsusr <gradsusr-bounces@gradsusr.org> on behalf of Zilore Mumba <zmumba@gmail.com><br>
<b>Reply-To: </b>GrADS Users Forum <gradsusr@gradsusr.org><br>
<b>Date: </b>Tuesday, November 26, 2019 at 2:34 AM<br>
<b>To: </b>GrADS Users Forum <gradsusr@gradsusr.org><br>
<b>Subject: </b>[EXTERNAL] [gradsusr] Plotting station data in Grads<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I did find a solution to write binary station data using gfortran, which, if may help someone else is:
<o:p></o:p></p>
<div>
<p class="MsoNormal">access="stream" in place of recordtype="stream".<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">however I need help to understand the following:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Firstly I attach the station data which was written to binary (and two plots from that data). When I display the data with:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">set gxout model<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">d u;v;t;d;slp,0.0.cld,wx,vis<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Only the wind is displayed correctly. Only the first letter is displayed for temperature, dew point temp and pressure.. The cld, wx and vis variables seem. to be unused. When I multiply every variable by 10 (except for wind), temperature,
 dew point and pressure display correctly but missing values, set to -99, display as -9.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">I am using Grads-1.8SL11.fedora on Centos 6.7. I have difficulty installing newer versions of Grads.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">I have used station data before and have never experienced this problem. I will appreciate any assistance.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>