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
ESTUARY_TEST compiling problem
Re: ESTUARY_TEST compiling problem
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.
#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.