The camp_sub_model_PDFiTE module.
More...
Go to the source code of this file.
|
#define | NUM_PHASE_ this%condensed_data_int(1) |
|
#define | GAS_WATER_ID_ this%condensed_data_int(2) |
|
#define | NUM_ION_PAIRS_ this%condensed_data_int(3) |
|
#define | TOTAL_INT_PARAM_ this%condensed_data_int(4) |
|
#define | TOTAL_FLOAT_PARAM_ this%condensed_data_int(5) |
|
#define | NUM_INT_PROP_ 5 |
|
#define | NUM_REAL_PROP_ 0 |
|
#define | NUM_ENV_PARAM_ 1 |
|
#define | PHASE_ID_(x) |
|
#define | PAIR_INT_PARAM_LOC_(x) |
|
#define | PAIR_FLOAT_PARAM_LOC_(x) |
|
#define | ION_PAIR_ACT_ID_(x) |
|
#define | NUM_CATION_(x) |
|
#define | NUM_ANION_(x) |
|
#define | CATION_ID_(x) |
|
#define | ANION_ID_(x) |
|
#define | NUM_INTER_(x) |
|
#define | JAC_WATER_ID_(p, x) |
|
#define | JAC_CATION_ID_(p, x, y) |
|
#define | JAC_ANION_ID_(p, x, y) |
|
#define | NUM_B_(x, y) |
|
#define | INTER_SPEC_ID_(x, y) |
|
#define | INTER_SPEC_LOC_(x, y) |
|
#define | CATION_MW_(x) |
|
#define | ANION_MW_(x) |
|
#define | CATION_N_(x) |
|
#define | ANION_N_(x) |
|
#define | MIN_RH_(x, y) |
|
#define | MAX_RH_(x, y) |
|
#define | B_Z_(x, y, z) |
|
The camp_sub_model_PDFiTE module.
Definition in file sub_model_PDFiTE.F90.
◆ ANION_ID_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+4)
◆ ANION_MW_
Value: 1this%condensed_data_real(pair_float_param_loc_(x)+1)
◆ ANION_N_
Value: 1this%condensed_data_real(pair_float_param_loc_(x)+3)
◆ B_Z_
Value: 1this%condensed_data_real(inter_spec_loc_(x,y)+1+z)
◆ CATION_ID_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+3)
◆ CATION_MW_
Value: 1this%condensed_data_real(pair_float_param_loc_(x))
◆ CATION_N_
Value: 1this%condensed_data_real(pair_float_param_loc_(x)+2)
◆ GAS_WATER_ID_
#define GAS_WATER_ID_ this%condensed_data_int(2) |
◆ INTER_SPEC_ID_
#define INTER_SPEC_ID_ |
( |
| x, |
|
|
| y ) |
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+(1+2*num_ion_pairs_)*num_phase_+num_inter_(x)+y)
◆ INTER_SPEC_LOC_
#define INTER_SPEC_LOC_ |
( |
| x, |
|
|
| y ) |
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+(1+2*num_ion_pairs_)*num_phase_+2*(num_inter_(x))+y)
◆ ION_PAIR_ACT_ID_
#define ION_PAIR_ACT_ID_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(pair_int_param_loc_(x))
◆ JAC_ANION_ID_
#define JAC_ANION_ID_ |
( |
| p, |
|
|
| x, |
|
|
| y ) |
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+(1+num_ion_pairs_)*num_phase_+(p-1)*num_ion_pairs_+y)
◆ JAC_CATION_ID_
#define JAC_CATION_ID_ |
( |
| p, |
|
|
| x, |
|
|
| y ) |
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+num_phase_+(p-1)*num_ion_pairs_+y)
◆ JAC_WATER_ID_
#define JAC_WATER_ID_ |
( |
| p, |
|
|
| x ) |
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+p)
◆ MAX_RH_
Value: 1this%condensed_data_real(inter_spec_loc_(x,y)+1)
◆ MIN_RH_
Value: 1this%condensed_data_real(inter_spec_loc_(x,y))
◆ NUM_ANION_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+2)
◆ NUM_B_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5+(1+2*num_ion_pairs_)*num_phase_+y)
◆ NUM_CATION_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+1)
◆ NUM_ENV_PARAM_
◆ NUM_INT_PROP_
◆ NUM_INTER_
Value: 1this%condensed_data_int(pair_int_param_loc_(x)+5)
◆ NUM_ION_PAIRS_
#define NUM_ION_PAIRS_ this%condensed_data_int(3) |
◆ NUM_PHASE_
#define NUM_PHASE_ this%condensed_data_int(1) |
◆ NUM_REAL_PROP_
◆ PAIR_FLOAT_PARAM_LOC_
#define PAIR_FLOAT_PARAM_LOC_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+num_phase_+num_ion_pairs_+x)
◆ PAIR_INT_PARAM_LOC_
#define PAIR_INT_PARAM_LOC_ |
( |
| x | ) |
|
Value: 1this%condensed_data_int(num_int_prop_+num_phase_+x)
◆ PHASE_ID_
Value: 1this%condensed_data_int(num_int_prop_+x)
◆ TOTAL_FLOAT_PARAM_
#define TOTAL_FLOAT_PARAM_ this%condensed_data_int(5) |
◆ TOTAL_INT_PARAM_
#define TOTAL_INT_PARAM_ this%condensed_data_int(4) |