-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added codes to work with SAAG WRF simulations. 1. Added Notebooks/test_idcell_reflectivity.ipynb to visualize the cell identification to an example radar reflectivity snapshot. 2. Modify pyflextrkr/preprocess_wrf_tb_rainrate.py to have options to work with SAAG WRF output precipitation. * Added capability to track convective cells with composite reflectivity. 1. Added a function in pyflextrkr/idcells_reflectivity.py to work with composite reflectivity (2D) input data, with an option to pass additional variables specified in the config file from the input data to tracking output pixel-level data. 2. Added an option in pyflextrkr/netcdf_io.py to pass additional variables to output pixel-level data. 3. Modified Analysis/plot_subset_cell_tracks_demo.py to allow more flexibility to customize the quiclook plots. 4. Updated Notebooks/test_idcell_reflectivity.ipynb to visualize more cell identification settings and results. * Added options to remove cells smaller than certain size. 1. Added flags in pyflextrkr/idcells_reflectivity.py to remove cells smaller than specified thresholds from the config file. 2. Added codes in pyflextrkr/steiner_func.py to remove cells smaller than specified thresholds. 3. Updated Notebooks/test_idcell_reflectivity.ipynb. 4. Adjusted reflectivity levels in Analysis/plot_subset_cell_tracks_demo.py. * Updated advection function. 1. Updated /pyflextrkr/advection_tiles.py to work with Scikit-image v0.22, where phase_cross_correlation returns 3 items by default. 2. Updated environment.yml and requirements.txt to have scikit-image>0.22.
- Loading branch information
Showing
10 changed files
with
1,418 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.