NCEPLIBS-g2  3.4.7
mkieee.F90 File Reference

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...
 

Detailed Description

Copy array of real to array of IEEE 32-bit floating point.

Author
Stephen Gilbert
Date
2000-05-09

Definition in file mkieee.F90.

Function/Subroutine Documentation

◆ mkieee()

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.

Parameters
[in]aInput array of floating point values.
[out]rieeeOutput array of floating point values in 32-bit IEEE format.
[in]numNumber of floating point values to convert.
Author
Stephen Gilbert
Date
2000-05-09

Definition at line 13 of file mkieee.F90.

Referenced by addfield(), compack(), jpcpack(), misspack(), pngpack(), simpack(), and specpack().