Skip to content

Commit

Permalink
fix accidental merge unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Jan 17, 2024
1 parent 3ec9467 commit e7e477e
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 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: Tuesday 16th January 2024
Last Modified: Wednesday 17th January 2024
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -82,35 +82,19 @@

# # geomeans = [0.075e-6] # lnnormal modes' geometric mean droplet radius [m]
# # geosigs = [1.5] # lnnormal modes' geometric standard deviation
<<<<<<< HEAD
# # scalefacs = [1e9] # relative heights of modes
# # scalefacs = [1] # relative heights of modes
# geomeans = [0.02e-6, 0.2e-6, 3.5e-6]
# geosigs = [1.55, 2.3, 2]
# scalefacs = [1e6, 0.3e6, 0.025e6]
# # geomeans = [0.02e-6, 0.15e-6]
# # geosigs = [1.4, 1.6]
# # scalefacs = [6e6, 4e6]
# numconc = np.sum(scalefacs)
# scalefacs = [1, 0.3, 0.025]
# # # geomeans = [0.02e-6, 0.15e-6]
# # # geosigs = [1.4, 1.6]
# # # scalefacs = [0.06, 0.04]
# numconc = np.sum(scalefacs) * 5e8
# xiprobdist = probdists.LnNormal(geomeans, geosigs, scalefacs)

volexpr0 = 30.531e-6 # peak of volume exponential distribution [m]
numconc = 2**(23) # total no. conc of real droplets [m^-3]
xiprobdist = probdists.VolExponential(volexpr0, rspan)
=======
# # scalefacs = [1] # relative heights of modes
geomeans = [0.02e-6, 0.2e-6, 3.5e-6]
geosigs = [1.55, 2.3, 2]
scalefacs = [1, 0.3, 0.025]
# # geomeans = [0.02e-6, 0.15e-6]
# # geosigs = [1.4, 1.6]
# # scalefacs = [0.06, 0.04]
numconc = np.sum(scalefacs) * 5e8
xiprobdist = probdists.LnNormal(geomeans, geosigs, scalefacs)

# volexpr0 = 30.531e-6 # peak of volume exponential distribution [m]
# numconc = 2**(23) # total no. conc of real droplets [m^-3]
# xiprobdist = probdists.VolExponential(volexpr0, rspan)
>>>>>>> 4d114b6 (1D rainshaft setup in main example)

# reff = 7e-6 # effective radius [m]
# nueff = 0.08 # effective variance
Expand Down

0 comments on commit e7e477e

Please sign in to comment.