Similarly to generate the FORTRAN Interface Code select Generate FORTRAN Interface button. This will generate
three files. In our example the files are :
- BaseballTrajectory_input.for - which contains a subroutine to read the program inputs from PRODAS and a subroutine to write the
program outputs back to PRODAS
- BaseballTrajectory.cmn - which is a common block which defines the interface data. The input routines will deposit
data into this common and the output routines will pull data from this common.
- BaseballTrajectory_units.cmn - which is a common block which has units information.

Previous
Top
Next