FV3 Bundle
|
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) |
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 | ||
) |
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.