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:

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:

Here is the caller graph for this function:

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:

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:

Variable Documentation

logical, parameter scalar::debug = .true.