please can any one help me how i will program in fortran PScad?
how the variable can be declare?
i have seen some program but the variable in these program looks so unknown.
like
Code:
#local real st 8
#local real disg 9
#local real disg1
! st(1) = $i3
! st(2) = $i4
! st(3) = $i5
can any one please help me, what this means and how i can learnt about the programming in it?
That's no generic FORTRAN, it's apparently PSCAD scripting language.
You need to understand the concept of FORTRAN component models and the involved internal variables. PSCAD user guide would be your preferred literature.
Local variable definition and assignment from PSCAD variables, may be component port signals. The assignments are commented out. Review the explanation of # script directives in the user manual.