Ask Your Question
0

Questions abour Coordinated Call Models

asked 2020-08-12 08:59:45 -0500

Wendy gravatar image

updated 2020-08-12 11:14:50 -0500

perolofl gravatar image

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
edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2020-08-12 11:07:27 -0500

perolofl gravatar image

Alternative 2 is correct.

edit flag offensive delete link more

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 gravatar imageWendy ( 2020-08-13 02:00:32 -0500 )edit

What's your email?

perolofl gravatar imageperolofl ( 2020-08-13 04:31:18 -0500 )edit
Wendy gravatar imageWendy ( 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 gravatar imageWendy ( 2020-08-24 00:15:22 -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: 2020-08-12 08:59:45 -0500

Seen: 377 times

Last updated: Aug 12 '20