Adds constant percentage error (say E%) to the input dataset.
New_var = Old_var + (E/100 * Data_Value)**2 In the case where the input dataset had no variance, the result is as above with Old_var set to zero.
The default output object is a file with the same name as the input with a higher version number.