-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgyre.in
84 lines (69 loc) · 1.19 KB
/
gyre.in
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
&constants
/
&model
model_type = 'EVOL'
!file = 'spb.mesa'
file = '20/LOGS/profile3.data.GYRE'
file_format = 'MESA'
/
&mode
l = 1
tag = 'l=1'
/
&mode
l = 2
tag = 'l=2'
/
&mode
l = 3
tag = 'l=3'
/
&osc
nonadiabatic = .TRUE.
/
&num
diff_scheme = 'COLLOC_GL2' ! MAGNUS_GL2
/
&scan
grid_type = 'INVERSE'
freq_min_units = 'UHZ'
freq_max_units = 'UHZ'
freq_min = 1
freq_max = 50
n_freq = 100
tag_list = 'l=1'
/
&scan
grid_type = 'INVERSE'
freq_min_units = 'UHZ'
freq_max_units = 'UHZ'
freq_min = 1
freq_max = 50
n_freq = 100
tag_list = 'l=2'
/
&scan
grid_type = 'INVERSE'
freq_min_units = 'UHZ'
freq_max_units = 'UHZ'
freq_min = 1
freq_max = 50
n_freq = 100
tag_list = 'l=3'
/
&grid
n_inner = 5
alpha_osc = 20
alpha_exp = 4
/
&ad_output
/
&nad_output
summary_file = '20XC001_1_50mode.txt'
summary_file_format = 'TXT'
summary_item_list = 'j,l,n_p,n_g,eta,omega,freq,x_ref,xi_r_ref,xi_h_ref,H,lag_L_ref'
mode_file_format = 'TXT'
mode_template = '20XC001_1_50mode.%J.txt'
mode_item_list = 'j,l,n_pg,n_p,n_g,eta,omega,freq,x,f_T,xi_r,xi_h,dW_dx,dE_dx,H,L_star,T,M_r,rho,P,lag_L,prop_type'
freq_units = 'UHZ'
/