File |
Line number |
Procedure |
Code |
./pkg/bling/bling_carbon_chem.F |
104 |
CALC_PCO2 |
_RL htotal |
./pkg/bling/bling_carbon_chem.F |
295 |
CALC_PCO2 |
htotal = x |
./pkg/bling/bling_carbon_chem.F |
298 |
CALC_PCO2 |
htotal2=htotal*htotal |
./pkg/bling/bling_carbon_chem.F |
299 |
CALC_PCO2 |
co2star=diclocal*htotal2/(htotal2 + k1local*htotal |
./pkg/bling/bling_carbon_chem.F |
301 |
CALC_PCO2 |
phlocal=-log10(htotal) |
./pkg/dic/carbon_chem.F |
109 |
CALC_PCO2 |
_RL htotal |
./pkg/dic/carbon_chem.F |
300 |
CALC_PCO2 |
htotal = x |
./pkg/dic/carbon_chem.F |
303 |
CALC_PCO2 |
htotal2=htotal*htotal |
./pkg/dic/carbon_chem.F |
304 |
CALC_PCO2 |
co2star=diclocal*htotal2/(htotal2 + k1local*htotal |
./pkg/dic/carbon_chem.F |
306 |
CALC_PCO2 |
phlocal=-log10(htotal) |