The
binary library regridpack is now available on SCD's Crays.
John Adams of SCD wrote this library for regridding uniform
and nonuniform orthogonal grids.
The user can select linear or cubic interpolation independently in each dimension, up to four dimensions. The code
is portable Fortran 77 and compiles under Fortran 90. Source code is
freely available for use on other computers.
To obtain the library, use anonymous FTP to
directory ftp/dsl/lib/regridpack on ftp.ucar.edu. The README file contains usage information.
To load the library in your applications, use this F90 invocation:
f90 job.f -L/usr/local/lib -lregridpack
f90 job.f -L/usr/local/lib -lregridpack
Please direct questions/concerns to John Adams (johnad@ucar.edu) or
Dick Valent (valent@ucar.edu).