the latest COAWST version compile problem

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
wrh
Posts: 23
Joined: Fri Nov 14, 2008 4:26 pm
Location: zhejiang ocean university

the latest COAWST version compile problem

#1 Unread post by wrh »

Dear all:
I compiled the latest COAWST code for SANDY case , then I got the following error.I am sure that this error is due to the interpolation between different model grids because when all the model grids are equal then this error disappear.

F/external/esmf_time_f90 -I/home/wrh/coawst_project/sandyn//WRF/frame -I/home/wrh/coawst_project/sandyn//WRF/share get_sparse_matrix.f90
get_sparse_matrix.f90:71:15:

status=nf90_inq_ncid(ncSPSid,grp_name,grpid)
1
Error: Function ‘nf90_inq_ncid’ at (1) has no IMPLICIT type
Master/Module.mk:28: recipe for target 'Build/get_sparse_matrix.o' failed
make: *** [Build/get_sparse_matrix.o] Error 1
make: ***

jcwarner
Posts: 1180
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: the latest COAWST version compile problem

#2 Unread post by jcwarner »

for coawst issues, can you post them on
https://coawstmodel-trac.sourcerepo.com ... discussion

for this issue, we chose to require netcdf 4 to red the scrip weight files. we updated the scrip to write out the weights using netcdf groups, and that requires netcdf 4.
-john

Post Reply