First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
1

UDM runtime error

asked Jun 10 '2

MO gravatar image

updated Jun 10 '2

jconto gravatar image

Hello dear all,

I made a dll file and load it in PSS/E, everything looks fine but when I want to 'PERFORM DYNAMIC SIMULATION' I get a Fortran run-time error(61)(with a list of errors). For sure there is a problem in my dll file, but may I kindly ask you if you have a clue about how I can solve this error or in which mode of the code I should check for mistakes, help me, please?

Any help would be appreciated.

1 answer

Sort by » oldest newest most voted
1

answered Jun 11 '2

perolofl gravatar image

Intel's website states the following:

severe or info(61): Format/variable-type mismatch FOR$IOS_FORVARMIS. An attempt was made either to read or write a real variable with an integer field descriptor (I, L, O, Z, B), or to read or write an integer or logical variable with a real field descriptor (D, E, or F). To suppress this error message, see the description of check[:]noformat.

link

Comments

Hi, thank you for your answer, I have seen that also PSSE error mentioned that 'format/variable mismatch', and there between errors, one indicates one line of my Fortran code's in mode 5, I checked that line everything looks correct to me...

MO gravatar imageMO (Jun 13 '2)

Well, can you show the lines?

perolofl gravatar imageperolofl (Jun 13 '2)

Sure, write(IPRT,17) IBUS,BUSNAM(IB),J,CB1,K,CB2,L,CB3,M,CB4,VLTI,IM in mode 5 after ADINTN call

MO gravatar imageMO (Jun 15 '2)

And FORMAT statement 17???

perolofl gravatar imageperolofl (Jun 16 '2)

oops, I had a typo error in that line, it's solved thx a lot. But may I ask another question? Maybe it looks too simple, when there is no pss in the diagram should any kind of calculation consider in mode 3? except elementary blocks used from PAGV2? thank you for your consideration.

MO gravatar imageMO (Jun 16 '2)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Jun 10 '2

Seen: 798 times

Last updated: Jun 11 '22