Skip to content

Commit

Permalink
modify figures with 100 ft
Browse files Browse the repository at this point in the history
  • Loading branch information
cpierard committed Apr 25, 2024
1 parent 11dc503 commit a606f29
Show file tree
Hide file tree
Showing 15 changed files with 404 additions and 1,357 deletions.
1,755 changes: 401 additions & 1,354 deletions analysis/Map_origin_particles_surface.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion analysis/size_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end_time = datelist[0]

# simulations = [10] + [i for i in range(100, 501, 100)]
simulations = [500, 1000, 10000, 23000]
simulations = [100, 1000, 10000, 23000]

# %% Extracting the data from simulation outputs
surface_events = {}
Expand Down
2 changes: 1 addition & 1 deletion analysis/vertical_histograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Define simulation fragmentation timescales
# simulations = [10] + [i for i in range(100, 501, 100)]
simulations = [500, 1000, 10000, 23000]
simulations = [100, 1000, 10000, 23000]
# Set depth bins for histograms
depth_bins = np.linspace(-5500, 0, 56) # creates a 100m bins

Expand Down
Binary file modified article_figs/ECDF_nanoparticles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/ECDF_surface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/Figure3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/Figure3_candidate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added article_figs/Figure3_v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added article_figs/Figure3_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/Figure4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/Figure5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/Figure6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/FigureS2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified article_figs/depth_n_displacement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion article_figs/stats_frag_into_NPs.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
,Particles,z median,z min,z max,T_s mean,T_s std,T_s median,T_s min,T_s max,X mean,X std,X median,X min,X max
500,8192.0,-4777.082301009632,-5497.838343204794,-2268.3992551259007,590.0784912109375,575.3949020260836,411.0,0.0,4402.0,422472.4865071337,271593.7632643159,382451.6278293943,622.6703371143678,2836534.9162265505
100,8192.0,-4950.0222879551675,-5492.897725732681,-3115.6953769159486,119.045166015625,116.4921805779782,85.0,0.0,1105.0,212247.33552554937,156129.74960796727,187006.27768894134,154.62232183589518,1195266.8880830365
1000,8192.0,-4634.582599658053,-5495.58294032956,-1140.9295256698006,1141.559814453125,1053.1294018066226,807.5,0.0,4402.0,545775.3617649877,375534.1180765641,468681.3736023853,649.6496115458041,3872416.2886222294
10000,8192.0,-4123.204920216056,-5484.762455489719,-9.0,3674.337890625,1287.3911723347012,4402.0,3.0,4402.0,956081.8747460541,682707.0896657215,789449.2975281788,14693.517185845663,7052479.159699347
23000,8192.0,-4040.5838458904573,-5495.211747527972,-303.27109784392906,4059.7950439453125,947.4400747148248,4402.0,4.0,4402.0,1029578.3526320494,699086.7660447955,860531.9169256894,2219.465999773064,7486441.350030665

0 comments on commit a606f29

Please sign in to comment.