|
NCEPLIBS-w3emc
2.11.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. More... | |
| 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 |