Symbol Description Uses
total_atmos_moles total number of moles in the Earth atmosphere 12



File Line number Procedure Code
./pkg/aim_v23/AIM_CO2.h 31 NO PROCEDURE
      _RL total_atmos_moles
./pkg/aim_v23/AIM_CO2.h 32 NO PROCEDURE
      PARAMETER ( total_atmos_moles = 1.77D20 )
./pkg/aim_v23/aim_do_co2.F 100 AIM_DO_CO2
          atm_CO2_Moles = atm_pCO2 * total_atmos_moles
./pkg/aim_v23/aim_do_co2.F 120 AIM_DO_CO2
          atm_pCO2 = atm_CO2_Moles / total_atmos_moles
./pkg/aim_v23/aim_do_co2.F 140 AIM_DO_CO2
        atm_pCO2 = atm_CO2_Moles / total_atmos_moles
./pkg/dic/dic_atmos.F 145 DIC_ATMOS
       atpco2 = total_atmos_carbon/total_atmos_moles
./pkg/dic/dic_atmos.F 48 DIC_ATMOS
      _RL total_atmos_moles
./pkg/dic/dic_atmos.F 97 DIC_ATMOS
       total_atmos_moles = 1.77 _d 20
./pkg/dic/dic_ini_atmos.F 102 DIC_INI_ATMOS
       total_atmos_moles = 1.77 _d 20
./pkg/dic/dic_ini_atmos.F 129 DIC_INI_ATMOS
         total_atmos_carbon = total_atmos_moles*dic_pCO2
./pkg/dic/dic_ini_atmos.F 141 DIC_INI_ATMOS
        atpco2 = total_atmos_carbon/total_atmos_moles
./pkg/dic/dic_ini_atmos.F 48 DIC_INI_ATMOS
      _RL total_atmos_moles