|
TUV-x
|
Public Member Functions | |
| procedure | calculate (this, grid_warehouse, profile_warehouse) |
| Calculate the photorate quantum yield for a given set of environmental conditions. | |
| class(quantum_yield_t) function, pointer | constructor (config, grid_warehouse, profile_warehouse) |
Public Member Functions inherited from tuvx_quantum_yield::quantum_yield_t | |
| procedure | calculate (this, grid_warehouse, profile_warehouse) |
| procedure | add_points (this, config, data_lambda, data_parameter) |
| procedure | pack_size (this, comm) |
| procedure | mpi_pack (this, buffer, position, comm) |
| procedure | mpi_unpack (this, buffer, position, comm) |
Additional Inherited Members | |
Public Attributes inherited from tuvx_quantum_yield::quantum_yield_t | |
| type(quantum_yield_parms_t), dimension(:), allocatable | quantum_yield_parms |
| type(grid_warehouse_ptr) | height_grid_ |
| type(grid_warehouse_ptr) | wavelength_grid_ |
| type(profile_warehouse_ptr) | temperature_profile_ |
| type(profile_warehouse_ptr) | air_profile_ |
| type(override_t), dimension(:), allocatable | overrides_ |
| procedure tuvx_quantum_yield_ch2chcho::quantum_yield_ch2chcho_t::calculate | ( | class(quantum_yield_ch2chcho_t), intent(in) | this, |
| type(grid_warehouse_t), intent(inout) | grid_warehouse, | ||
| type(profile_warehouse_t), intent(inout) | profile_warehouse ) |
Calculate the photorate quantum yield for a given set of environmental conditions.
| [in] | this | Arguments |
| class(quantum_yield_t) function, pointer tuvx_quantum_yield_ch2chcho::quantum_yield_ch2chcho_t::constructor | ( | type(config_t), intent(inout) | config, |
| type(grid_warehouse_t), intent(inout) | grid_warehouse, | ||
| type(profile_warehouse_t), intent(inout) | profile_warehouse ) |
Implements tuvx_quantum_yield::quantum_yield_t.