![]() ![]()
|
MRG Interactive DevelopmentsMesoscale Research Group, SUNY/McGill |
The SpherePack package is under development at the Scientific Computing Division of the National Center for Atmospheric Research (NCAR) by John Adams and Paul Swarztrauber. The package contains a number of F77 subprograms that facilitate highly-accurate computational methods on the sphere. See the NCAR SpherePack homepage for more information about the latest version of the SpherePack package.
As good as SpherePack is at performing calculations on the sphere, its installation is cumbersome. However, using a Makefile generated for SpherePack v3.1 (assuming that this is the verson for SpherePack for which you have the source code) will make the process much faster. There are just a few steps for installing SpherePack:
tar -xf spherepack3.1.tar.cd sphpk3.1.make lib.libsphere.a) using
make install PREFIX=/path/to/install. Where the
/path/to/install in the example should be replaced by the prefix to the
path where you'd like to install the library (default $HOME installs
libsphere.a in $HOME/lib). For
example, make install PREFIX=/usr/local will install the
library as /usr/local/lib/libsphere.a.ar -tf /path/to/install/lib/libsphere.a.
make clean to remove the local object files.MRG Interactive is a supporter of open source initiatives and,
Questions or Comments? Contact our WebMaster.