grib files to ctl files
Daniel Fritz
prodicalboxer at YAHOO.COM
Mon Feb 4 13:30:38 EST 2008
Hello EVERYONE,
I picked up some data from NCAR NCEP
REANALYSIS-wind
data , uwnd.sig995.1999.nc; vwnd.sig995.1999.nc how
would one change this to a control file, because I do
not think this is a grib file at all....I tried
converting and it would not work..
DANNY
--- John Guhin <johnguhin at GMAIL.COM> wrote:
> make clean doesn't seem to be the problem.
>
> On Feb 1, 2008 11:43 AM, John Guhin
> <johnguhin at gmail.com> wrote:
>
> > Hi,
> > I am trying to install psichig udf (by Dr.
> Mike Fiorino) and
> > downloaded from
> ftp://grads.iges.org/grads/sprite/udf
> > When I am trying to make, it is giving the
> following error (als0 attached
> > at the bottom my makefile). Thanks in advance.
> >
> > f77 -c -O read_expr.f
> > read_expr.f: In subroutine `read_expr':
> > read_expr.f:106:
> > qtitle='1 input fld from GrADS'
> > 1 2
> > Type disagreement between expressions at (1) and
> (2)
> > make: *** [read_expr.o] Error 1
> >
> >
>
.....................................................................................
> > SHELL=/bin/sh
> > #
> > # this is the directory where the udf will be
> > #
> > UDFDIR=/home/disk/udf
> >
> > #
> > SRCS= psichig.f read_expr.f psichi_global.f
> udflib.f
> >
> > OBJS= psichig.o read_expr.o psichi_global.o
> udflib.o
> >
> > CFT= f77
> > LDR= f77
> > LDRFLAGS= -o
> > EXE= $(UDFDIR)/psichig.exe
> > EXE_OUT= udf.psichig.out
> >
> > #
> > #FFLAGS= -c -O
> > FFLAGS= -c -O
> >
> > $(EXE): $(OBJS)
> > $(LDR) $(LDRFLAGS) $(EXE) $(OBJS) $(LDRLIBS)
> >
> >
> > .f.o:
> > $(CFT) $(FFLAGS) $*.f
> >
> > clean:
> > -rm -f $(OBJS)
> >
> > delexe:
> > -rm -f $(EXE)
> > run:
> > -$(EXE)
> > out:
> > -more $(EXE_OUT)
> >
> > --
> > John Guhin
>
>
>
>
> --
> John Guhin
>
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
More information about the gradsusr
mailing list