Functions/Subroutines
module_cnvdiff Module Reference

Functions/Subroutines

subroutine get_momentum_cnvdiff (u, v, w, p, t, uhx, uhy, uhz, vhx, vhy, vhz, whx, why, ff, ff0, gg, gg0, hh, hh0, qu, qv, qw)
 
subroutine get_temperature_cnvdiff (u, v, w, t, thx, thy, thz, ss, ss0, qt)
 

Function/Subroutine Documentation

◆ get_momentum_cnvdiff()

subroutine module_cnvdiff::get_momentum_cnvdiff ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  p,
real(mytype), dimension(:,:,:), intent(in)  t,
real(mytype), dimension(:,:,:), intent(in)  uhx,
real(mytype), dimension(:,:,:), intent(in)  uhy,
real(mytype), dimension(:,:,:), intent(in)  uhz,
real(mytype), dimension(:,:,:), intent(in)  vhx,
real(mytype), dimension(:,:,:), intent(in)  vhy,
real(mytype), dimension(:,:,:), intent(in)  vhz,
real(mytype), dimension(:,:,:), intent(in)  whx,
real(mytype), dimension(:,:,:), intent(in)  why,
real(mytype), dimension(:,:,:), intent(out)  ff,
real(mytype), dimension(:,:,:), intent(in)  ff0,
real(mytype), dimension(:,:,:), intent(out)  gg,
real(mytype), dimension(:,:,:), intent(in)  gg0,
real(mytype), dimension(:,:,:), intent(out)  hh,
real(mytype), dimension(:,:,:), intent(in)  hh0,
real(mytype), dimension(:,:,:), intent(out)  qu,
real(mytype), dimension(:,:,:), intent(out)  qv,
real(mytype), dimension(:,:,:), intent(out)  qw 
)

◆ get_temperature_cnvdiff()

subroutine module_cnvdiff::get_temperature_cnvdiff ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  t,
real(mytype), dimension(:,:,:), intent(in)  thx,
real(mytype), dimension(:,:,:), intent(in)  thy,
real(mytype), dimension(:,:,:), intent(in)  thz,
real(mytype), dimension(:,:,:), intent(out)  ss,
real(mytype), dimension(:,:,:), intent(in)  ss0,
real(mytype), dimension(:,:,:), intent(out)  qt 
)