[[ ]] Optionally select an item combination [ ] Optionally select the item. |
FUNCTION=USER(r1[,...,r30]) | Specifies and passes up to thirty constants to a CONSUB driver subroutine to regulate and control one or more Adams Solver (FORTRAN) simulations. Follow FUNCTION with an equal sign, the character string USER, and the real values (r1[,...,r30]) to be passed to CONSUB. |
ROUTINE=libname::subname | Specifies an alternative library and name for the user subroutine CONSUB. Learn more about the ROUTINE Argument. |
Tip: | A CONSUB driver subroutine can be thought of as an Adams command file programmed in the FORTRAN programming language. The FORTRAN facilities for control and logic may be used in conjunction with Adams utility subroutines to drive the Adams simulation. In particular, the MODIFY utility subroutine can be used to issue Adams commands. |
Caution: | Adams Solver (FORTRAN) issues an error message and ignores the entire command if a CONTROL command is issued when no CONSUB driver subroutine is linked with Adams Solver (FORTRAN). |