compile error with 669

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
tnmiles
Posts: 9
Joined: Wed Oct 15, 2008 3:22 pm
Location: Rutgers

compile error with 669

#1 Unread post by tnmiles »

Not sure if this is critical or not but got this error when compiling

PGF90-S-0155-Unexpected continuation (wrt_tides.f90: 257)
PGF90-S-0023-Syntax error - unbalanced parentheses (wrt_tides.f90: 256)
0 inform, 0 warnings, 2 severes, 0 fatal for wrt_tides
make: *** [/home/tnmiles/ROMS/projects/storms/compile/Build/wrt_tides.o] Error 2

tnmiles
Posts: 9
Joined: Wed Oct 15, 2008 3:22 pm
Location: Rutgers

Re: compile error with 669

#2 Unread post by tnmiles »

Added a & at the end of line 256 in wrt_tides.F and compiled okay.

User avatar
arango
Site Admin
Posts: 1367
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: compile error with 669

#3 Unread post by arango »

Yes, a continuation symbol & is missing almost at the bottom of ROMS/Utility/wrt_tides.F. We need to have:

Code: Select all

  20  FORMAT (6x,'WRT_TIDES - wrote time-accumulated tide harmonics, ', &
     &        'Grid ',i2.2)
Thank you for reporting this problem.

Post Reply