|
SUEWS API Site
Documentation of SUEWS source code
|
Functions/Subroutines | |
| subroutine | heatcond1d (T, Qs, dx, dt, k, rhocp, bc, bctype) |
| 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 481 of file suews_phys_estm.f95.
Referenced by estm_module::estm().

1.8.13