Parent Topic: MODEL

Debugging

Complex models may require debugging like other programs. The following hints may help in this process:

Note:

One of the most common debugging methods is to use strategically placed print statements. Due to the structure of MODEL, the use of parallelism (where available) cannot perform I/O while processing a pixel. This means that the print statement cannot be used within the processing section of the model, though in the INPUT/SET section it can be used, since parallelism is not used.


Parent Topic: MODEL
About PCI Help Gateway