First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The include statement just inserts the code in file comon4.ins into the source code. It contains declaration of variables and common blocks, for example CON, STATE, VAR, EFD, VREF used in the model.
BADMID is only needed if you have the option of extended term simulation, so you can, most probably, forget that function.
You need a Fortran compiler in order to compile and link the source code.