Public Member Functions | |
subroutine | gascon (ncol, nlm, ib, pp, ppl, dp, tt, rmix, tgm) |
real(kind=dbl_kind) function | parm_ckd24 (iband, amnt, patm, temp, dz) |
Public Attributes | |
integer(kind=int_kind), parameter | ncoef = 7 |
integer(kind=int_kind), parameter | nreg = 2 |
integer(kind=int_kind), parameter | nband = 12 |
real(kind=dbl_kind), dimension(nband) | h2obnd |
real(kind=dbl_kind), dimension(ncoef, nreg, nband) | ck24_3 |
Definition at line 5 of file continuum.f90.
subroutine continuum::gascon | ( | integer (kind=int_kind), intent(in) | ncol, |
integer (kind=int_kind), intent(in) | nlm, | ||
integer (kind=int_kind), intent(in) | ib, | ||
real (kind=dbl_kind), dimension(:,:), intent(in) | pp, | ||
real (kind=dbl_kind), dimension(:,:), intent(in) | ppl, | ||
real (kind=dbl_kind), dimension(:,:), intent(in) | dp, | ||
real (kind=dbl_kind), dimension(:,:), intent(in) | tt, | ||
real (kind=dbl_kind), dimension(:,:), intent(in) | rmix, | ||
real (kind=dbl_kind), dimension(:,:), intent(out) | tgm | ||
) |
Definition at line 101 of file continuum.f90.
real (kind=dbl_kind) function continuum::parm_ckd24 | ( | integer (kind=int_kind), intent(in) | iband, |
real (kind=dbl_kind), intent(in) | amnt, | ||
real (kind=dbl_kind), intent(in) | patm, | ||
real (kind=dbl_kind), intent(in) | temp, | ||
real (kind=dbl_kind), intent(in) | dz | ||
) |
Definition at line 186 of file continuum.f90.
Definition at line 18 of file continuum.f90.
real (kind=dbl_kind), dimension(nband) continuum::h2obnd |
Definition at line 15 of file continuum.f90.
integer (kind=int_kind), parameter continuum::nband = 12 |
Definition at line 10 of file continuum.f90.
integer (kind=int_kind), parameter continuum::ncoef = 7 |
Definition at line 10 of file continuum.f90.
integer (kind=int_kind), parameter continuum::nreg = 2 |
Definition at line 10 of file continuum.f90.