|
NCEPLIBS-g2
3.4.8
|
Copy array of real to array of IEEE 32-bit floating point. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mkieee (a, rieee, num) |
| Copy an array of real to an array of 32-bit IEEE floating points. More... | |
Copy array of real to array of IEEE 32-bit floating point.
Definition in file mkieee.F90.
| subroutine mkieee | ( | real(4), dimension(num), intent(in) | a, |
| real(4), dimension(num), intent(out) | rieee, | ||
| integer, intent(in) | num | ||
| ) |
Copy an array of real to an array of 32-bit IEEE floating points.
| [in] | a | Input array of floating point values. |
| [out] | rieee | Output array of floating point values in 32-bit IEEE format. |
| [in] | num | Number of floating point values to convert. |
Definition at line 13 of file mkieee.F90.
Referenced by addfield(), compack(), jpcpack(), misspack(), pngpack(), simpack(), and specpack().