NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3fi82.f File Reference

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.
 

Detailed Description

Convert to second diff array.

Author
Bill Cavanaugh
Date
1993-07-14

Definition in file w3fi82.f.

Function/Subroutine Documentation

◆ w3fi82()

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:

  • Bill Cavanaugh 1993-07-14
  • Bill Cavanaugh 1994-01-27 Added reversal of even numbered rows (boustrophedonic processing)
  • Bill Cavanaugh 1994-03-02 Corrected improper ordering of even numbered rows
  • Ebisuzaki 1999-12-06 Linux port
Parameters
[in,out]IFLD
  • [in] Integer input array
  • [out] Second differenced field
[in]NPTSNumber of points in array
[in]IGDS
  • (5) Number of rows in array
  • (4) Number of columns in array
[in]PDS(8) Flag indicating presence of gds section
[out]FVAL1Floating point original first value
[out]FDIFF1Floating point first first-difference
Author
Bill Cavanaugh
Date
1993-07-14

Definition at line 30 of file w3fi82.f.