|
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.
◆ absv_d()
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 131 of file pmat4.f90.
◆ absv_s()
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 119 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/stmp/george.gayno/UFS_UTILS.tag/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90