![]() | 1 | initial version |
In case you work with user-written models, you may consider storing the TIME variable into on of your VAR memory positions. For example, assuming it is in the first VAR position of your model, you should wirte in your Fortran code:
VAR(L+0) = TIME !store in a variable for further use.
![]() | 2 | No.2 Revision |
In case you work with user-written models, you may consider storing the TIME variable into on of your VAR memory positions. For example, assuming it is in the first VAR position of your model, you should wirte write the following in your Fortran code:
VAR(L+0) = TIME !store in a variable for further use.