| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | private, | allocatable | :: | curve_T(:) | |||
| real(kind=dp), | private, | allocatable | :: | curve_lambda(:) | |||
| real(kind=dp), | private, | allocatable | :: | curve_dlambdadT(:) | |||
| real(kind=dp), | private | :: | minT | ||||
| real(kind=dp), | private | :: | maxT |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | logT0 |
dimensionfull log10(T0) value |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(background_t), | intent(in) | :: | background |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(background_t), | intent(in) | :: | background |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(background_t), | intent(in) | :: | background |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(background_t), | intent(in) | :: | background |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name |
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 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name | |||
| real(kind=dp), | intent(out), | allocatable | :: | table_T(:) | ||
| real(kind=dp), | intent(out), | allocatable | :: | table_lambda(:) |