@@ -115,13 +115,13 @@ MESA will keep you updated via terminal output that looks like this:
115
115
::
116
116
117
117
step lg_Tmax Teff lg_LH lg_Lnuc Mass H_rich H_cntr N_cntr Y_surf eta_cntr zones retry
118
- lg_dt_yr lg_Tcntr lg_R lg_L3a lg_Lneu lg_Mdot He_core He_cntr O_cntr Z_surf gam_cntr iters
119
- age_yr lg_Dcntr lg_L lg_LZ lg_Lphoto lg_Dsurf C_core C_cntr Ne_cntr Z_cntr v_div_cs dt_limit
118
+ lg_dt_yrs lg_Tcntr lg_R lg_L3a lg_Lneu lg_Mdot He_core He_cntr O_cntr Z_surf gam_cntr iters
119
+ age_yrs lg_Dcntr lg_L lg_LZ lg_Lphoto lg_Dsurf CO_core C_cntr Ne_cntr Z_cntr v_div_cs dt_limit
120
120
__________________________________________________________________________________________________________________________________________________
121
-
122
- 800 7.455602 2.821E +04 4.211546 4.211546 15.000000 15.000000 0.699864 0.001978 0.280000 -5.912231 873 0
123
- 2.364495 7.455602 0.837935 -33.599828 3.029214 -99.000000 0.000000 0.279998 0.009380 0.020000 0.014924 3
124
- 4.5570E +04 0.596891 4.432022 -11.138110 -99.000000 -9.090996 0.000000 0.002618 0.002085 0.020138 0.000E+00 varcontrol
121
+
122
+ 200 7.468401 2.865E +04 4.240859 4.240859 15.000000 15.000000 0.699697 0.003104 0.280000 -5.917248 864 3
123
+ 3.3257E+00 7.468401 0.795655 -32.911837 3.063854 -99.000000 0.000000 0.280004 0.009379 0.020000 0.014657 5
124
+ 5.0236E +04 0.611187 4.374553 -99.000000 -99.000000 -9.031542 0.000000 0.001654 0.002085 0.020299 0.000E+00 max increase
125
125
126
126
127
127
MESA will also display some pgstar plots that look like:
@@ -132,7 +132,7 @@ MESA will also display some pgstar plots that look like:
132
132
.. figure :: trho_profile_000800.png
133
133
:alt: TRho Profile
134
134
135
- This should run for about 850 steps before stopping with the following
135
+ This should run for 208 steps before stopping with the following
136
136
message:
137
137
138
138
::
@@ -168,7 +168,7 @@ MESA versions):
168
168
indicating that one of these snapshots was automatically saved when the
169
169
run terminated.
170
170
171
- Open up inlist_project in your editor. You can see there were two
171
+ Open up `` inlist_project `` in your editor. You can see there were two
172
172
stopping conditions,
173
173
174
174
::
@@ -195,11 +195,11 @@ Now we can restart using the photo and our new settings. Try it.
195
195
196
196
::
197
197
198
- ./re x849
198
+ ./re x208
199
199
200
- This resumes the run from model 849 , but this time the run will stop
200
+ This resumes the run from model 208 , but this time the run will stop
201
201
when our other condition is satisfied, when the central hydrogen drops
202
- below 1e-3. This will happen at about model number 975 .
202
+ below 0.001. This will happen at model number 305 .
203
203
204
204
Saving a model
205
205
--------------
@@ -215,7 +215,7 @@ just before the bug happens and send it in an email along with your
215
215
inlist.
216
216
217
217
Let's save a model file at the end of our run. Go to the following lines
218
- to the &star_job section of your inlist:
218
+ to the `` &star_job `` section of your inlist:
219
219
220
220
::
221
221
@@ -224,16 +224,16 @@ to the &star_job section of your inlist:
224
224
save_model_filename = '15M_at_TAMS.mod'
225
225
226
226
Tell MESA that you want to save a model file at the end by editing your
227
- inlist and changing save_model_when_terminate to true.
227
+ inlist and changing `` save_model_when_terminate `` to `` . true. `` .
228
228
229
229
Save the file and then restart MESA from the same point as before.
230
230
231
231
::
232
232
233
- ./re x849
233
+ ./re x208
234
234
235
235
This time when the run terminates MESA will save a model named
236
- 15M_at_TAMS.mod. Take a look and see.
236
+ `` 15M_at_TAMS.mod `` . Take a look and see.
237
237
238
238
Loading a model
239
239
---------------
@@ -292,8 +292,8 @@ If you want to try this out, save the preceding text as a file named
292
292
``inlist_load `` in your work directory. Make sure your file ends with
293
293
a blank new line. Then edit your main inlist
294
294
file so that it will use ``inlist_load `` instead of ``inlist_project ``
295
- everywhere within inlist (i.e., extra_star_job_inlist_name(1) and
296
- extra_controls_inlist1_name ).
295
+ everywhere within inlist (i.e., `` extra_star_job_inlist_name(1) `` and
296
+ `` extra_controls_inlist_name(1) `` ).
297
297
298
298
Then as usual, do
299
299
0 commit comments