installation problem for psichig udf

Eric Altshuler ela at COLA.IGES.ORG
Fri Feb 1 14:00:50 EST 2008


John,

In the routine read_expr.f, the variable qtitle is not declared but it is assigned a character value in line 106. In other routines, qtitle is declared as character*24. You need to add this declaration to read_expr.f:

      character*24 qtitle

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: "John Guhin" <johnguhin at GMAIL.COM>
To: GRADSUSR at LIST.CINECA.IT
Sent: Friday, February 1, 2008 11:43:12 AM (GMT-0500) America/New_York
Subject: installation problem for psichig udf

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



More information about the gradsusr mailing list