-
Notifications
You must be signed in to change notification settings - Fork 2
/
inlist
44 lines (24 loc) · 890 Bytes
/
inlist
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
! This is the first inlist file that MESA reads when it starts.
! This file tells MESA to go look elsewhere for its configuration
! info. This makes changing between different inlists easier, by
! allowing you to easily change the name of the file that gets read.
&star_job
read_extra_star_job_inlist1 = .true.
extra_star_job_inlist1_name = 'inlist_project'
/ ! end of star_job namelist
&eos
read_extra_eos_inlist1 = .true.
extra_eos_inlist1_name = 'inlist_project'
/ ! end of eos namelist
&kap
read_extra_kap_inlist1 = .true.
extra_kap_inlist1_name = 'inlist_project'
/ ! end of kap namelist
&controls
read_extra_controls_inlist1 = .true.
extra_controls_inlist1_name = 'inlist_project'
/ ! end of controls namelist
&pgstar
read_extra_pgstar_inlist1 = .true.
extra_pgstar_inlist1_name = 'inlist_pgstar'
/ ! end of pgstar namelist