Download Latest Version geomlib.tar.gz (58.3 kB)
Email in envelope

Get an email when there's a new version of CFD Utilities

Home / INTERP_COLUMNS
Name Modified Size InfoDownloads / Week
Parent folder
README 2023-06-15 1.4 kB
interp_columns.f90 2023-06-15 8.3 kB
build 2014-02-03 331 Bytes
Totals: 3 Items   10.0 kB 0
INTERP_COLUMNS Description:

PURPOSE:

   Interpolate all columns of a dataset at a specified abscissa or set
   of uniform abscissas (or arbitrary abscissas from an auxiliary file).
   The column to treat as "x" is prompted for, and should be monotonically
   increasing or decreasing.

   Monotonic local cubic splines are used for the interpolations.
   List-directed output to a buffer deals with problems involving output
   record length and the number of significant digits.

HISTORY:

   10/03/01  DAS  Earlier REGULARIZE program (first column = "x" = Time).
   06/12/07   "   Adaptation for something other than a time history.
   06/20/07   "   Added the option to read abscissas from a file.
   04/29/11   "   Formats changed from e15.6 to e16.8 (FIAT_Opt).
   07/08/13   "   Dinesh Prabhu needed to interpolate BLAYER output (68
                  columns): raised the buffer length from 500 to 2048.
   06/14/23   "   Ryan McDaniel had a dataset with lower-case exponents.
                  Incredibly, the assumption by the "number" utility that
                  its string argument is upper case had not caused trouble
                  until now.  A call to "upcase" has been added in three
                  places.

AUTHOR: David Saunders, ELORET Corporation/NASA Ames Research Center, CA
                        Later with ERC, Inc. at ARC.
                        Now   with AMA, Inc. at ARC.
Source: README, updated 2023-06-15