I'll leave it as an exercise for you to step through the other data items. A few things to look for:
- The first four are all real numbers while the last is a boolean.
- They are each different unit types
- Timestep_PR uses a display format for F10.5, or 5 digits to the right of the decimal point while initialAltitude_pr uses F10.2 or 2
digits to the right of the decimal point.
- Note the different inputs for VacuumOption_PR which is a boolean variable type. It is
not necessary to enter the display format or the units.
- The 0=No -1=YES in the Variable Type list box refers to how the data will be interpreted in the FORTRAN
code.
All of these differences will be seen when they appear on the BaseballTrajectory form.
Previous
Top
Next