TLCPACK
TLCPACK is a suite of Fortran 77 routines for interpolating
values between one-, two-, three-, and four-dimensional arrays defined
on uniform and nonuniform orthogonal grids. This operation is commonly
referred to as "regridding." Linear or cubic interpolation can be
selected independently in each dimension. Extrapolation is not allowed.
The subroutines in TLCPACK cannot be used to transfer values on
nonorthogonal (randomly scattered) data grids. TLCPACK was developed
at NCAR.
Recommendation: Use TLCPACK for regridding purposes. For more
general interpolation needs, use library FITPACK
instead.
-
Overview documentation is available in file dsl/lib/tlcpack/README via anonymous FTP from
server ftp.ucar.edu.
-
Online documentation is included as comment lines in the source code.
You may obtain TLCPACK Fortran source code from directory dsl/lib/tlcpack via anonymous FTP from server ftp.ucar.edu.
-
Hardcopy documentation is not available.
-
The TLCPACK binary library is not available to NCAR computer users on any
of SCD-supported compute servers. The binary library is not maintained
because TLCPACK source code files are small and readily available, so users
can easily incorporate the source code in their programs.
-
You may obtain TLCPACK Fortran source code, including test routines, from
the directory
directory
dsl/lib/tlcpack via anonymous FTP from server ftp.ucar.edu.
RETURN