-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failed to load GOES-16/-17 GLM datasets (in NetCDF format) in VERDI 20230425 builds #321
Comments
I found the following reader for level 2 GLM files in the geo2grid documentation. |
I found the following in the yaml file that is used in geo2grid. So, now I am investigating glmtools. https://github.com/deeplycloudy/glmtools/blob/master/docs/index.rst The following paper describes the GLM L2 Data. |
I was able to use jupyter notebook contained within glmtools to regrid data to a GEOS domain and then visualize the netCDF file using Panopoly after running the post-processing jupyter notebook script provided here: I don't think that VERDI can read in raw GLM files. Perhaps we can provide a jupyter notebook example that would do the following: (the order of these steps likely needs to be modified)
Once the above steps have been done, then we should be able to view the lightning data using VERDI. Other example scripts that discuss the need to estimate the height of a cloud that is observed lightning: I have created a tar.gz file containing output files created by the following script: I can visualized these files in panopoly, but not in VERDI. VERDI gives the following error. I think if we modify the python notebook examples to show how to regrid to a CONUS grid using a lambert conformal projection, then VERDI may be able to visualize the output. |
Additional resources Quick Guide to GLM Lightning Mapper SWIFT Short Course Panopoly - Java Based Visualization Tool |
Describe the bug
Test VERDI 2.1.4 20230425 builds on Atmos
Could not add GOES-16/-17 GLM datasets (in NetCDF format) under "Datasets" pane.
To Reproduce
Steps to reproduce the behavior:
3-1. Browse to GLM datasets on Atmos in this directory :
/work/MOD3DEV/dkj/GLM/DATA/GOES/GLM16_FGsubset/20210501
choose "GLM16-Flash_2021050100.nc" by clicking on "Open"
3-2. Browse to GLM datasets on Atmos in this directory :
/work/MOD3DEV/dkj/GLM/DATA/GLM16_FsubsetX/20190101
choose "GLM16-Flash_2019010100.nc" by clicking on "Open"
Expected behavior
The selected dataset names should be displayed under "Datasets" pane.
Screenshots
No error messages displayed, but the dataset was not loaded to VERDI for "GLM16-Flash_2021050100.nc"
An error message popped-up and no dataset is loaded to VERDI for "GLM16-Flash_2019010100.nc"
The text was updated successfully, but these errors were encountered: