Skip to content
Snippets Groups Projects
README 1.44 KiB
Newer Older
  • Learn to ignore specific revisions
  • Requires: Numpy (http://numeric.scipy.org),
    and a fortran compiler supported by numpy.f2py,
    
    Installation: 
    
    python setup.py install
    
    (to change default fortran compiler you can use e.g.
     python setup.py build config_fc --fcompiler=g95)
    
    The SPHERPACK source code is not included, due to licensing restrictions.
    The SPHEREPACK license is at
    http://www.cisl.ucar.edu/css/software/spherepack/sp.form.html
    setup.py will try to download the SPHERPACK source files automatically.
    By allowing it to do so, you are agreeing to the terms of the
    SPHEREPACK license.
    
    View documentation by pointing your browser to html/index.html.
    
    Example programs are provided in the examples directory.
    
    Copyright:
    
    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation.
    THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
    EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
    OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
    PERFORMANCE OF THIS SOFTWARE.
    
    -- Jeff Whitaker <Jeffrey.S.Whitaker@noaa.gov>