PRIMER 22.1
MODEL > COPY Copying Models Internally
MODEL > COPY Copying Models Internally
You can copy n existing models to n new models starting at model i. The process is simple, as shown in this figure:
| ![]() |
The input models are copied in the order defined to new models starting at the target model id. New models are created in a contiguous sequence of free models: any existing ones are skipped over, not deleted.
Copying a model duplicates all the internal data; and the new model(s) created are totally separate from their originals. (Internally the model is effectively written out and read back into the new model, although this is carried out in memory and no disk i/o is performed.) For this reason a operation may take a little time, although it is usually still much faster than re-reading from disk file.
