Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

It appears that there is no pipe between pcond and ra_t16. If your aim is to just get to the tga file in the end, you can replace this command ...

pcond -h P40_1230.pic > P40_1230.h.pic ra_t16 -3 P40_1230.h.pic > P40_1230.h.tga

..with this:

pcond -h P40_1230.pic | ra_t16 -3 > P40_1230.h.tga