<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Aaron,<div><br></div><div>It seems the problem is random. For example, if 20z works but 21z doesn’t, I’ve tried to go run 20z again and it fails. Sometimes this is the error:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Failed to change directory.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Failed to open file.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">*** FATAL ERROR: could not open file: rtma2p5.t21z.2dvaranl_ndfd.grb2 ***</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Big problem:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; either rtma2p5.t21z.2dvaranl_ndfd.grb2 is missing or not a grib file</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; or wgrib2 is not on your path or wgrib2 is too old</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; or can not write to /tmp/g.22076.0.tmp (full disk or permissions).</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing XDEF record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing YDEF record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing ZDEF record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing TDEF record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing UNDEF record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing DSET record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Open Error:&nbsp; missing VARS record&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">&nbsp; The data file was not opened.&nbsp;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px;">This is the code I am running:</div><div style="margin: 0px;"><span style="font-family: Menlo; font-size: 11px; color: rgb(83, 48, 225);"><br></span></div><div style="margin: 0px;"><span style="font-family: Menlo; font-size: 11px; color: rgb(83, 48, 225);">#!/bin/csh -f</span></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px; color: rgb(206, 121, 36);">set<span style="color: #000000"> yy=</span>`date -u +%Y`</div><div style="margin: 0px; color: rgb(206, 121, 36);">set<span style="color: #000000"> mm=</span>`date -u +%m`</div><div style="margin: 0px; color: rgb(206, 121, 36);">set<span style="color: #000000"> dd=</span>`date -u +%d`</div><div style="margin: 0px;"><span style="color: #ce7924">set</span> date=${yy}${mm}${dd}</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;"><span style="color: #ce7924">cd</span> DATA</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">rm rtma2p5.t21z*</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">ftp -n <a href="http://ftpprd.ncep.noaa.gov">ftpprd.ncep.noaa.gov</a> <span style="color: #ce7924">&lt;&lt;ENDFTP2</span></div><div style="margin: 0px; color: rgb(195, 55, 32);">&nbsp; &nbsp; user anonymous <a href="mailto:tjj5091@psu.edu">tjj5091@psu.edu</a></div><div style="margin: 0px; color: rgb(195, 55, 32);">&nbsp; &nbsp; cd pub/data/nccf/com/rtma/para/rtma2p5.${date}</div><div style="margin: 0px; color: rgb(195, 55, 32);">&nbsp; &nbsp; bin</div><div style="margin: 0px; color: rgb(195, 55, 32);">&nbsp; &nbsp; get rtma2p5.t21z.2dvaranl_ndfd.grb2</div><div style="margin: 0px; color: rgb(195, 55, 32);">&nbsp; &nbsp; quit</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px; color: rgb(206, 121, 36);">ENDFTP2</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">/home/meteo/tjj5091/GrADS/DATA/g2ctl rtma2p5.t21z.2dvaranl_ndfd.grb2 <span style="color: #ce7924">&gt;</span>rtma2p5.t21z.ctl</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">/usr/global/grads<span style="color: #c33720">-2</span>.<span style="color: #c33720">0</span>.<span style="color: #c33720">1</span>/bin/gribmap -i rtma2p5.t21z.ctl</div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px;">/usr/global/grads<span style="color: #c33720">-2</span>.<span style="color: #c33720">0</span>.<span style="color: #c33720">1</span>/bin/grads -blc <span style="color: #c33720">"run t21z.gs"</span></div><div style="margin: 0px; min-height: 13px;"><br></div><div style="margin: 0px; color: rgb(206, 121, 36);">exit</div><div style="margin: 0px; color: rgb(206, 121, 36);"><br></div><div style="margin: 0px; color: rgb(206, 121, 36);"><span style="color: rgb(0, 0, 0); font-family: Calibri; font-size: 12px;">Thanks,</span></div><div style="margin: 0px; color: rgb(206, 121, 36);"><span style="color: rgb(0, 0, 0); font-family: Calibri; font-size: 12px;">Tyler</span></div><div style="margin: 0px; color: rgb(206, 121, 36);"><span style="color: rgb(0, 0, 0); font-family: Calibri; font-size: 12px;"><br></span></div><div style="margin: 0px; color: rgb(206, 121, 36);"><span style="color: rgb(0, 0, 0); font-family: Calibri; font-size: 12px;"><br></span></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div><div>On Jan 3, 2014, at 7:26 PM, Perry, Aaron @ LSC &lt;<a href="mailto:Aaron.Perry@lsc.vsc.edu">Aaron.Perry@lsc.vsc.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>

