|
real(dp) function, dimension(size(a)) | normalized_d (a) |
| Return the normalized version of a double precision real vector. More...
|
|
real(sp) function, dimension(size(a)) | normalized_s (a) |
| Return the normalized version of a single precision real vector. More...
|
|
Definition at line 61 of file pmat4.f90.
real(dp) function, dimension(size(a)) pmat4::normalized::normalized_d |
( |
real(dp), dimension(:), intent(in) |
a | ) |
|
|
private |
Return the normalized version of a double precision real vector.
- Parameters
-
[in] | a | real type input vector |
- Returns
- b result, double precision real vector
- Author
- R. J. Purser
Definition at line 156 of file pmat4.f90.
real(sp) function, dimension(size(a)) pmat4::normalized::normalized_s |
( |
real(sp), dimension(:), intent(in) |
a | ) |
|
|
private |
Return the normalized version of a single precision real vector.
- Parameters
-
[in] | a | real type input vector |
- Returns
- b result, single precision real vector
- Author
- R. J. Purser
Definition at line 142 of file pmat4.f90.
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