Open
Description
Currently forward sensitivity analysis can only be run on all of the thermochemistry and all of the rates. However it can be useful to run forward sensitivity on a specified set of parameters instead of all of them. This is mostly a logistical matter, the users need a way to input what species and rates they want sensitivities for and RMS needs to track and handle this internally when it processes the parameters in Domain.jl. A little bit of extra care is needed to make sure this won't slow things that are currently fast down particularly in the constant rate coefficient simulations...but at worst that should be able to be handled pretty well with an if statement.