-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.cfg
More file actions
52 lines (48 loc) · 1.19 KB
/
config.cfg
File metadata and controls
52 lines (48 loc) · 1.19 KB
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
# FRoDO parameter configuration file
[paths]
# Input data directory
datdir = /Users/clowder/work/data/FRoDO/test/dat/
# Input magnetic field data prefix
bdatprefix = b_
# Input magnetic vector potential data prefix
adatprefix = a_
# Output data directory
outdir = /Users/clowder/work/data/FRoDO/test/odat/
# Output FRoDO-plot frame directory
frmdir = /Users/clowder/work/data/FRoDO/test/frm/
[array]
# Pixel dimensions of output data
nlon = 360
nlat = 180
# Maximum latitude for flux rope tracing (degrees)
maxlat = 90
[thresholds]
# Reference relative sthreshold
ref_sthresh = 1.00
# Reference relative ethreshold
ref_ethresh = 0.70
# Reference mean value of magnetic field strength
ref_bavg = 4.5508878954543137
# Reference mean value of field line helicity mapping
ref_havg = 0.26648107322354925
[plot3d]
# Magnetic field line alpha
flalph = 0.5
# Toggle date annotation
pltanno = True
# Toggle light color scheme
pltlght = False
# Initial phi viewing angle
vph0 = 0
# Final phi viewing angle
vph1 = 360
# Initial theta viewing angle
vth0 = 45
# Final theta viewing angle
vth1 = 135
# Initial viewing radius
vr0 = 10
# Final viewing radius
vr1 = 10
# Frame rate (viewing angle frames per data frame)
frmrate = 10