flaresimulations / synthesizer-grids

Scripts for generating synthesizer grids
https://flaresimulations.github.io/synthesizer/grids/grids.html
1 stars 1 forks source link

Avoiding log values in create_cloudy_input_grid #20

Open sophie-newman opened 11 months ago

sophie-newman commented 11 months ago

In create_cloudy_inputgrid.py, a number of operations are done in log space before then doing the following: `# set log10U to provide cloudy params['ionisation_parameter'] = 10**float(log10U)` which may result in floating point errors from logging then unlogging.