FV3 Bundle
fv_fill_nlm_mod Module Reference

Functions/Subroutines

subroutine, public fillz (im, km, nq, q, dp)
 
subroutine, public fill_gfs (im, km, pe2, q, q_min)
 
subroutine, public fill2d (is, ie, js, je, ng, km, q, delp, area, domain, nested, npx, npy)
 

Function/Subroutine Documentation

◆ fill2d()

subroutine, public fv_fill_nlm_mod::fill2d ( integer, intent(in)  is,
integer, intent(in)  ie,
integer, intent(in)  js,
integer, intent(in)  je,
integer, intent(in)  ng,
integer, intent(in)  km,
real, dimension(is-ng:ie+ng, js-ng:je+ng, km), intent(inout)  q,
real, dimension(is-ng:ie+ng, js-ng:je+ng, km), intent(in)  delp,
real, dimension(is-ng:ie+ng, js-ng:je+ng), intent(in)  area,
type(domain2d), intent(inout)  domain,
logical, intent(in)  nested,
integer, intent(in)  npx,
integer, intent(in)  npy 
)

Definition at line 183 of file fv_fill_nlm.F90.

Here is the caller graph for this function:

◆ fill_gfs()

subroutine, public fv_fill_nlm_mod::fill_gfs ( integer, intent(in)  im,
integer, intent(in)  km,
real(kind=kind_phys), dimension(im,km+1), intent(in)  pe2,
real(kind=kind_phys), dimension(im,km), intent(inout)  q,
real(kind=kind_phys), intent(in)  q_min 
)

Definition at line 140 of file fv_fill_nlm.F90.

◆ fillz()

subroutine, public fv_fill_nlm_mod::fillz ( integer, intent(in)  im,
integer, intent(in)  km,
integer, intent(in)  nq,
real, dimension(im,km,nq), intent(inout)  q,
real, dimension(im,km), intent(in)  dp 
)

Definition at line 33 of file fv_fill_nlm.F90.

Here is the caller graph for this function: