About compiling build.bash

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
jerry19890126
Posts: 13
Joined: Wed Jul 27, 2011 3:35 am
Location: IOCAS

About compiling build.bash

#1 Unread post by jerry19890126 »

I was trying to compile build.bash, but got the error below:

analytical.f90(177): error #5082: Syntax error, found ':' when expecting one of: % . = =>
ana_vmix.h: no values provided for Akv.
----------------^
analytical.f90(191): error #5082: Syntax error, found ':' when expecting one of: % . = =>
ana_vmix.h: no values provided for Akt.
----------------^
compilation aborted for analytical.f90 (code 1)

what does it mean?

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

Re: About compiling build.bash

#2 Unread post by kate »

It means you should look at lines 177 and 191 of analytical.f90. Those lines come from picking the ANA_VMIX option, but not having told it what your mixing function should be in ana_vmix.h. Check here and look in the various ana_xxx.h files.

Post Reply