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

Revision history [back]

The trouble is that double-quotes don't work to hide shell variables under Unix, only under Windows. Try switching to single-quotes around your '$1=179($10.265+$20.670+$30.065)' expression.

The trouble is that double-quotes don't work to hide shell variables under Unix, only under Windows. Try switching to single-quotes around your '$1=179($10.265+$20.670+$30.065)' '$1=179*($1*0.265+$2*0.670+$3*0.065)' expression.