×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Could somebody help me with this program?

Could somebody help me with this program?

Could somebody help me with this program?

(OP)
After running this program in g95 and intel fortran for windows I keep getting the same two errors

use_scat_daily_example.f(29): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: (
* ) :: , + . - %% : . ** / // .LT. < .LE. <= .EQ. == .NE. ...
CALL GET_SCAT_DAILY_V03 (filename,mingmt,windspd,winddir,scatflag,radrain,IERR)
----------------------------------------------------------------------------------------------^
GET_SCAT_DAILY_V03.F(1): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: * <IDEN
TIFIER>
        SUBROUTINE GET_SCAT_DAILY_V03(FILENAME,MINGMT,WINDSPD,WINDDIR,SCATFLAG,RADRAIN,IERR)

programs are attached
Regards
iigp
 

RE: Could somebody help me with this program?

change the file extension from .f to .f95 as this will remove the 72 line character limit (which looks like the cause of your error messages above)

However your source code has several other non-standard things going on, which I'm sure g95 will list for you!

RE: Could somebody help me with this program?

(OP)
Many thanks Johnhors
The source code runs fine now.

Regards
Iiigp

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources