User models PSSE fortran
I dont know why in the Program Operation Manual of PSSE, in the chapter Model Writing, in the example of a simple excitation system:
STATE(K) = Esensed STATE(K+1) = E
are obtenided of the diagram block, but in the subroutine of the MODE 1 in de FORTRAN CODE the states are:
STATE(K)=ECOMP(I) STATE(K+1)=EFD(I)