Problem for Fortran in PSCAD Software

Thread Starter

saeed Kiani

Joined Dec 30, 2017
1
HI
I want to write a simple program on this block but I do not know why the program does not run correctly and warns

Does anyone help write Venturi's program for this circuit?


and details about warning

Creating EMTDC executable
Compiling Main.f
dsdyn:
Error on line 159 of Main.f: labeled continuation line (starts "IF (TI")
Error on line 160 of Main.f: nondigit in statement label field "S1=1 "
Error on line 155 of Main.f: unbalanced parentheses, statement skipped
Error on line 161 of Main.f: nondigit in statement label field "S2=0 "
Error on line 162 of Main.f: nondigit in statement label field "S3=1 "
Error on line 163 of Main.f: nondigit in statement label field "S4=0 "
Error on line 164 of Main.f: nondigit in statement label field "S5=0 "
Error on line 165 of Main.f: nondigit in statement label field "S6=0 "
Error on line 166 of Main.f: nondigit in statement label field "S7=0 "
Error on line 167 of Main.f: nondigit in statement label field "S8=1 "
Error on line 168 of Main.f: nondigit in statement label field "S9=0 "
Error on line 169 of Main.f: labeled continuation line (starts "END IF")
dsout:
C:\Program Files (x86)\EGCS\bin\make: *** [Main.o] Error 1
 

spinnaker

Joined Oct 29, 2009
7,830
Fortran???? I haven't used Fortran in over 30 years.


Without code. No one is going to be able to help you. Remember to use code tags. And you are posting this to the wrong forum
 

bertus

Joined Apr 5, 2008
22,276
Hello,

I moved the post to the programmers corner.
The posted screenshots are way to small to read anything.
Also post the code you are using.

Bertus
 
Top