-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fractal dimension is hardcoded to be spherical #236
Comments
Stale issue message |
Stale issue message |
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently get around never specifying it and its not a problem due to hardcoding in spherical particles:
PyPartMC/src/aero_data.F90
Lines 14 to 21 in 96a89ee
As of now, we do not currently read in the fractal information in
run_part_opt.F90
. This goes to the issue of having a near duplicate version of the code found in PartMC's main driver partmc.F90. So this will be addressed in #55 and fractal particles can be enabled by deleting Line 19 of code above.The text was updated successfully, but these errors were encountered: