zxdawn / S5P-LNO2

Core code for the TROPOMI lightning NO2 retrievals
GNU General Public License v3.0
2 stars 1 forks source link

Wrong advection time #61

Closed zxdawn closed 1 year ago

zxdawn commented 1 year ago

One of my reviewers point out:

I think the exponent in the second term on the RHS of Equation (3) should be –(T2 – tk)/tau to account for chemical loss between production at time tk and measurement at T2. Also, if advection is significant, the summation region must include all places to which LNO2 created by lightning at time tk could be advected by time T2.

image

Thanks a lot! I need to fix the code:

https://github.com/zxdawn/S5P-LNO2/blob/95d2f3e05ee1c715da60e82264fab94eade09560/main/s5p_lno2_pe_lifetime.py#L96-L105