-
Notifications
You must be signed in to change notification settings - Fork 0
/
fargo_run.yml
50 lines (36 loc) · 923 Bytes
/
fargo_run.yml
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
- FuncArchFile: func_arch.cfg
### Disk parameters
AspectRatio: 0.05
Sigma0: 6.3661977237e-4
Nu: 1.0e-5
SigmaSlope: 0.0
FlaringIndex: 0.0
# Radial range for damping (in period-ratios). Values smaller than one
# prevent damping.
DampingZone: 1.15
# Characteristic time for damping, in units of the inverse local
# orbital frequency. Higher values means lower damping
TauDamp: 0.3
### Planet parameters
PlanetConfig: planets/jupiter.cfg
ThicknessSmoothing: 0.6
RocheSmoothing : 0.0
Eccentricity: 0.0
ExcludeHill: 'no'
IndirectTerm: 'yes'
### Mesh parameters
Nx: 384
Ny: 128
Xmin: -3.14159265358979323844
Xmax: 3.14159265358979323844
Ymin: 0.4
Ymax: 2.5
OmegaFrame: 1.0005
Frame: G
### Output control parameters
DT: 0.314159265359
Ninterm: 20
Ntot: 1000
OutputDir: '@outputs'
### Plotting parameters
PlotLog: 'yes'