If you just want to run theriak along a non-linear path in P-T space, you can make a loop file that includes many PT points rather than specifying start and end points and a number of steps between those points. The default step size is 1 unless you specify otherwise. Here are some examples of loop files that run in TD:
File 1
As described in the guide, this has a staring point, an ending point, and 5 steps from start to end.
Code: Select all
REMOVE GARNET 100
TP 555 5390
TP 556 5395 5
Or you can add points and specify steps between those points.
Code: Select all
REMOVE GARNET 100
TP 555 5390
TP 556 5395 5
TP 557 5400 5
TP 558 5405 5
TP 559 5410 5
Or just put a series of PT points in without steps between
Code: Select all
REMOVE GARNET 100
TP 555 5390
TP 556 5395
TP 557 5400
TP 558 5405
TP 559 5410