[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mm5togem support



Matt,

Your problem stems from:
PGF90-S-0017-Unable to open include file: grdcmn.  (gfunc_rename.f: 68)
 0 inform, 0 warnings, 1 severes, 0 fatal for gfunc_rename

Your routine gfunc_rename.f is attempting to include grdcmn...which
presumably is grdcmn.cmn in the $GEMPAK/source/gemlib/gd directory.

Your code is either missing the file name extension, or you need
to add -I$(GEMPAK)/source/gemlib/gd 
to your compiler include paths top find the file.

Steve Chiswell
Unidata User Support

On Sat, 2006-05-13 at 10:30, address@hidden wrote:
> Trying to use mm5togem on Linux, but encountered the following errors
> after issuing the 'make' command:
> 
> PGF90-S-0017-Unable to open include file: grdcmn.  (gfunc_rename.f: 68)
>  0 inform, 0 warnings, 1 severes, 0 fatal for gfunc_rename
> make[1]: [gfunc_rename.o] Error 2 (ignored)
> pgf90 -lpghpf -Bstatic -pc 32 -Kieee -o gfunc_rename.exe gfunc_rename.o 
> /opt/GEMPAK5.6/lib/linux/ginitp_alt.o /opt/GEMPAK5.6/lib/linux/gendp_alt.o
> /opt/GEMPAK5.6/lib/linux/gemlib.a /opt/GEMPAK5.6/lib/linux/cgemlib.a
> /opt/GEMPAK5.6/lib/linux/gplt.a /opt/GEMPAK5.6/lib/linux/device.a
> /opt/GEMPAK5.6/lib/linux/gn.a /opt/GEMPAK5.6/lib/linux/appl.a
> /opt/GEMPAK5.6/lib/linux/gemlib.a -lg2c
> /usr/bin/ld: cannot open gfunc_rename.o: No such file or directory
> make[1]: [gfunc_rename.exe] Error 2 (ignored)
> echo ""
> 
> echo "Once satisfied with gfunc_rename.`uname -s`, \"mv
> gfunc_rename.`uname -s` ..\""
> Once satisfied with gfunc_rename.Linux, "mv gfunc_rename.Linux .."
> echo ""
> 
> mv gfunc_rename.exe gfunc_rename.exe.`uname -s`
> mv: cannot stat `gfunc_rename.exe': No such file or directory
> make[1]: [gfunc_rename.exe] Error 1 (ignored)
> make[1]: Leaving directory
> `/share/mpborkow/wrfruns/output/feb06/mm5/MM5TOGEM'
> 
> 
> any help would be greatly appreciated!
> 
> Matt Borkowski
> Graduate Student
> North Carolina State University
> Department of Marine, Earth, and Atmospheric Sciences
> 
> ===============================================================================
> To unsubscribe gembud, visit:
> http://www.unidata.ucar.edu/mailing-list-delete-form.html
> ===============================================================================