Closed zxdawn closed 3 years ago
Bak here:
bug of ghost unit in version1.3 : 1e15 molec/cm2 instead of mol/m2
s5p_ghost = s5p['nitrogendioxide_ghost_column'] * 6.02214e19 # molecules/cm2
s5p_ghost = s5p['nitrogendioxide_ghost_column'] * 1e15 # molecules/cm2
Since this is the bug of the official product and we saved these variables without any modification, I close this now.
The units of
nitrogendioxide_ghost_column
is1e15 molec/cm2
instead ofmol/m2
, which is the attributes in the nc file.When the official product is fixed, I need to change these lines: