Re: 80-character filename limit

From: Fred Clare <fred_at_nyahnyahspammersnyahnyah>
Date: Tue, 6 Mar 2007 15:21:22 -0700

Jack,

I discussed this with Dave Brown and he quickly traced
the problem to the line:

#define MAX_FILE_LEN 80

in s_gesc.c in the awiC directory. This has been changed to:

#define MAX_FILE_LEN 256

to be compatible with the limit defined in gesc.f that has
been in effect since April of 1994.

Can you imagine ever needing more than a length of 256
characters?

Thanks for bringing this up.

Fred Clare

On Mar 5, 2007, at 12:46 PM, Jack Glendening wrote:

> I'm getting a ncgm workstation open failure because I'm using a
> fullpath filename which is longer than 80 characters. (I have to do
> this because my pwd is directory "A" but using ncl plot files in
> directory "B" with output going to directory "C"). I seem to recall
> there was a workaround for this problem but can't remember what it
> was, and neither NCL nor google searchs find anything. Is there
> indeed a workaround ?
>
> Jack
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Mar 06 2007 - 15:21:22 MST

This archive was generated by hypermail 2.2.0 : Tue Mar 06 2007 - 17:59:11 MST