First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The structure of your fortran (.f) model files can be found in Chapter 18 (dynamic simulation setup and procedures) and 20 (model writing) of the Program Operation Manual.
Compilation is explained by jconto and should work if you have the correct Intel Fortran compilers.
Inclusion into the dynamic simulation of PSSE also requires the model parameters to be defined inside a .dyr file. The structure of this file for user-written models is given in Chapter 18.1 of the POM.