Skip to content

Instantly share code, notes, and snippets.

@barronh
Last active January 26, 2025 21:17
Show Gist options
  • Save barronh/63f8c0956bbe9b31f6d693b465cd659d to your computer and use it in GitHub Desktop.
Save barronh/63f8c0956bbe9b31f6d693b465cd659d to your computer and use it in GitHub Desktop.
TEMPO_GeoXO_Meeting.ipynb
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Rveronica505
Copy link

Hello, I am a master's student trying to investigate the use of the TEMPO instrument. I have a small problem with TEMPO NO2 tropospheric and stratospheric columns V03 (BETA) .nc files, the thing is that I want to process it using python, but I only get xtrac and mirrir.step as resulting matrices, instead of for example latitudes, longitudes and concentrations of the contaminant, so I can't process it properly.
I don't know if you can share a method so that the matrix information of the variables can be displayed as such instead of these 2 mentioned above.

@barronh
Copy link
Author

barronh commented Nov 12, 2024

This notebook is designed to use pyrsig not native netcdfs. I’d recommend you look at https://github.com/nasa/ASDC_Data_and_User_Services and https://gist.github.com/barronh/497e3418fb66ddce2d04a4c8d68e31a3.

@barronh
Copy link
Author

barronh commented Jan 26, 2025

The v3 TEMPO product has larger magnitudes than the v1 that was used to develop this notebook. As a result, I have changed the ylim on the TEMPO compared to surface ozone from 6e16 to 9e15, but I didn't update the binary figure. New figures will look slightly different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment