smaret / astrochem

A code to compute the abundances of chemical species in the interstellar medium
Other
19 stars 12 forks source link

Some grain parameters are missing from the Python API #59

Open smaret opened 7 years ago

smaret commented 7 years ago

Both grain_gas_mass_ratio and grain_mass_density are missing from the Python API.

smaret commented 7 years ago

These parameters are present in the C API, but they are ignored. The piece of code that computes the grain abundance from these parameters is located in input.c, but this part of the code isn't called when the C (or Python) API is used.