Roms and Vis5d

Frequently Asked Questions about ROMS usage

Moderators: arango, kate, robertson

Post Reply
Message
Author
koesters

Roms and Vis5d

#1 Unread post by koesters »

Dear Roms users,

Has anyone managed to convert Roms NetCDF to Vis5d on a Linux PC? I am currently struggling changing the SUN version of roms2vis5d for my PC using the Lahey Fortran 95 compiler. It seems that the NetCDF library is not working properly there ...

Thanks for any suggestions.

nobuhitomori
Posts: 22
Joined: Fri Jul 08, 2005 5:42 pm
Location: Kyoto University

#2 Unread post by nobuhitomori »

Use this setup for Linux enviroment (ifort + GNU cpp)

CFT = ifort
CPPFLAGS = -I/usr/local/include -DUNDERSCORE -DBATHY
CPP = cpp -P $(CPPFLAGS)
GLDR = ./ncargf90
LDR = ${CFT}
RANLIB = ranlib
LDFLAGS =
FFLAGS = -O3 -L/some_long_gcc_path -free

MDEPFLAGS = -s -I /usr/local/netcdf-ifort/include

LIBDIR = /usr/local/netcdf-ifort/lib
CDFLIB = -L$(LIBDIR) -lnetcdf -lnsl
NETCDF_INCDIR = /usr/local/netcdf-ifort/include

agmunoz

roms2vis5d

#3 Unread post by agmunoz »

Hi there...

Can anyone help me to find a place to download roms2vis5d?

Thanks in advance

Ángel

Post Reply