varname [ parameter=value ... ] [ inputfile ... ]
Parameters are: old_var_name, new_var_name.
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.
Name of variable to be renamed. There is no default.
New name to give to variable. There is no default.
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
Last Update: $Date: 1998/05/29 20:58:40 $