First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
| 1 | initial version |
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 cerrent 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' ....(mode 1,2...) ENTRY Todelname (MC, ISLOT) ....(mode 1,2...caculate current injection) RETURN END SUBROUTINE
| 2 | No.2 Revision |
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.".
T.".
If I want to write a cerrent 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 2:
SUBROUTINE Modelname (MC, ISLOT)
include 'comon4.ins'
....(mode local declarations
(mode 1,2...)
RETURN
ENTRY Todelname (MC, ISLOT)
....(mode 1,2...caculate (mode 1,2...calculate current injection)
RETURN
END SUBROUTINESUBROUTINE
| 3 | No.3 Revision |
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 do?
1: Write a model begin with SUBROUTINE Modelname (MC, ISLOT) and call it in other model by writing:call Todelname (MC, ISLOT)?
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
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.