First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
That conversion is made every time a flecs model is compiled in PSSE. However, the resulting code is old-fashioned with a lot of GOTO statements, no comments, etc. That code should not be used as source code because it in in practise "un-readable"! But, it serves to feed the fortran-compiler...
The Environment Manager uses the following argument: flecs32 "xxx.flx" -L NO -F "C:\Users\yyy.pssenvmgr\xxx.f" -W 132 -F77
2 | No.2 Revision |
That conversion is made every time a flecs model is compiled in PSSE. However, the resulting code is old-fashioned with a lot of GOTO statements, no comments, etc. That code should not be used as source code because it in in practise "un-readable"! But, it serves to feed the fortran-compiler...
The Environment Manager uses the following argument:
argument:
flecs32 "xxx.flx" -L NO -F "C:\Users\yyy.pssenvmgr\xxx.f" "C:\Users\yyy\.pssenvmgr\xxx.f" -W 132 -F77-F77