|
| logical, public | carbon_cycle_mod::carbon_cycle_tr |
| |
| logical, public | carbon_cycle_mod::carbon_cycle_cpl |
| |
| logical | carbon_cycle_mod::carbon_cycle_emis_comp_omp =.FALSE. |
| |
| logical | carbon_cycle_mod::carbon_cycle_emis_comp =.FALSE. |
| |
| logical | carbon_cycle_mod::rco2_inter_omp |
| |
| logical | carbon_cycle_mod::rco2_inter |
| |
| real | carbon_cycle_mod::fos_fuel_s_omp |
| |
| real | carbon_cycle_mod::fos_fuel_s |
| |
| real | carbon_cycle_mod::emis_land_s |
| |
| real | carbon_cycle_mod::airetot |
| |
| integer | carbon_cycle_mod::ntr_co2 |
| |
| real, dimension(:), allocatable, public | carbon_cycle_mod::fco2_ocn_day |
| |
| real, dimension(:), allocatable | carbon_cycle_mod::fco2_land_day |
| |
| real, dimension(:), allocatable | carbon_cycle_mod::fco2_lu_day |
| |
| real, dimension(:,:), allocatable | carbon_cycle_mod::dtr_add |
| |
| real, dimension(:), allocatable, public | carbon_cycle_mod::fco2_land_inst |
| |
| real, dimension(:), allocatable, public | carbon_cycle_mod::fco2_lu_inst |
| |
| real, dimension(:), allocatable, public | carbon_cycle_mod::co2_send |
| |
| integer, parameter | carbon_cycle_mod::maxco2trac =5 |
| |
| type(co2_trac_type), dimension(maxco2trac) | carbon_cycle_mod::co2trac |
| |