interpolate_cooling_curves Subroutine

public subroutine interpolate_cooling_curves(settings)

Note

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.

Arguments

Type IntentOptional Attributes Name
type(settings_t), intent(in) :: settings