<div ocsi="0" fpstyle="1" style="word-wrap:break-word">
<div style="direction: ltr; font-family: Tahoma; font-size: 10pt;">Hi Tyler,<br>
<br>
Assuming that you're running the g2ctl/gribmap combo to display the downloaded GRIB2 file in GrADS, it sounds like there may be a coding error somewhere before or during when g2ctl or gribmap runs.
<br>
<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font size="3"><font face="Arial"><font face="Tahoma" size="2"><font size="2"><br>
Onward and Upward,<br>
<br>
</font>Aaron D. Perry<br>
</font><font size="3"><font size="3"><font face="Tahoma" size="2">Boston, MA<br>
Lyndon State College '15<br>
Twitter: <a href="https://twitter.com/AaronPerryLSC">@AaronPerryLSC</a><br>
</font></font></font></font></font><font size="3"><font face="Arial"><font size="3"><font size="3"><font face="Tahoma" size="2">Mobile: 617-780-4312</font></font></font></font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="font-family: 'Times New Roman'; font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF158837"><font face="Tahoma" size="2"><b>From:</b> <a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a> [<a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a>] on behalf of Tyler Jankoski [<a href="mailto:tjj5091@psu.edu">tjj5091@psu.edu</a>]<br>
<b>Sent:</b> Thursday, January 02, 2014 7:53 PM<br>
<b>To:</b> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<b>Subject:</b> [gradsusr] Random Problem Running GrADS in Batch Mode<br>
</font><br>
</div>
<div></div>
<div>I use GrADS to generate RTMA temperature graphics every hour. Cron runs my scripts and GrADS generates the graphics in batch mode.
<div><br>
</div>
<div>About once or twice a day, the graphic output doesn’t work. I get this error message:</div>
<div><br>
</div>
<div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Failed to open file.</div>
<div style="margin:0px; font-size:11px; font-family:Menlo; min-height:13px"><br>
</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">*** FATAL ERROR: could not open file: rtma2p5.t21z.2dvaranal_ndfd.grb2 ***</div>
<div style="margin:0px; font-size:11px; font-family:Menlo; min-height:13px"><br>
</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Big problem:</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">&nbsp; either rtma2p5.t21z.2dvaranal_ndfd.grb2 is missing or not a grib file</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">&nbsp; or wgrib2 is not on your path or wgrib2 is too old</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">&nbsp; or can not write to /tmp/g.28979.0.tmp (full disk or permissions).</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing XDEF record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing YDEF record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing ZDEF record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing TDEF record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing UNDEF record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing DSET record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Open Error:&nbsp; missing VARS record&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">&nbsp; The data file was not opened.&nbsp;</div>
<div style="margin:0px; font-size:11px; font-family:Menlo; min-height:13px"><br>
</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Grid Analysis and Display System (GrADS) Version 2.0.1</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Copyright (c) 1988-2011 by Brian Doty and the</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Institute for Global Environment and Society (IGES)</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">GrADS comes with ABSOLUTELY NO WARRANTY</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">See file COPYRIGHT for more information</div>
<div style="margin:0px; font-size:11px; font-family:Menlo; min-height:13px"><br>
</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Config: v2.0.1 little-endian readline printim grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Issue 'q config' command for more detailed configuration information</div>
<div style="margin:0px; font-size:11px; font-family:Menlo">Landscape mode? ('n' for portrait): &nbsp;</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>Any idea what is causing this?</div>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div><b><font color="#941100">Tyler Jankoski<br>
</font></b><font color="#005493">Meteorology Major | The Pennsylvania State&nbsp;University<br>
Vice President | Campus Weather Service<br>
<br>
<b>Web:</b>&nbsp;<a href="http://www.tylerjankoski.com/" target="_blank">www.TylerJankoski.com</a><br>
<b>Twitter:</b>&nbsp;@TylerJankoski</font> </div>
<br>
</div>
</div>
</div>
</div>

_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br></div><br><br><div apple-content-edited="true">
<b><font color="#941100">Tyler Jankoski<br></font></b><font color="#005493">Meteorology Major | The Pennsylvania State&nbsp;University<br>Vice President | Campus Weather Service<br><br><b>Web:</b>&nbsp;<a href="http://www.TylerJankoski.com">www.TylerJankoski.com</a><br><b>Twitter:</b>&nbsp;@TylerJankoski</font>

</div>
<br></body></html>