Skip to content

Commit d1dae1d

Browse files
committed
[ci skip] update docs on running MESA to match current behaviour of r22.11.1
Thanks to Bernard Kelly for reporting stale information on mesa-users
1 parent 3048cef commit d1dae1d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/source/using_mesa/running.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ MESA will keep you updated via terminal output that looks like this:
115115
::
116116

117117
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
120120
__________________________________________________________________________________________________________________________________________________
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
125125

126126

127127
MESA will also display some pgstar plots that look like:
@@ -132,7 +132,7 @@ MESA will also display some pgstar plots that look like:
132132
.. figure:: trho_profile_000800.png
133133
:alt: TRho Profile
134134

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
136136
message:
137137

138138
::
@@ -168,7 +168,7 @@ MESA versions):
168168
indicating that one of these snapshots was automatically saved when the
169169
run terminated.
170170

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
172172
stopping conditions,
173173

174174
::
@@ -195,11 +195,11 @@ Now we can restart using the photo and our new settings. Try it.
195195

196196
::
197197

198-
./re x849
198+
./re x208
199199

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
201201
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.
203203

204204
Saving a model
205205
--------------
@@ -215,7 +215,7 @@ just before the bug happens and send it in an email along with your
215215
inlist.
216216

217217
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:
219219

220220
::
221221

@@ -224,16 +224,16 @@ to the &star_job section of your inlist:
224224
save_model_filename = '15M_at_TAMS.mod'
225225

226226
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.``.
228228

229229
Save the file and then restart MESA from the same point as before.
230230

231231
::
232232

233-
./re x849
233+
./re x208
234234

235235
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.
237237

238238
Loading a model
239239
---------------
@@ -292,8 +292,8 @@ If you want to try this out, save the preceding text as a file named
292292
``inlist_load`` in your work directory. Make sure your file ends with
293293
a blank new line. Then edit your main inlist
294294
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)``).
297297

298298
Then as usual, do
299299

0 commit comments

Comments
 (0)