Symbol | Description | Uses |
co2atmos | 8 |
File | Line number | Procedure | Code |
./pkg/dic/DIC_ATMOS.h | 13 | NO PROCEDURE |
_RL co2atmos(1000) |
./pkg/dic/DIC_ATMOS.h | 5 | NO PROCEDURE |
& co2atmos, |
./pkg/dic/dic_atmos.F | 88 | DIC_ATMOS |
atm_pCO2 = co2atmos(ntim)*bWght + co2atmos(ntim+1)*aWght |
./pkg/dic/dic_ini_atmos.F | 93 | DIC_INI_ATMOS |
atm_pCO2 = co2atmos(ntim)*bWght + co2atmos(ntim+1)*aWght |
./pkg/dic/dic_init_fixed.F | 71 | DIC_INIT_FIXED |
READ(iUnit,*) co2atmos(k) |
./pkg/dic/dic_init_fixed.F | 72 | DIC_INIT_FIXED |
WRITE(standardMessageUnit,*) 'co2atmos',co2atmos(k) |