ESTUARY_TEST compiling problem

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
marcos
Posts: 1
Joined: Wed Apr 07, 2010 5:44 pm
Location: LaMMa

ESTUARY_TEST compiling problem

#1 Unread post by marcos »

Hello all,
I'm a new user's ROMS.

I have installed roms (vers. 456) in my windows pc by cygwin, but I have found a problem when I compiled the "Estuary_test" test case.
When I compiled this test case I get the following error rows:

BOUNDARY(ng)%t_east(j,k,idsed(ised))=0.0_r8
1
Error: Function 'idsed' at (1) has no IMPLICIT type
analytical.f90:1667.38:

BOUNDARY(ng)%t_west(j,k,idsed(ised))=0.0_r8
1
Error: Function 'idsed' at (1) has no IMPLICIT type


have someone any suggests?
Thank you,

Marco

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

Re: ESTUARY_TEST compiling problem

#2 Unread post by jcwarner »

ROMS/Functionals/ana_tobc.h needs

#if defined SEDIMENT
USE mod_sediment
#endif

in the ana_tobc_tile after the use mod_ocean listing.
i will submit a ticket for this.

Post Reply