do you have any idea about this
LET/units="``variable`[d=2],RETURN=units`"/TITLE="`anomaly_title`"
`anomaly_var` = `variable`_anomaly
unable to get units here,,, grave accents..problem
please help..
Thanks in advance,,
Akshay
On Mon, Jan 7, 2013 at 12:57 PM, Akshay Hegde <akshay.k.hegde@xxxxxxxxx> wrote:
Whether its possible to use shell commands in ferret...something like
this...
because modifying many files kills time, if its possible something like this
using for loop, it will be helpful..
sp for file in *.nc; do ! not working...
use $file
!do some operation say
let/units="meter"/title="my title" myvariable1 = xyz_new1
let/units="cm"/title="my title" myvariable2 = xyz_new2
list/file=$file_modifile.nc/format=cdf/clobber xyz_new1, xyz_new2
done
Awaiting for reply...
- Akshay