NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Ahhh ... now that explains all those FL-3 errors that I always saw but never tried to deal with since everything typically worked ... didn't know about the ^ trick, I'll have to try that! _____________________________________________ Kevin Tyle, Systems Administrator Dept. of Atmospheric & Environmental Sciences University at Albany Earth Science 235, 1400 Washington Avenue Albany, NY 12222 Email: ktyle@xxxxxxxxxx Phone: 518-442-4578 _____________________________________________ ________________________________ From: gembud-bounces@xxxxxxxxxxxxxxxx <gembud-bounces@xxxxxxxxxxxxxxxx> on behalf of Scott Jacobs - NOAA Federal <scott.jacobs@xxxxxxxx> Sent: Wednesday, August 5, 2015 8:47 PM To: Jason Snyder Cc: Unidata gembud Subject: Re: [gembud] FL -3 Cannot create file error with gdtopo Jason, The problem is a bit more subtle. GEMPAK converts file paths to all lowercase before creating a new file. So, your GDFILE entry "/VRS/expTrackFax/topography4.gem" is converted to "/vrs/exptrackfax/topography4.gem", which is not the correct directory. When opening an existing file, the original case of the file is checked first before changing to all lowercase. This is all legacy from the VAX/VMS days. In order to override this default behavior, preface the mixed case file path with a "^". This will preserve the mixed case and skip the conversion step. Scott Scott Jacobs NOAA/NWS/NCEP/NCO 301-683-3910 <<<<< Back to the old number On Wed, Aug 5, 2015 at 3:36 PM, Larry D. Oolman <ldoolman@xxxxxxxx<mailto:ldoolman@xxxxxxxx>> wrote: On 08/05/15 13:03, Jason Snyder wrote: To whom it may concern, I am trying to create a .gem file using gdtopo and I get the following error: [FL -3] Cannot create file topography4.gem Do you know what is going on and how to resolve this issue? Attached is my script. Thank you for your time. -Jason _______________________________________________ gembud mailing list gembud@xxxxxxxxxxxxxxxx<mailto:gembud@xxxxxxxxxxxxxxxx> For list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/ The first thing I would look at is to see it you have write permission to the directory: /VRS/expTrackFax If you do, see if you can create or modify (if it already exists) the file /VRS/expTrackFax/topography4.gem exist. Try to execute: touch /VRS/expTrackFax/topography4.gem and see if the file exists and the time stamp on it is current: ls -l /VRS/expTrackFax/topography4.gem -- Larry Oolman Department of Atmospheric Science University of Wyoming Dept. 3038, 1000 E. University Ave. Laramie, WY 82071 ldoolman@xxxxxxxx<mailto:ldoolman@xxxxxxxx> http://www.uwyo.edu/atsc _______________________________________________ gembud mailing list gembud@xxxxxxxxxxxxxxxx<mailto:gembud@xxxxxxxxxxxxxxxx> For list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/
gembud
archives: