|
TUV-x
|
Range for temperature-based calculations. More...
Public Member Functions | |
| procedure | pack_size (this, comm) |
| Returns the number of bytes required to pack the range onto a character buffer. | |
| procedure | mpi_pack (this, buffer, position, comm) |
| Packs the range onto a character buffer. | |
| procedure | mpi_unpack (this, buffer, position, comm) |
| Unpacks a range from a character buffer. | |
| type(temperature_range_t) function | constructor (config) |
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. | |
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