[gradsusr] Random Problem Running GrADS in Batch Mode
Tyler Jankoski
tjj5091 at psu.edu
Sat Jan 4 19:12:17 EST 2014
Hi Aaron,
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:
Failed to change directory.
Failed to open file.
*** FATAL ERROR: could not open file: rtma2p5.t21z.2dvaranl_ndfd.grb2 ***
Big problem:
either rtma2p5.t21z.2dvaranl_ndfd.grb2 is missing or not a grib file
or wgrib2 is not on your path or wgrib2 is too old
or can not write to /tmp/g.22076.0.tmp (full disk or permissions).
Open Error: missing XDEF record
Open Error: missing YDEF record
Open Error: missing ZDEF record
Open Error: missing TDEF record
Open Error: missing UNDEF record
Open Error: missing DSET record
Open Error: missing VARS record
The data file was not opened.
This is the code I am running:
#!/bin/csh -f
set yy=`date -u +%Y`
set mm=`date -u +%m`
set dd=`date -u +%d`
set date=${yy}${mm}${dd}
cd DATA
rm rtma2p5.t21z*
ftp -n ftpprd.ncep.noaa.gov <<ENDFTP2
user anonymous tjj5091 at psu.edu
cd pub/data/nccf/com/rtma/para/rtma2p5.${date}
bin
get rtma2p5.t21z.2dvaranl_ndfd.grb2
quit
ENDFTP2
/home/meteo/tjj5091/GrADS/DATA/g2ctl rtma2p5.t21z.2dvaranl_ndfd.grb2 >rtma2p5.t21z.ctl
/usr/global/grads-2.0.1/bin/gribmap -i rtma2p5.t21z.ctl
/usr/global/grads-2.0.1/bin/grads -blc "run t21z.gs"
exit
Thanks,
Tyler
On Jan 3, 2014, at 7:26 PM, Perry, Aaron @ LSC <Aaron.Perry at lsc.vsc.edu> wrote:
> Hi Tyler,
>
> 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.
>
>
>
> Onward and Upward,
>
> Aaron D. Perry
> Boston, MA
> Lyndon State College '15
> Twitter: @AaronPerryLSC
> Mobile: 617-780-4312
> From: gradsusr-bounces at gradsusr.org [gradsusr-bounces at gradsusr.org] on behalf of Tyler Jankoski [tjj5091 at psu.edu]
> Sent: Thursday, January 02, 2014 7:53 PM
> To: gradsusr at gradsusr.org
> Subject: [gradsusr] Random Problem Running GrADS in Batch Mode
>
> I use GrADS to generate RTMA temperature graphics every hour. Cron runs my scripts and GrADS generates the graphics in batch mode.
>
> About once or twice a day, the graphic output doesn’t work. I get this error message:
>
> Failed to open file.
>
> *** FATAL ERROR: could not open file: rtma2p5.t21z.2dvaranal_ndfd.grb2 ***
>
> Big problem:
> either rtma2p5.t21z.2dvaranal_ndfd.grb2 is missing or not a grib file
> or wgrib2 is not on your path or wgrib2 is too old
> or can not write to /tmp/g.28979.0.tmp (full disk or permissions).
> Open Error: missing XDEF record
> Open Error: missing YDEF record
> Open Error: missing ZDEF record
> Open Error: missing TDEF record
> Open Error: missing UNDEF record
> Open Error: missing DSET record
> Open Error: missing VARS record
> The data file was not opened.
>
> Grid Analysis and Display System (GrADS) Version 2.0.1
> Copyright (c) 1988-2011 by Brian Doty and the
> Institute for Global Environment and Society (IGES)
> GrADS comes with ABSOLUTELY NO WARRANTY
> See file COPYRIGHT for more information
>
> Config: v2.0.1 little-endian readline printim grib2 netcdf hdf4-sds hdf5 opendap-grids,stn geotiff shapefile
> Issue 'q config' command for more detailed configuration information
> Landscape mode? ('n' for portrait):
>
>
> Any idea what is causing this?
>
> Thanks!
>
> Tyler Jankoski
> Meteorology Major | The Pennsylvania State University
> Vice President | Campus Weather Service
>
> Web: www.TylerJankoski.com
> Twitter: @TylerJankoski
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
Tyler Jankoski
Meteorology Major | The Pennsylvania State University
Vice President | Campus Weather Service
Web: www.TylerJankoski.com
Twitter: @TylerJankoski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20140104/9aab2977/attachment.html
More information about the gradsusr
mailing list