Skip to content

Commit

Permalink
higher droplet concentration
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Jan 16, 2024
1 parent 2e7e492 commit 6a045e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_initsuperdropsbinary_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Monday 15th January 2024
Last Modified: Tuesday 16th January 2024
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -89,7 +89,7 @@
# # geomeans = [0.02e-6, 0.15e-6]
# # geosigs = [1.4, 1.6]
# # scalefacs = [0.06, 0.04]
numconc = np.sum(scalefacs) * 1e9
numconc = np.sum(scalefacs) * 5e9
xiprobdist = probdists.LnNormal(geomeans, geosigs, scalefacs)

# volexpr0 = 30.531e-6 # peak of volume exponential distribution [m]
Expand Down

0 comments on commit 6a045e1

Please sign in to comment.