scalar Module Reference
Functions/Subroutines | |
subroutine | adv_scal (f, fn, d_fdis, fdis, d_fflux, fflux_obc, deltat, source) |
subroutine | vdif_scal (f, deltat) |
subroutine | bcond_scal_ptsource (f, fn, fdis) |
subroutine | bcond_scal_obc (f, fn, fflux_obc, f_obc, deltat, alpha_nudge) |
subroutine | fct_sed (f, fn) |
subroutine | calc_vflux (n, c, w, zk, flux) |
real(sp) function | lim (a, b) |
Variables | |
logical, parameter | debug = .true. |
Function/Subroutine Documentation
subroutine scalar::adv_scal | ( | real(sp), dimension(0:mt,kb), intent(in) | f, |
real(sp), dimension(0:mt,kb), intent(out) | fn, | ||
integer, intent(in) | d_fdis, | ||
real(sp), dimension(d_fdis), intent(in) | fdis, | ||
integer, intent(in) | d_fflux, | ||
real(sp), dimension(d_fflux,kbm1), intent(out) | fflux_obc, | ||
real(sp), intent(in) | deltat, | ||
logical, intent(in) | source | ||
) |
Here is the call graph for this function:
![](namespacescalar_a3896dfdc471b45fb4735e549ce9840ce_cgraph.png)
subroutine scalar::bcond_scal_obc | ( | real(sp), dimension(0:mt,kb), intent(in) | f, |
real(sp), dimension(0:mt,kb), intent(inout) | fn, | ||
real(sp), dimension(iobcn+1,kbm1), intent(in) | fflux_obc, | ||
real(sp), dimension(iobcn ), intent(in) | f_obc, | ||
real(sp), intent(in) | deltat, | ||
real(sp), intent(in) | alpha_nudge | ||
) |
subroutine scalar::bcond_scal_ptsource | ( | real(sp), dimension(0:mt,kb), intent(in) | f, |
real(sp), dimension(0:mt,kb), intent(out) | fn, | ||
real(sp), dimension(numqbc ), intent(in) | fdis | ||
) |
subroutine scalar::calc_vflux | ( | integer, intent(in) | n, |
real(sp), dimension(n), intent(in) | c, | ||
real(sp), dimension(n+1), intent(in) | w, | ||
real(sp), dimension(n), intent(in) | zk, | ||
real(sp), dimension(n+1), intent(out) | flux | ||
) |
Here is the call graph for this function:
![](namespacescalar_a7c697c61b62a3d88418ceb315b070666_cgraph.png)
Here is the caller graph for this function:
![](namespacescalar_a7c697c61b62a3d88418ceb315b070666_icgraph.png)
subroutine scalar::fct_sed | ( | real(sp), dimension(0:mt,kb), intent(in) | f, |
real(sp), dimension(0:mt,kb), intent(inout) | fn | ||
) |
Here is the call graph for this function:
![](namespacescalar_acb416213c5dfd566c8284d48673b32c3_cgraph.png)
real(sp) function scalar::lim | ( | real(sp) | a, |
real(sp) | b | ||
) |
subroutine scalar::vdif_scal | ( | real(sp), dimension(0:mt,kb), intent(inout) | f, |
real(sp), intent(in) | deltat | ||
) |
Here is the call graph for this function:
![](namespacescalar_a33b54c053cd93953af8f094089bc9193_cgraph.png)
Variable Documentation
logical, parameter scalar::debug = .true. |