ROMS/TOMS Plotting

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
thaitlhp
Posts: 15
Joined: Thu Apr 05, 2018 6:34 pm
Location: Ha Noi University Sience and Technology, Vietnam

ROMS/TOMS Plotting

#1 Unread post by thaitlhp »

i'm Installing the ROMS/TOMS Plotting Package follow :
https://www.myroms.org/wiki/Plotting_Pa ... #Compiling
but when i " sudo make" i get this:

make: /opt/g95soft/serial/netcdf4/bin/nc-config: Command not found
make: /opt/g95soft/serial/netcdf4/bin/nc-config: Command not found
cd Build_plt; -c -fno-second_underscore -g -fbounds-check curlz.f90
/bin/sh: 1: -c: not found
Utility/Module.mk:15: recipe for target 'Build_plt/curlz.o' failed
make: *** [Build_plt/curlz.o] Error 127
i just use Ubuntu

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

Re: ROMS/TOMS Plotting

#2 Unread post by kate »

/opt/g95soft/serial/netcdf4/bin/nc-config: Command not found
You should have nc-config and/or nf-config in your path. Do you have them and what is the path to them?
cd Build_plt; -c -fno-second_underscore -g -fbounds-check curlz.f90
I wrote it up here.

Post Reply