grib files to ctl files

Eric Altshuler ela at COLA.IGES.ORG
Mon Feb 4 15:20:15 EST 2008


Danny,

Your .nc files are in netCDF format. Open them with:

sdfopen uwnd.sig995.1999.nc
sdfopen vwnd.sig995.1999.nc

Best regards,




Eric L. Altshuler
Assistant Research Scientist
Center for Ocean-Land-Atmosphere Studies
4041 Powder Mill Road, Suite 302
Calverton, MD 20705-3106
USA

E-mail: ela at cola.iges.org
Phone: (301) 902-1257
Fax: (301) 595-9793


----- Original Message -----
From: "Daniel Fritz" <prodicalboxer at YAHOO.COM>
To: GRADSUSR at LIST.CINECA.IT
Sent: Monday, February 4, 2008 1:30:38 PM (GMT-0500) America/New_York
Subject: grib files to ctl files

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