-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathstar_job_dev.defaults
136 lines (99 loc) · 3.36 KB
/
star_job_dev.defaults
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
! ============
! star_job_dev
! ============
! .. warning::
!
! CONTAINS OPTIONS THAT HAVE NOT YET BEEN THE GIVEN A GREEN LIGHT FOR GENERAL USE.
! IN PARTICULAR, THESE ARE NOT YET FOR USE IN RESEARCH TO BE PUBLISHED.
! change_RSP2_flag
! ~~~~~~~~~~~~~~~~
! change_initial_RSP2_flag
! ~~~~~~~~~~~~~~~~~~~~~~~~
! change_RSP2_flag_at_model_number
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! new_RSP2_flag
! ~~~~~~~~~~~~~
! create_RSP2_model
! ~~~~~~~~~~~~~~~~~
! WARNING: These controls are not ready for use.
! w is turbulent velocity according to RSP2
! ::
change_RSP2_flag = .false.
change_initial_RSP2_flag = .false.
change_RSP2_flag_at_model_number = -111
new_RSP2_flag = .false.
create_RSP2_model = .false.
! remove_surface_by_relax_to_star_cut
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! remove_surface_do_jrot
! ~~~~~~~~~~~~~~~~~~~~~~
! remove_surface_do_entropy
! ~~~~~~~~~~~~~~~~~~~~~~~~~
! remove_surface_turn_off_energy_sources_and_sinks
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! ::
remove_surface_by_relax_to_star_cut = .false.
remove_surface_do_jrot = .false.
remove_surface_do_entropy = .true.
remove_surface_turn_off_energy_sources_and_sinks = .true.
! change_w_div_wc_flag
! ~~~~~~~~~~~~~~~~~~~~
! change_initial_w_div_wc_flag
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! new_w_div_wc_flag
! ~~~~~~~~~~~~~~~~~
! w_div_wc variables
! ``w_div_wc_flag`` is true if we are using w_div_wc as a solver variable
! ::
change_w_div_wc_flag = .false.
change_initial_w_div_wc_flag = .false.
new_w_div_wc_flag = .false.
! change_j_rot_flag
! ~~~~~~~~~~~~~~~~~
! change_initial_j_rot_flag
! ~~~~~~~~~~~~~~~~~~~~~~~~~
! new_j_rot_flag
! ~~~~~~~~~~~~~~
! j_rot variables
! ``j-rot_flag`` is true if we are using j_rot as a solver variable
! ::
change_j_rot_flag = .false.
change_initial_j_rot_flag = .false.
new_j_rot_flag = .false.
! use_w_div_wc_flag_with_rotation
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! use_j_rot_flag_with_rotation
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! allows the use of rotation corrections and am transport to be computed with the
! general newton solver
! ::
use_w_div_wc_flag_with_rotation = .false.
use_j_rot_flag_with_rotation = .false.
! load_saved_photo
! ~~~~~~~~~~~~~~~~
! saved_photo_name
! ~~~~~~~~~~~~~~~~
! ::
load_saved_photo = .false.
saved_photo_name = 'undefined'
! save_photo_number
! ~~~~~~~~~~~~~~~~~
! save_photo_filename
! ~~~~~~~~~~~~~~~~~~~
! save_photo_when_terminate
! ~~~~~~~~~~~~~~~~~~~~~~~~~
! ::
save_photo_number = -1
save_photo_filename = ''
! ! save_photo_when_terminate = .true.
! create_merger_model !!! EXPERIMENTAL
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! saved_model_for_merger_1
! ~~~~~~~~~~~~~~~~~~~~~~~~
! saved_model_for_merger_2
! ~~~~~~~~~~~~~~~~~~~~~~~~
! If ``create_merger_model`` is true, then create a star by merging the two models provided.
! ::
create_merger_model = .false.
saved_model_for_merger_1 = 'undefined'
saved_model_for_merger_2 = 'undefined'