TUV-x
|
Range for temperature-based calculations. More...
Public Attributes | |
real(kind=dk) | min_temperature_ = 0.0_dk |
Minimum temperature [K] for inclusion in range. | |
real(kind=dk) | max_temperature_ = huge(1.0_dk) |
Maximum temperature [K] for include in range. | |
logical | is_fixed_ = .false. |
Indicates whether to use a fixed temperature for the parameterization calculation. If FALSE, the actual temperature is used. | |
real(kind=dk) | fixed_temperature_ = 0.0_dk |
Fixed temperature [K] to use in paramterization calculation. More... | |
Private Member Functions | |
type(temperature_range_t) function | constructor (config) |
Range for temperature-based calculations.
Constructor for temperature_range_t.
real(kind=dk) tuvx_temperature_range::temperature_range_t::fixed_temperature_ = 0.0_dk |
Fixed temperature [K] to use in paramterization calculation.
Is only used if is_fixed == TRUE