[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[IDV #NSG-102647]: Formula problem
- Subject: [IDV #NSG-102647]: Formula problem
- Date: Fri, 03 May 2013 14:38:06 -0600
> Yuan
>
> Thank you. I have changed the formula to
>
> (sqrt(make2D(u**2+v**2))*(-1.8-Ta))/(1.72+(0.4*Ts))
>
The calculation like (-1.8-Ta) is not legal in the Jython. You can do Ta * 2 or
Ta /2 . You probably need to use for loop to do it.
Yuan
> but now I get a "binary: types do not match" error. The full text of the
> error is given below. Any ideas?
>
> Many thanks,
>
> Matt
>
>
Ticket Details
===================
Ticket ID: NSG-102647
Department: Support IDV
Priority: Normal
Status: Open