Closed zxdawn closed 2 years ago
Because the LNO2Vis the NO2 above the cloud, it should < LNO2. However, it's larger:
The background NO2 can be negative in the Arctic, thus the missing step of removing background NO2 leads to the larger LNO2:
https://github.com/zxdawn/S5P-LNO2/blob/587780b2ca8c74ccf06cca6949c0bf154847c086/main/s5p_lno2_product.py#L177
https://github.com/zxdawn/S5P-LNO2/blob/587780b2ca8c74ccf06cca6949c0bf154847c086/main/s5p_lno2_product.py#L295
The LNO2 should be:
lno2 = (ds_amflno2['no2Trop']*amf_lno2 - scd_no2_bkgd) / amf_lno2
Because the LNO2Vis the NO2 above the cloud, it should < LNO2. However, it's larger: