-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME_Charlie.txt
62 lines (48 loc) · 2.72 KB
/
README_Charlie.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Welcome to the README for SLEPIAN_Charlie, a set of routines for the
computation of spectral estimation on the sphere.
This package is hosted by CSDMS at
http://csdms.colorado.edu/wiki/Model:SLEPIAN_Charlie
SLEPIAN_Charlie mostly consists of routines that pertain to Dahlen and
Simons, 2008 paper in Geoph. J. Int. Please cite this reference and
perhaps the doi of the software itself if you find this package of
use:
F. A. Dahlen and Frederik J. Simons
Spectral estimation on a sphere in geophysics and cosmology
Geoph. J. Int., 2008, 174 (3), 774-807,
doi:10.1111/j.1365-246X.2008.03854.x
Where do I start?
We make two suggestions where users can begin to use this package.
First, this package contains a set of scripts which reproduce the
figures from Dahlen and Simons, 2008. The names of these scripts and
examples of the figures they produce can be found at
http://geoweb.princeton.edu/people/simons/software.html#GJI2008
Reproducing these figures yourself will help ensure you have set up
the code properly, and serve as examples to help users perform their
own analysis. Second, we suggest that users run the demos for the
function MTVAR. These demos illustrate various functions of the
code and precompute some useful data files. Several other functions
also have demos users may find useful.
Note: The demos above and the package in general expects a couple of
environmental variables to be set (e.g. your storage location:
$IFILES) and a directory tree for data storage to already be created
(i.e. subdirectories in $IFILES). The programs will initially display
errors instructing the user to set up these shell variables and
folders. Also, if you have an open pool of Matlab workers, a few
functions such as KERNELCP will take advantage of the parallel
computing resources and run much faster than otherwise.
Other important stuff
This software is distributed under the GNU Public License v2, which can be
found at http://geoweb.princeton.edu/people/simons/license.html and also
copied below.
Copyright (C) 2014. Developer can be contacted by email.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You can receive a copy of the GNU General Public License by writing to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.