Where is 'knew'

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Entrapmen
Posts: 14
Joined: Thu Jul 17, 2008 3:28 pm
Location: IMS/METU and AWI

Where is 'knew'

#1 Unread post by Entrapmen »

I have the following error during compilation. I should invoke 'knew' parameter explicitly. Is this parameter kept under mod_stepping?

fortcom: Error: analytical.f90, line 719: The shapes of the array expressions do not conform. [VAL1]
val1=fac*(OCEAN(ng) % zeta(i,Jend,knew)+GRID(ng) % h(i,Jend)+ &
--------^

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

Re: Where is 'knew'

#2 Unread post by kate »

The error isn't about knew. Usually when I get this error, I'm missing a (ng) somewhere. Say val1 is a scalar and something on the right-hand-side is a vector. I can't see the whole right-hand-side, so I can't tell what the problem is.

Post Reply