|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
Data Types | |
| interface | vrec |
| interface | vsqrt |
Functions/Subroutines | |
| subroutine | vrec_d (y, x, n) |
| subroutine | vrec_s (y, x, n) |
| subroutine | vsqrt_d (y, x, n) |
| subroutine | vsqrt_s (y, x, n) |
Variables | |
| integer, parameter, private | r4kind = selected_real_kind(6) |
| integer, parameter, private | r8kind = selected_real_kind(12) |
| subroutine module_libmassv::vrec_d | ( | real(kind=r8kind), dimension(*), intent(out) | y, |
| real(kind=r8kind), dimension(*), intent(in) | x, | ||
| integer, intent(in) | n | ||
| ) |
| subroutine module_libmassv::vrec_s | ( | real(kind=r4kind), dimension(*), intent(out) | y, |
| real(kind=r4kind), dimension(*), intent(in) | x, | ||
| integer, intent(in) | n | ||
| ) |
| subroutine module_libmassv::vsqrt_d | ( | real(kind=r8kind), dimension(*), intent(out) | y, |
| real(kind=r8kind), dimension(*), intent(in) | x, | ||
| integer, intent(in) | n | ||
| ) |
| subroutine module_libmassv::vsqrt_s | ( | real(kind=r4kind), dimension(*), intent(out) | y, |
| real(kind=r4kind), dimension(*), intent(in) | x, | ||
| integer, intent(in) | n | ||
| ) |
|
private |
Referenced by module_libmassv::vrec::vrec_s().
|
private |
Referenced by module_libmassv::vrec::vrec_d().