Ask Your Question
1

UDM runtime error

asked 2022-06-10 03:59:37 -0500

MO gravatar image

updated 2022-06-10 10:30:23 -0500

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2022-06-11 14:03:17 -0500

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.

edit flag offensive delete link more

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 ( 2022-06-13 02:29:08 -0500 )edit

Well, can you show the lines?

perolofl gravatar imageperolofl ( 2022-06-13 08:37:48 -0500 )edit

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 ( 2022-06-15 08:15:12 -0500 )edit

And FORMAT statement 17???

perolofl gravatar imageperolofl ( 2022-06-15 23:58:39 -0500 )edit

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 ( 2022-06-16 03:54:24 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2022-06-10 03:59:37 -0500

Seen: 678 times

Last updated: Jun 11 '22