CAM
gw_front Module Reference

Functions/Subroutines

subroutine, public gw_front_init (taubgnd, frontgfc_in, kfront_in, errstring)
 
subroutine, public gw_cm_src (ncol, ngwv, kbot, u, v, frontgf, src_level, tend_level, tau, ubm, ubi, xv, yv, c)
 

Variables

real(r8) frontgfc = huge(1._r8)
 
integer kfront = 0
 
real(r8), dimension(:), allocatable fav
 

Function/Subroutine Documentation

◆ gw_cm_src()

subroutine, public gw_front::gw_cm_src ( integer, intent(in)  ncol,
integer, intent(in)  ngwv,
integer, intent(in)  kbot,
real(r8), dimension(ncol,pver), intent(in)  u,
real(r8), dimension(ncol,pver), intent(in)  v,
real(r8), dimension(:,:), intent(in)  frontgf,
integer, dimension(ncol), intent(out)  src_level,
integer, dimension(ncol), intent(out)  tend_level,
real(r8), dimension(ncol,-pgwv:pgwv,0:pver), intent(out)  tau,
real(r8), dimension(ncol,pver), intent(out)  ubm,
real(r8), dimension(ncol,0:pver), intent(out)  ubi,
real(r8), dimension(ncol), intent(out)  xv,
real(r8), dimension(ncol), intent(out)  yv,
real(r8), dimension(ncol,-pgwv:pgwv), intent(out)  c 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gw_front_init()

subroutine, public gw_front::gw_front_init ( real(r8), intent(in)  taubgnd,
real(r8), intent(in)  frontgfc_in,
integer, intent(in)  kfront_in,
character(len=*), intent(out)  errstring 
)
Here is the caller graph for this function:

Variable Documentation

◆ fav

real(r8), dimension(:), allocatable gw_front::fav
private

◆ frontgfc

real(r8) gw_front::frontgfc = huge(1._r8)
private

◆ kfront

integer gw_front::kfront = 0
private