@@ -13,32 +13,6 @@ Changes in main
13
13
Backwards-incompatible changes
14
14
------------------------------
15
15
16
- Renamed controls for upper limits
17
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-
19
- The following controls in ``&controls `` for upper limits on
20
- `when to stop <reference/controls.html#when-to-stop >`_ have
21
- been renamed:
22
-
23
- +------------------------------+------------------------------------+
24
- + Old + New +
25
- +==============================+====================================+
26
- + + +
27
- + ``log_center_density_limit`` + ``log_center_density_upper_limit`` +
28
- + + +
29
- + ``log_center_temp_limit`` + ``log_center_temp_upper_limit`` +
30
- + + +
31
- + ``center_entropy_limit`` + ``center_entropy_upper_limit`` +
32
- + + +
33
- + ``max_entropy_limit`` + ``max_entropy_upper_limit`` +
34
- + + +
35
- +------------------------------+------------------------------------+
36
-
37
- You can substitute the new names for the old ones using the command
38
- line tool ``sed `` with, e.g. ::
39
-
40
- $ sed 's/log_center_density_limit/log_center_density_upper_limit' -i <inlist_filename>
41
-
42
16
Extra inlist controls are now arrays
43
17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
18
@@ -70,6 +44,37 @@ This will *replace* the file ``inlist_name``. Omit the ``-i`` flag if you'd
70
44
like to see the changes without modifying the file.
71
45
72
46
``sed `` is a standard tool that is included with macOS and most Linux distributions.
47
+ For convenience, we have also included a bash script that will call a version of
48
+ this ``sed `` command (along with ``sed `` commands for the next changlog entry as well)
49
+ to update all inlist files (``inlist* ``), which you can run in any work directory
50
+ where you want to update every inlist by invoking ::
51
+ $MESA_DIR/scripts/update_inlists
52
+
53
+ Renamed controls for upper limits
54
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
+
56
+ The following controls in ``&controls `` for upper limits on
57
+ `when to stop <reference/controls.html#when-to-stop >`_ have
58
+ been renamed:
59
+
60
+ +------------------------------+------------------------------------+
61
+ + Old + New +
62
+ +==============================+====================================+
63
+ + + +
64
+ + ``log_center_density_limit`` + ``log_center_density_upper_limit`` +
65
+ + + +
66
+ + ``log_center_temp_limit`` + ``log_center_temp_upper_limit`` +
67
+ + + +
68
+ + ``center_entropy_limit`` + ``center_entropy_upper_limit`` +
69
+ + + +
70
+ + ``max_entropy_limit`` + ``max_entropy_upper_limit`` +
71
+ + + +
72
+ +------------------------------+------------------------------------+
73
+
74
+ You can substitute the new names for the old ones using the command
75
+ line tool ``sed `` with, e.g. ::
76
+
77
+ $ sed 's/log_center_density_limit/log_center_density_upper_limit/' -i <inlist_filename>
73
78
74
79
Abundance-based timestep controls are now arrays
75
80
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments