Documentation
Calibration
Depending on the instrument, calibration in the ALCF may be an essential part of processing ALC data. Ceilometers often report backscatter values in arbitrary units which need to be converted to m-1.sr-1 for a reliable comparison with the COSP simulator. The recommended calibration method in the ALCF is O’Connor et al. (2004). The method is based on the fact that the lidar ratio in fully opaque liquid stratocumulus profiles is approximately constant, depending only on the wavelength of the lidar, assuming the cloud droplet size of the stratocumulus cloud is within a certain typical range.
The calibration steps are outlined below:
-
Process and plot backscatter profiles with the lidar ratio, assuming the default calibration coefficient.
alcf auto lidar <type> <input> <output> --lr
-
Identify time periods with stratocumulus cloud.
Go through the backscatter profile plots in
<output>/plot/backscatter/
and note the time periods with stratocumulus cloud in a text filecalibration_time_periods.txt
in the format:<start> <end> <start> <end> ...
where
start
andend
are in the formatYYYY-MM-DDTHH:MM
. Avoid profiles with multiple layers or cloud close to the surface. See O’Connor et al. (2014) or Hopkin et al. (2019) for more information.Figure 1 shows an example of a stratocumulus cloud in the time period:
2018-02-18T13:00 2018-02-18T15:00
-
Run
alcf calibrate
with a file listing the time periods to calculate the calibration coefficient.alcf calibrate <type> <input> calibration.txt calibration_time_periods.txt
The coefficient is saved in
calibration_time_periods.txt
. -
Process and plot backscatter profiles with the calculated calibration coefficient.
alcf auto lidar <type> <input> <output> --lr calibration_file: calibration.txt
-
Check that the plotted lidar ratio in the stratocumulus profiles is approximatly 18.8 sr.