SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
subroutine | heatcond1d (T, Qs, dx, dt, k, rhocp, bc, bctype) |
recursive subroutine | heatcond1d_ext (T, Qs, Tsfc, dx, dt, k, rhocp, bc, bctype, debug) |
subroutine heatflux::heatcond1d | ( | real(kind(1d0)), dimension(:), intent(inout) | T, |
real(kind(1d0)), intent(out) | Qs, | ||
real(kind(1d0)), dimension(:), intent(in) | dx, | ||
real(kind(1d0)), intent(in) | dt, | ||
real(kind(1d0)), dimension(:), intent(in) | k, | ||
real(kind(1d0)), dimension(:), intent(in) | rhocp, | ||
real(kind(1d0)), dimension(2), intent(in) | bc, | ||
logical, dimension(2), intent(in) | bctype | ||
) |
Definition at line 480 of file suews_phys_estm.f95.
Referenced by estm_module::estm().
recursive subroutine heatflux::heatcond1d_ext | ( | real(kind(1d0)), dimension(:), intent(inout) | T, |
real(kind(1d0)), intent(out) | Qs, | ||
real(kind(1d0)), intent(out) | Tsfc, | ||
real(kind(1d0)), dimension(:), intent(in) | dx, | ||
real(kind(1d0)), intent(in) | dt, | ||
real(kind(1d0)), dimension(:), intent(in) | k, | ||
real(kind(1d0)), dimension(:), intent(in) | rhocp, | ||
real(kind(1d0)), dimension(2), intent(in) | bc, | ||
logical, dimension(2), intent(in) | bctype, | ||
logical, intent(in) | debug | ||
) |
Definition at line 529 of file suews_phys_estm.f95.
References heatcond1d_ext().
Referenced by estm_module::estm_ext(), and heatcond1d_ext().