ORAC-CC / orac

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

RTTOV Updates #67

Closed simonrp84 closed 2 years ago

simonrp84 commented 2 years ago

RTTOV v13.1 has now been released. This version incorporates quite a few bugfixes and also enables users to disable radiance calculations (thus only performing the transmittance calculations). In ORAC, we only use transmittance for the VIS channels so can take advantage of this RTTOV update to ignore radiance. In addition, we should remove the Rayleigh calculations from our code, as this can now be disabled within RTTOV rather than our having to remove them ourselves.

This PR is a placeholder for doing the above, which I will update as I progress.