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 |
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(:) |