The cooling tables contain dimensionfull values on a logarithmic scale. To avoid resampling the table on an unequally spaced temperature grid by doing 10**T, we interpolate the logarithmic table values on an equally spaced T grid in log scale, so we get log10(lambda(T)) and log10(T) values.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(settings_t), | intent(in) | :: | settings |