-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GML 100-m ozonesondes #159
Conversation
if appropriate
since otherwise Dask does
@bbakernoaa @rschwant I do have some questions about the variables (in the |
Let me ask others at NOAA CSL who have used these files a lot whether they have a readme for this dataset. I'll copy you on an email. They are not on GitHub. |
Let’s just ask GML…?
|
with the help of the doc still some questions though, as the variables seem a bit different compared to the fle ones
did get timeout once this morn
more strict, but should be faster, and luckily the two cases seem to cover all
besides this one and the bad data line one, all others load now (tested on Hopper)
Now all of the 11k or so files load except two. Some questions:
@bbakernoaa @rschwant @iri01 would you be able to take a look? |
found a few cases of 99.9
for when Dask checks for consistency
The altitude diffs are mostly 0.1 (100 m; 99.67%), but not all. For combined files, e.g. for MM, may want to stick to data on those cleaner altitudes (3.5, 3.6, 3.7, ...), maybe storing the surface level data in separate variables. Although, the less-clean altitudes are mostly in the lower troposphere. From Bryan:
Also, for combined files, note that there are some cases of same launch time/place (e.g. one station launching two at the same time). The flight number can be used to differentiate them. |
otherwise can't differentiate launches at same time and place
"University of Rhode Island" should maybe be normalized to "Narragansett, Rhode Island". And perhaps "Mauna Loa Observatory, Hawaii" to "Hilo, Hawaii"? Seems like it only has 2 soundings, in 2002, and the launch loc isn't that far away. |
This looks great! On your earlier questions:
I like
I like:
"o3_ppm" for ozone mixing ratio in ppmv
"o3_col" for ozone partial column
"o3_du" for ozone total column in DU |
fancier sounding not using 'siteid' since one folder's data can have multiple unique 'station' values (akin to 'siteid')
@bbakernoaa I changed |
👍
Barry Baker
National Oceanic and Atmospheric Administration
Air Resources Laboratory
Physical Research Scientist
Chemical Modeling and Emissions Group Leader
NCWCP, R/ARL, Rm. 4204
5830 University Research Court
College Park, Maryland 20740
Phone: (301) 683-1395
…On Thu, Apr 11, 2024 at 6:59 PM Zachary Moon ***@***.***> wrote:
@bbakernoaa <https://github.com/bbakernoaa> I changed place arg to
location (not siteid since a location folder's data may have multiple
unique values of 'station'). But then I changed 'station' to 'siteid' in
the add_data() output for MONETIO-ness.
—
Reply to this email directly, view it on GitHub
<#159 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFIUVN25DOV6IXMGXJ7ELPTY44ISZAVCNFSM6AAAAABC43S3QCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQGY4DONRSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Initial reader for GML ozonesondes, currently only supporting the 100-m files.
Thanks to Owen Cooper (CSL), Bryan Johnson (GML), and Irena for helping with interpretation.
xref: NOAA-CSL/MELODIES-MONET#199