varname - Renames a variable in TeraScan datasets

SYNOPSIS

varname  [ parameter=value ... ]  [ inputfile ... ]

Parameters are: old_var_name, new_var_name.

DESCRIPTION

In each input dataset, varname renames an old variable name to a new one. It may be used to avoid a name conflict when running the copyvar or assemble functions.

PARAMETERS

old_var_name

Name of variable to be renamed. There is no default.

new_var_name

New name to give to variable. There is no default.

EXAMPLES

Change the name of the variable avhrr_ch4 in the dataset n11.out to ch4.

[2]% varname n11.out
old_var_name   : char(15) ? avhrr_ch4
new_var_name   : char(15) ? ch4

SEE ALSO

assemble, copyvar, datasets


Last Update: $Date: 1998/05/29 20:58:40 $