Upwelling Linking problem?

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
patrick.cocola
Posts: 5
Joined: Sat Nov 25, 2017 8:14 pm
Location: Stockton University

Upwelling Linking problem?

#1 Unread post by patrick.cocola »

Hello, I am currently an undergraduate student trying to install the ROMS model for the first time. I would say I am a beginner when it comes to programming but have experience in Java and Python
So I have been trying to install it on my computer running Ubuntu 16.04 and keep having the following problem:

Master/Module.mk:22: recipe for target '/home/pj/Projects/upwelling/oceanS' failed

Looking through the forums, I saw people said to look at the first 2 bullets in FAQ for linking but im still having the same error no matter where I change the path in the build.bash file.
I have attached a screenshot of the terminal after it tries to run and log text file.

Sincerely,
Patrick
Attachments
Screenshot from 2018-02-18 14-11-45.png

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Upwelling Linking problem?

#2 Unread post by kate »

That's a netcdf-fortran issue. You need to install it along with just netcdf. You might need to change nc-config to nf-config in the Compilers file.

Post Reply