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.
Roms and Vis5d
Moderators: arango, kate, robertson
-
- Posts: 22
- Joined: Fri Jul 08, 2005 5:42 pm
- Location: Kyoto University
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
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
roms2vis5d
Hi there...
Can anyone help me to find a place to download roms2vis5d?
Thanks in advance
Ángel
Can anyone help me to find a place to download roms2vis5d?
Thanks in advance
Ángel