TUV-x
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | List of all members
tuvx_temperature_range::temperature_range_t Interface Reference

Range for temperature-based calculations. More...

Public Member Functions

procedure pack_size => pack_size
 Returns the number of bytes required to pack the range onto a character buffer.
 
procedure mpi_pack => mpi_pack
 Packs the range onto a character buffer.
 
procedure mpi_unpack => mpi_unpack
 Unpacks a range from a character buffer.
 

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)
 

Detailed Description

Range for temperature-based calculations.

Constructor for temperature_range_t.

Member Data Documentation

◆ fixed_temperature_

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


The documentation for this interface was generated from the following file: