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
compile error with 669
Re: compile error with 669
Added a & at the end of line 256 in wrt_tides.F and compiled okay.
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: compile error with 669
Yes, a continuation symbol & is missing almost at the bottom of ROMS/Utility/wrt_tides.F. We need to have:
Thank you for reporting this problem.
Code: Select all
20 FORMAT (6x,'WRT_TIDES - wrote time-accumulated tide harmonics, ', &
& 'Grid ',i2.2)