0

Questions abour Coordinated Call Models

I have read POM about Coordinated Call Models. It says "coordinated call models, both those from the PSS®E Model Library as well as user-written models, must have their primary entry point name beginning with a character other than T.".

If I want to write a current injections model, how should I do?

1: Write a model begin with SUBROUTINE Modelname (MC, ISLOT) and call it in other model by writing:call Todelname (MC, ISLOT)?

or 2:

SUBROUTINE Modelname (MC, ISLOT)
include 'comon4.ins'
local declarations
(mode 1,2...)
RETURN
ENTRY Todelname (MC, ISLOT)
(mode 1,2...calculate current injection)
RETURN
END SUBROUTINE
Wendy's avatar
3
Wendy
asked 2020-08-12 08:59:45 -0500
perolofl's avatar
3.8k
perolofl
updated 2020-08-12 11:14:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Alternative 2 is correct.

perolofl's avatar
3.8k
perolofl
answered 2020-08-12 11:07:27 -0500
edit flag offensive 0 remove flag delete link

Comments

Is there any example for current injection of Coordinated Call Models. I tried, but failed. And I'm still confused about that. Thanks.

Wendy's avatar Wendy (2020-08-13 02:00:32 -0500) edit

What's your email?

perolofl's avatar perolofl (2020-08-13 04:31:18 -0500) edit

Thanks a lot. chenxiaotong@sjtu.edu.cn

Wendy's avatar Wendy (2020-08-13 05:01:54 -0500) edit

Sorry that I didn't receive the email. Could you please send me again? My email is chenxiaotong@sjtu.edu.cn. Thanks.

Wendy's avatar Wendy (2020-08-24 00:15:22 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer