-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (24 loc) · 1.31 KB
/
README
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
DESCRIPTION
This is a suite of several conversion tools between various data formats used in computational astrophysics.
AUTHOR
Marcel Zemp <[email protected]>
OFFICIAL SOURCE
GitHub: https://github.com/mzemp/conversiontools
DEPENDENCIES
math library (should already be installed by default)
silo library (https://wci.llnl.gov/codes/silo)
iof library (https://github.com/mzemp/iof)
artsfc library (https://github.com/mzemp/artsfc)
gicreader library (https://github.com/mzemp/gicreader)
COMPILATION
First, make sure you have installed all the libraries mentioned above under dependencies. The Makefile assumes that you have installed that in a local library path (e.g. ~/libraries/ under your home directory) and the following environment variable is set (e.g. in your .bashrc file):
export LOCAL_LIB_PATH=~/libraries
or that the libraries are installed in system-wide path so that the code can be linked against them.
Then clone or download the code from GitHub. In order to compile the code just type make in the conversiontools code directory:
$> make
This will generate all the conversion tools.
In order to clean up the code type:
$> make clean
HELP & OPTIONS
For each tool you can find help and a list of all command line options by calling it with the -h option like, for example:
$> tipsy_xdr_2_tipsy_nb -h