Functions/Subroutines | |
| subroutine | cfrax_physloop (sib, i, c3) |
| subroutine | cfrax_final (sib) |
Variables | |
| real(kind=dbl_kind) | co2a_conc |
| real(kind=dbl_kind) | co2m_conc |
| real(kind=dbl_kind) | rca |
| real(kind=dbl_kind) | rcm |
| real(kind=dbl_kind) | c13cm |
| real(kind=dbl_kind) | c12cm |
| real(kind=dbl_kind) | rcresp |
| real(kind=dbl_kind) | c13resp |
| real(kind=dbl_kind) | c12resp |
| real(kind=dbl_kind) | c13ca |
| real(kind=dbl_kind) | c12ca |
| real(kind=dbl_kind) | d13c_gresp |
| subroutine cfrax::cfrax_final | ( | type(sib_t),intent(inout) | sib | ) |
| subroutine cfrax::cfrax_physloop | ( | type(sib_t),intent(inout) | sib, | |
| integer(kind=int_kind),intent(in) | i, | |||
| real(kind=dbl_kind),intent(in) | c3 | |||
| ) |
Definition at line 58 of file cfrax.F90.
References c12ca, c12cm, c12resp, c13ca, c13cm, c13resp, co2a_conc, co2m_conc, d13c_gresp, sib_const_module::dtt, sib_const_module::kiecdis, sib_const_module::kieclfbl, sib_const_module::kieclphas, sib_const_module::kiecrbsco, sib_const_module::kiecstom, sib_const_module::pdb, rca, rcm, and rcresp.
Referenced by phosib().
| real(kind=dbl_kind) cfrax::c12ca |
Definition at line 48 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::c12cm |
Definition at line 40 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::c12resp |
Definition at line 45 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::c13ca |
Definition at line 47 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::c13cm |
Definition at line 38 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::c13resp |
Definition at line 43 of file cfrax.F90.
Referenced by cfrax_final(), and cfrax_physloop().
| real(kind=dbl_kind) cfrax::co2a_conc |
Definition at line 34 of file cfrax.F90.
Referenced by cfrax_physloop().
| real(kind=dbl_kind) cfrax::co2m_conc |
Definition at line 35 of file cfrax.F90.
Referenced by cfrax_physloop().
| real(kind=dbl_kind) cfrax::d13c_gresp |
Definition at line 51 of file cfrax.F90.
Referenced by cfrax_physloop().
| real(kind=dbl_kind) cfrax::rca |
Definition at line 36 of file cfrax.F90.
Referenced by cfrax_physloop().
| real(kind=dbl_kind) cfrax::rcm |
Definition at line 37 of file cfrax.F90.
Referenced by cfrax_physloop().
| real(kind=dbl_kind) cfrax::rcresp |
Definition at line 42 of file cfrax.F90.
Referenced by cfrax_physloop().
1.7.1