1

UDM runtime error

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.

MO's avatar
15
MO
asked 2022-06-10 03:59:37 -0500
jconto's avatar
2.9k
jconto
updated 2022-06-10 10:30:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

perolofl's avatar
3.8k
perolofl
answered 2022-06-11 14:03:17 -0500
edit flag offensive 0 remove flag delete 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's avatar MO (2022-06-13 02:29:08 -0500) edit

Well, can you show the lines?

perolofl's avatar perolofl (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's avatar MO (2022-06-15 08:15:12 -0500) edit

And FORMAT statement 17???

perolofl's avatar perolofl (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's avatar MO (2022-06-16 03:54:24 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer