I'm using the field calculator in a model to calculate a field. I have the following expression, type is set to VB.
0.27 * ( ( Tan ( [RASTERVALU] ) * %Wave Height (Hs)% * %Wave Period (T)% ) ^ (0.5) )
This returns an error. If I remove the Power function (i.e., ^ 0.5) it works. Note, RASTERVALU is not null.
Ideas?