Hello, I'm trying to calculate the square root of a stack of variables in a Grads script. Is there any way to do this? e.g. answer = sqrt(val1 + val2 + val3 + val4) Any help would be greatly appreciated.