|
UPP v11.0.0
|
upp_math is a collection of UPP subroutines for numerical math functions calculation. More...
Go to the source code of this file.
Modules | |
| module | upp_math |
| dvdxdudy() computes dudy, dvdx, uwnd | |
Functions/Subroutines | |
| subroutine, public | upp_math::dvdxdudy (uwnd, vwnd) |
| subroutine, public | upp_math::h2u (ingrid, outgrid) |
| subroutine, public | upp_math::h2v (ingrid, outgrid) |
| subroutine, public | upp_math::u2h (ingrid, outgrid) |
| subroutine, public | upp_math::v2h (ingrid, outgrid) |
Variables | |
| real, dimension(:,:), allocatable, public | upp_math::ddudy |
| real, dimension(:,:), allocatable, public | upp_math::ddvdx |
| real, dimension(:,:), allocatable, public | upp_math::uuavg |
upp_math is a collection of UPP subroutines for numerical math functions calculation.
Definition in file UPP_MATH.f.