1 |
jahn |
1.1 |
C $Header$ |
2 |
|
|
C $Name$ |
3 |
|
|
|
4 |
|
|
COMMON /INTERACT_ATMOS_NEEDS/ |
5 |
|
|
& co2atmos, |
6 |
|
|
& total_atmos_carbon, total_ocean_carbon, |
7 |
|
|
& total_atmos_carbon_year, |
8 |
|
|
& total_ocean_carbon_year, |
9 |
|
|
& total_atmos_carbon_start, |
10 |
|
|
& total_ocean_carbon_start, |
11 |
|
|
& total_atmos_carbon_ini, |
12 |
|
|
& atpco2_ini |
13 |
|
|
|
14 |
|
|
_RL co2atmos(1000) |
15 |
|
|
_RL total_atmos_carbon |
16 |
|
|
_RL total_ocean_carbon |
17 |
|
|
_RL total_atmos_carbon_year |
18 |
|
|
_RL total_atmos_carbon_start |
19 |
|
|
_RL total_ocean_carbon_year |
20 |
|
|
_RL total_ocean_carbon_start |
21 |
|
|
_RL total_atmos_carbon_ini |
22 |
|
|
_RL atpco2_ini |