File |
Line number |
Procedure |
Code |
./pkg/atm2d/OCNVARS.h |
36 |
NO PROCEDURE |
& fluxCO2_ocn, |
./pkg/atm2d/OCNVARS.h |
50 |
NO PROCEDURE |
_RL fluxCO2_ocn (Nx_ocn,Ny_ocn) |
./pkg/atm2d/cpl_recv_ocn_fields.F |
54 |
CPL_RECV_OCN_FIELDS |
O fluxCO2_ocn ) |
./pkg/atm2d/get_ocnvars.F |
57 |
GET_OCNVARS |
IF ( ocnCpl_exchange_DIC ) oFluxCO2(i,j) = fluxCO2_ocn(i,j) |
./pkg/atm_ocn_coupler/OCNVARS.h |
52 |
NO PROCEDURE |
& fluxCO2_ocn, |
./pkg/atm_ocn_coupler/OCNVARS.h |
66 |
NO PROCEDURE |
_RL fluxCO2_ocn (Nx_ocn,Ny_ocn) |
./pkg/atm_ocn_coupler/cpl_init_ocn_vars.F |
44 |
CPL_INIT_OCN_VARS |
fluxCO2_ocn (i,j) = 0. _d 0 |
./pkg/atm_ocn_coupler/cpl_recv_ocn_fields.F |
63 |
CPL_RECV_OCN_FIELDS |
O fluxCO2_ocn ) |
./pkg/atm_ocn_coupler/cpl_send_atm_fields.F |
76 |
CPL_SEND_ATM_FIELDS |
I Nx_ocn, Ny_ocn, fluxCO2_ocn, Nx_atm, Ny_atm, |