|
real(dp) function | absv_d (a) |
| Return the absolute magnitude of a double precision real vector. More...
|
|
real(sp) function | absv_s (a) |
| Return the absolute magnitude of a single precision real vector. More...
|
|
Definition at line 60 of file pmat4.f90.
real(dp) function pmat4::absv::absv_d |
( |
real(dp), dimension(:), intent(in) |
a | ) |
|
|
private |
Return the absolute magnitude of a double precision real vector.
- Parameters
-
[in] | a | real type input vector |
- Returns
- s result, double precision real scalar
- Author
- R. J. Purser
Definition at line 130 of file pmat4.f90.
Referenced by pmat4::normalized_d().
real(sp) function pmat4::absv::absv_s |
( |
real(sp), dimension(:), intent(in) |
a | ) |
|
|
private |
Return the absolute magnitude of a single precision real vector.
- Parameters
-
[in] | a | real type input vector |
- Returns
- s result, single precision real scalar
- Author
- R. J. Purser
Definition at line 118 of file pmat4.f90.
Referenced by pmat4::normalized_s().
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90