-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
27 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# ForTraCC_Processing [R scripts] | ||
Processing ForTraCC-Radar clusters and families per case as lists using `tidyverse` functions. | ||
|
||
## Main scripts | ||
- [`cappis_fortracc_figs.R`](fortracc_figs.R): reading pre-processed clusters and generating CAPPI plots (figures in [`ForTraCC_Processing/figures/cappis/`](figures/cappis/)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# General_Processing [R scripts] | ||
Generating figures and data about the cases, joining ForTraCC, radar and lightning. Generating misc figures. | ||
|
||
## Main scripts | ||
|
||
- [`plot_summary_cases.R`](plot_summary_cases.R): reading pre-processed clusters and lightning data and plotting summary figs (system evolution during hailfall, lifecycle) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# MultiDoppler_Processing [Python, R scripts] | ||
Processing doppler data from 2 (or 3) weather radars using [`MultiDop`](https://github.com/nasa/MultiDop) and [`PyDDA`](https://github.com/openradar/PyDDA) (not fully implemented). Plotting output data with [`Py-ART`](https://github.com/ARM-DOE/pyart). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Radar_Processing [Python, R] scripts | ||
Processing weather radar data in two fronts: | ||
- In Python: | ||
- Calculate hydrometeor classification (using [`CSU_RadarTools`](https://github.com/CSU-Radarmet/CSU_RadarTools)) and plot with polarimetric variables | ||
- Plot PPIs of single-pol variables | ||
- In R: | ||
- Read and view CAPPI data (specially from São Roque radar) |