Search found 1 match
- Tue Jul 01, 2025 5:33 am America/New_York
- Forum: Home
- Question: Why are dtran_a and dtran_b used for both solar and satellite transmittance (tsol, tsen) in l2gen/aerosol.c?
- Replies: 1
Why are dtran_a and dtran_b used for both solar and satellite transmittance (tsol, tsen) in l2gen/aerosol.c?
In l2gen/aerosol.c, the calculation of solar and satellite transmittance (tsol, tsen) uses the same LUT coefficients (dtran_a and dtran_b) for both angles: ```c read_lut_variable(file, nc_id, "dtran_a", aertab->model[im]->dtran_a[0]); read_lut_variable(file, nc_id, "dtran_b", aer...