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.
We currently get around never specifying it and its not a problem due to hardcoding in spherical particles:
https://github.com/open-atmos/PyPartMC/blob/96a89ee6253df42d3571d162ab896fab56a30ad3/src/aero_data.F90#L14-L21
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.