This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> 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