recalibrate

This program recalibrates the Zh (or Z) and nez parameters in NetCDF files. The reflectivity attribute calibration_applied is updated to reflect the total calibration applied compared to the original Chilbolton-format data.

recalibrate options file1.nc [file2.nc ...]

Options

-Zcal f
Use a calibration figure of f dB.
-Zcalfile s
Take the calibration figure from the file s, which contains a table of dates and figures. Interpolation is performed based on the date found in each file, and rounded to the nearest 0.1 dB. A calibration file could look like this:
19990301     1.2    
19990401     1.2    
19990501     1.3    
19990601     1.4    
19990701     1.5    
19990801     1.7    
19990901     2.2    
19991001     3.0    
19991101     4.2    
19991201     5.5    
20000101     6.7    
20000201     7.7    
20000301     8.8    
20000401     9.7    
20000501    10.5    
20000601    11.4    
20000701    12.0    
20000801    12.5    
20000901    13.0    
20001001    13.6    
20001101    14.1    
-user s
Report in the history attribute the person who added the comments as being s (e.g. Fred Bloggs <fred@bloggs.com>) rather than just using their Unix username.