atmos:citation:research:soda_proecessing_1d_and_2d_hail_2d_hvps1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
atmos:citation:research:soda_proecessing_1d_and_2d_hail_2d_hvps1 [2024/05/19 02:50] – klinman | atmos:citation:research:soda_proecessing_1d_and_2d_hail_2d_hvps1 [2024/05/21 14:23] (current) – klinman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Notes for self | + | On board the T28 aircraft was a Hail Spectrometer and High Volume Particle Spectrometer (HVPS). Both probes output 2D data, and the Hail Spectrometer also output 1D data. The HVPS had an array of 256 diodes, |
- | * np.ceil or np.round | + | |
- | * for cases where 1 count, but soda does correction of * 1.1 / 5 | + | The counts generated from SODA are saved in a 14xn array where n is the number of x second intervals, where x can be specified when using the SODA gui. x is set to 5 seconds |
- | * so the 1 count would be 1 *1.1 /5 = ~.2 | + | |
- | * hail counts from disp count forward. | + | {{: |
- | * cant say i understand it but in aarons code, the counts are multiplied by the 1.1 correction factor. then the conc is /5 which is the active time. | + | |
- | * what doesn' | + | {{: |
- | * what also doesnt make sense is that the concentration from calculating it myself, using that /5 and *1.1 is that the concentration i calculate is consistently ~1.1 times higher than the concentration aaron gets. | + | |
- | * could i be looking at the wrong code | + | The time interval for 241846 - 241851 is shown. Note that the time intervals |
- | * ok update to previous bullet point. just not multiplying by 1.1 seems to be the move??? | + | |
- | * i think im missing where in aarons code he actually makes the concentration file because something | + | To calculate concentration from counts, |
- | * and im still confused about why the counts | + | |
- | * aaron takes conc1d | + | Conc (#/m^4) = Counts / (SA * Airspeed * Binsize change) |
+ | |||
+ | where | ||
+ | * SA is sample area which is (probe arm length * height) | ||
+ | * Height is (number of diodes * diode size) | ||
+ | * Binsize change | ||
+ | * For channel 1 for the Hail Spectrometer, | ||
+ | |||
+ | SODA includes extra variables in it's calculations. I can not explain why SODA includes these extra factors, but they are in there, and when included, | ||
+ | * Counts are multiplied by a correction factor | ||
+ | * This is the Poisson correction factor. | ||
+ | * In additions to SA, Airspeed, and Binsize change, SODA also divides by " | ||
+ | | ||
+ | |||
+ | The new formula is, | ||
+ | |||
+ | Conc (#/m^4) = (Counts * corr_fac) / (SA * Airspeed * Binsize change * activetime) | ||
+ | |||
+ | where for the Hail Spectrometer, | ||
+ | * Probe arm length: 0.99 m (SODA version) | ||
+ | * Diode size: 0.009 m | ||
+ | * Diodes: 64 (SODA version) | ||
+ | * Airspeed: ~100m/s | ||
+ | * Binsize change: 0.001, 0.001, 0.001, 0.001, 0.0014, 0.0016, 0.002, 0.0026, 0.003, 0.0031, 0.0044, 0.006, 0.0079, 0.01 | ||
+ | * Corr_fac: ~1.1 | ||
+ | * activetime: 5 | ||
+ | |||
+ | When you consider the counts being multiplied by the correction factor and divided by the active time, the 2D counts from SODA better match the 1D counts. In the image below, the 2D counts generated by SODA are much closer | ||
+ | |||
+ | {{: | ||
+ | |||
+ | With the counts from the first image plugged into the second formula, the resulting concentration is, | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The SODA concentrations agree fairly well with the DISP concentrations. | ||
+ | |||
+ | Notes to self on information to include, mention, explore, etc, | ||
+ | * Counts rounded. Ceiling or round up/down? Which is better representation of data? | ||
+ | * Time counts forward from time denoted for interval | ||
+ | * Idk why the counts | ||
+ | * Sometimes, although | ||
+ | * Sample volumes check out. Airspeed checks out. SODA uses one airspeed for whole time interval. Include a comparison of the numbers | ||
+ | * Include a comparison of the different probe specs used in 1D and 2D calculation | ||
+ | * | ||
+ | |||
+ | to get rid of sec from airspeed, i like to think of it as counts per time interval. so 100 counts per 5 second interval would be 100/5s which gives the seconds on bottom | ||
+ |
atmos/citation/research/soda_proecessing_1d_and_2d_hail_2d_hvps1.1716087059.txt.gz · Last modified: 2024/05/19 02:50 by klinman