|
CAM
|
Data Types | |
| type | emis_eff_t |
Functions/Subroutines | |
| subroutine, public | megan_factors_get (comp_name, factors, class_n, molecwght) |
| subroutine, public | megan_factors_init (filename) |
| subroutine | bld_hash_table_indices (names) |
| subroutine | enter_hash_data (name, data, class_n, molec_wght) |
| integer function | gen_hashkey (string) |
Variables | |
| real(r8), dimension(:), allocatable, public | ldf |
| real(r8), dimension(:), allocatable, public | agro |
| real(r8), dimension(:), allocatable, public | amat |
| real(r8), dimension(:), allocatable, public | anew |
| real(r8), dimension(:), allocatable, public | aold |
| real(r8), dimension(:), allocatable, public | betat |
| real(r8), dimension(:), allocatable, public | ct1 |
| real(r8), dimension(:), allocatable, public | ct2 |
| real(r8), dimension(:), allocatable, public | ceo |
| integer | npfts |
| type(emis_eff_t), dimension(:), pointer | comp_factors_table |
| integer, dimension(:), pointer | hash_table_indices |
| integer, parameter | tbl_hash_sz = 2**16 |
| character(len=32), dimension(:), allocatable, public | comp_names |
| real(r8), dimension(:), allocatable | comp_molecwghts |
| subroutine meganfactorsmod::bld_hash_table_indices | ( | character(len=*), dimension(:), intent(in) | names | ) |


|
private |


|
private |

| subroutine, public meganfactorsmod::megan_factors_get | ( | character(len=*), intent(in) | comp_name, |
| real(r8), dimension(npfts), intent(out) | factors, | ||
| integer, intent(out) | class_n, | ||
| real(r8), intent(out) | molecwght | ||
| ) |


| subroutine, public meganfactorsmod::megan_factors_init | ( | character(len=*), intent(in) | filename | ) |


| real(r8), dimension(:), allocatable, public meganfactorsmod::agro |
| real(r8), dimension(:), allocatable, public meganfactorsmod::amat |
| real(r8), dimension(:), allocatable, public meganfactorsmod::anew |
| real(r8), dimension(:), allocatable, public meganfactorsmod::aold |
| real(r8), dimension(:), allocatable, public meganfactorsmod::betat |
| real(r8), dimension(:), allocatable, public meganfactorsmod::ceo |
|
private |
|
private |
| character(len=32), dimension(:), allocatable, public meganfactorsmod::comp_names |
| real(r8), dimension(:), allocatable, public meganfactorsmod::ct1 |
| real(r8), dimension(:), allocatable, public meganfactorsmod::ct2 |
|
private |
| real(r8), dimension(:), allocatable, public meganfactorsmod::ldf |
|
private |
|
private |