I am new in ROMS,so how can I do with this

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
kekejiayu
Posts: 6
Joined: Tue Mar 01, 2016 1:38 am
Location: Nanjing University

I am new in ROMS,so how can I do with this

#1 Unread post by kekejiayu »

kekejiayu@kekejiayu-All-Series:~/Projects/upwelling$ ./build.bash
rm -f -r core *.ipo /home/kekejiayu/Projects/upwelling/Build /home/kekejiayu/make_macros.mk
makefile:238: INCLUDING FILE /home/kekejiayu/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS
make: nc-config: Command not found
make: nc-config: Command not found
cp -f /include/netcdf.mod /home/kekejiayu/Projects/upwelling/Build
cp: cannot stat ‘/include/netcdf.mod’: No such file or directory
make: *** No rule to make target '/home/kekejiayu/Projects/upwelling/Build/netcdf.mod', needed by '/home/kekejiayu/Projects/upwelling/Build/MakeDepend'. Stop.

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

Re: I am new in ROMS,so how can I do with this

#2 Unread post by kate »

You need to install two packages:
netcdf and netcdf-fortran. Both need to be compiled with the family of compilers you will be using to build ROMS, especially the Fortran.

Post Reply