[gradsusr] Question about srh1km(uVAR,vVAR) function
Jennifer Adams
jma at cola.iges.org
Mon Sep 9 07:50:14 EDT 2013
On Sep 7, 2013, at 10:01 PM, Nimrod Micael wrote:
> I dont know why I am getting this error.
>
> ...
> DEFINE error: Name too long; missing '='
> ...
> Here's my code:
>
>
> "u0.5=zinterp(u,height,0.5)"
You are using implied define, and defined variable names cannot have a "." in them. Change it and all the others with the same issue in your script to:
'u0p5 = zinterp(u,height,0.5)'
I will change the error message that GrADS gives to make it more helpful.
--Jennifer
More information about the gradsusr
mailing list