Search found 5 matches

by rbauer
Sat Oct 02, 2010 10:22 am
Forum: ROMS Tools and Techniques
Topic: ROMS plotting package installation
Replies: 1
Views: 4008

ROMS plotting package installation

Hello! I am trying to install the ROMS plotting package. I downloaded the "NCL Version 5.2.1 precompiled binaries, OPeNDAP-enabled" and used the manual on http://www.ncl.ucar.edu/get_started.shtml to set it up. However, I am getting the following error messsage when compiling the plotting ...
by rbauer
Wed Aug 11, 2010 3:27 pm
Forum: ROMS Installation
Topic: compiling ROMS
Replies: 10
Views: 9587

Re: compiling ROMS

i specified the gfortran compiler within the makefile and its location as you recommended within the Linux-gfortran.mk file. so i guess i managed the fortran compiler issue. however, i am still getting the following error message: robert@bauer:~/ROMS/trunk$ make makefile:237: INCLUDING FILE Build/ma...
by rbauer
Mon Aug 09, 2010 10:30 pm
Forum: ROMS Installation
Topic: compiling ROMS
Replies: 10
Views: 9587

Re: compiling ROMS

if i run"make -p | grep FC" i get this: makefile:237: INCLUDING FILE Build/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS /bin/sh: -c: not found make: *** [Build/mod_kinds.o] Error 127 PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F LINK.r = $(FC) $(FFLAG...
by rbauer
Fri Aug 06, 2010 9:23 pm
Forum: ROMS Installation
Topic: compiling ROMS
Replies: 10
Views: 9587

Re: compiling ROMS

thank you for your response, kate. well, as far as i've understood, there's a list of mk-files which relate to different compilers. i am running linux ubuntu 10.04 64bit and the gfortran compiler is installed. therefore i changed the path of netcdf within the Linux-gfortran.mk file too. however, i a...
by rbauer
Thu Aug 05, 2010 1:05 pm
Forum: ROMS Installation
Topic: compiling ROMS
Replies: 10
Views: 9587

compiling ROMS

hey there! i tried to compile roms but i get the following error message: makefile:237: INCLUDING FILE Build/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS cd Build; -c -O3 mod_kinds.f90 /bin/sh: -c: not found make: *** [Build/mod_kinds.o] Error 127 beforehand i had to change t...