Skip to content

Commit 68644cc

Browse files
committed
[ci skip] update documentation of star_info structure on website
1 parent 604f7b7 commit 68644cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/using_mesa/extending_mesa.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ would read ``s.x = 3`` in C.)
9292

9393
The ``star_info`` structure contains the stellar model itself (i.e.,
9494
zoning information, thermodynamic profile, composition profile).
95-
These components are listed in the file
96-
``$MESA_DIR/star/public/star_data.inc``. In addition, ``star_info``
95+
These components are listed in the files
96+
``$MESA_DIR/star_data/public/star_data_*.inc``, which are separated into a few
97+
different categories documented in the ``star_data.inc`` file. In addition, ``star_info``
9798
contains the values for the parameters that you set in your ``controls``
9899
inlist (i.e., ``initial_mass``, ``xa_central_lower_limit``). Recall that
99100
the list of controls is located in

0 commit comments

Comments
 (0)