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

Restore delta packed data to original. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fi83 (data, npts, fval1, fdiff1, iscal2, isc10, kpds, kgds)
 Restore delta packed data to original values restore from boustrephedonic alignment.
 

Detailed Description

Restore delta packed data to original.

Author
Bill Cavanaugh
Date
1993-08-18

Definition in file w3fi83.f.

Function/Subroutine Documentation

◆ w3fi83()

subroutine w3fi83 ( real, dimension(*)  data,
integer  npts,
real  fval1,
real  fdiff1,
  iscal2,
integer  isc10,
integer, dimension(*)  kpds,
integer, dimension(*)  kgds 
)

Restore delta packed data to original values restore from boustrephedonic alignment.

Program history log:

  • Bill Cavanaugh 1993-07-14
  • John Satckpole 1993-07-22 Additions to fix scaling.
  • Bill Cavanaugh 1994-01-27 Added reversal of even numbered rows (boustrophedonic processing) to restore data to original sequence.
  • Bill Cavanaugh 1994-03-02 Corrected reversal of even numbered rows.
  • Mark Iredell 1995-10-31 Removed saves and prints.
Parameters
[in,out]DATA
  • [in] Second order differences.
  • [out] Expanded original data values.
[in]NPTSNumber of points in array.
[in]FVAL1Original first entry in array.
[in]FDIFF1Original first first-difference.
[in]ISCAL2Power-of-two exponent for unscaling.
[in]ISC10Power-of-ten exponent for unscaling.
[in]KPDSArray of information for pds.
[in]KGDSArray of information for gds.
Note
Subprogram can be called from a multiprocessing environment.
Author
Bill Cavanaugh
Date
1993-08-18

Definition at line 31 of file w3fi83.f.