ORAC-CC / orac

Optimal Retrieval of Aerosol and Cloud
GNU General Public License v3.0
28 stars 19 forks source link

Update SLSTR vicarious calibration adjustment coefficients. #77

Closed simonrp84 closed 1 year ago

simonrp84 commented 1 year ago

The SLSTR reader was using out-of-date calibration coefficients for the VIS channels. This PR updates the coefs to the latest version available from the Sen-3 MPC.

adamcpovey commented 1 year ago

The code obviously complies and runs just fine so technically this PR is acceptable.

I ran this and the current repository code over a week of AERONET collocations of Sentinel 3A at the start of 2022. This scatterplot compares aerosol optical depth at 550nm to AERONET, with the orange dots denoting the values after this change and the other end of the blue line denoting the value from the base code. The left plot averages all converged retrievals within 25 km of the site while the right only considers points for which QCFlag == 0 PR77

My read of that is that these changes tend to decrease aerosol optical depth. Looking through the individual files, it looks more like AOD over ocean is slightly increased while that over land more substantially decreases. download3

There are a few cases where the number of converged retrievals increases substantially, which I would usually take as a good sign, but it mostly changes only slightly.

download4

From this minimal check, I'd say these calibrations are fine. I've also got cloud retrievals for these fields but nothing to validate against. COT is down a little while CTH up a little.