|
UPP v11.0.0
|
dvdxdudy() computes dudy, dvdx, uwnd More...
Functions/Subroutines | |
| subroutine, public | dvdxdudy (uwnd, vwnd) |
| subroutine, public | h2u (ingrid, outgrid) |
| subroutine, public | h2v (ingrid, outgrid) |
| subroutine, public | u2h (ingrid, outgrid) |
| subroutine, public | v2h (ingrid, outgrid) |
Variables | |
| real, dimension(:,:), allocatable, public | ddudy |
| real, dimension(:,:), allocatable, public | ddvdx |
| real, dimension(:,:), allocatable, public | uuavg |
dvdxdudy() computes dudy, dvdx, uwnd
h2u(), h2v(), u2h(), v2h() interpolate variables between U, V, H, points adopted from UPP subroutine GRIDAVG.f
| Date | Programmer | Comments |
|---|---|---|
| 2020-05-20 | Jesse Meng | Initial |
| subroutine, public upp_math::dvdxdudy | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | uwnd, |
| real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | vwnd | ||
| ) |
Definition at line 41 of file UPP_MATH.f.
| subroutine, public upp_math::h2u | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | ingrid, |
| real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | outgrid | ||
| ) |
Definition at line 113 of file UPP_MATH.f.
| subroutine, public upp_math::h2v | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | ingrid, |
| real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | outgrid | ||
| ) |
Definition at line 171 of file UPP_MATH.f.
| subroutine, public upp_math::u2h | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | ingrid, |
| real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | outgrid | ||
| ) |
Definition at line 218 of file UPP_MATH.f.
| subroutine, public upp_math::v2h | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | ingrid, |
| real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(out) | outgrid | ||
| ) |
Definition at line 264 of file UPP_MATH.f.
| real, dimension(:,:), allocatable, public upp_math::ddudy |
Definition at line 33 of file UPP_MATH.f.
| real, dimension(:,:), allocatable, public upp_math::ddvdx |
Definition at line 32 of file UPP_MATH.f.
| real, dimension(:,:), allocatable, public upp_math::uuavg |
Definition at line 34 of file UPP_MATH.f.