Mapping Temperature Results in .txt on a Mesh

Question - How to read in temperature from .txt and map onto target mesh?

Answer - The main commands and steps used here are:
1. Define arrays/tables to hold the source and target data. It's done through command *DIM
2. Read in the source data into a table, then copy temperature and coordinates into two separate arrays. Done through *TREAD and *MFUN
3. Map source data to target mesh. Done through *MOPER
4. Once mapping is done, use the *DO loop to apply temperature using BF command