|
NCEPLIBS-w3emc 2.12.0
|
Convert to second diff array. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | w3fi82 (ifld, fval1, fdiff1, npts, pds, igds) |
| Accept an input array, convert to array of second differences. | |
| subroutine w3fi82 | ( | integer, dimension(*) | ifld, |
| real | fval1, | ||
| real | fdiff1, | ||
| integer | npts, | ||
| character*1, dimension(*) | pds, | ||
| integer, dimension(*) | igds | ||
| ) |
Accept an input array, convert to array of second differences.
return the original first value and the first first-difference as separate values. align data in boustrephedonic style, (alternate row reversal).
Program history log:
| [in,out] | IFLD |
|
| [in] | NPTS | Number of points in array |
| [in] | IGDS |
|
| [in] | PDS | (8) Flag indicating presence of gds section |
| [out] | FVAL1 | Floating point original first value |
| [out] | FDIFF1 | Floating point first first-difference |